aboutsummaryrefslogtreecommitdiff
path: root/test/dotc
diff options
context:
space:
mode:
authorVladimirNik <vladimir.nikolaev9@gmail.com>2016-04-13 19:11:03 +0200
committerVladimirNik <vladimir.nikolaev9@gmail.com>2016-04-13 19:11:03 +0200
commit7ea24c63ad57029b8e68ff00f5978e0e9058f60b (patch)
tree8dd5743ae9be501101feb83b682ab3954b521f23 /test/dotc
parent6942127668d0c9fe60e4b11d952adf2f7e1fee72 (diff)
downloaddotty-7ea24c63ad57029b8e68ff00f5978e0e9058f60b.tar.gz
dotty-7ea24c63ad57029b8e68ff00f5978e0e9058f60b.tar.bz2
dotty-7ea24c63ad57029b8e68ff00f5978e0e9058f60b.zip
Update TASTY tests for dotty/src
Diffstat (limited to 'test/dotc')
-rw-r--r--test/dotc/tests.scala17
1 files changed, 3 insertions, 14 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index a7d2873a5..b646c72d5 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -205,9 +205,7 @@ class tests extends CompilerTest {
// @Test def tasty_annotation_internal = compileDir(s"${dottyDir}annotation/", "internal", testPickling)
@Test def tasty_runtime = compileDir(s"$dottyDir", "runtime", testPickling)
-
- //TODO: issues with ./src/dotty/runtime/vc/VCPrototype.scala
- //@Test def tasty_runtime_vc = compileDir(s"${dottyDir}runtime/", "vc", testPickling)
+ @Test def tasty_runtime_vc = compileDir(s"${dottyDir}runtime/", "vc", testPickling)
@Test def tasty_tools = compileDir(dottyDir, "tools", testPickling)
@@ -217,11 +215,7 @@ class tests extends CompilerTest {
"scalaPrimitives.scala"
) map (s"${backendDir}jvm/" + _), testPickling)
- //TODO: issue with ./src/dotty/tools/backend/sjs/JSCodeGen.scala
- @Test def tasty_backend_sjs = compileList("tasty_backend_sjs", List(
- "GenSJSIR.scala", "JSDefinitions.scala", "JSEncoding.scala", "JSInterop.scala",
- "JSPositions.scala", "JSPrimitives.scala", "ScopedVar.scala"
- ) map (s"${backendDir}sjs/" + _), testPickling)
+ @Test def tasty_backend_sjs = compileDir(s"${backendDir}", "sjs", testPickling)
@Test def tasty_dotc = compileDir(toolsDir, "dotc", testPickling)
@Test def tasty_dotc_ast = compileDir(dotcDir, "ast", testPickling)
@@ -252,12 +246,7 @@ class tests extends CompilerTest {
@Test def tasty_dotc_printing = compileDir(dotcDir, "printing", testPickling)
- //TODO: issues with ./src/dotty/tools/dotc/repl/CompilingInterpreter.scala,
- //./src/dotty/tools/dotc/repl/InterpreterLoop.scala
- @Test def tasty_dotc_repl = compileList("tasty_dotc_repl", List(
- "AbstractFileClassLoader.scala", "ConsoleWriter.scala", "InteractiveReader.scala",
- "Interpreter.scala", "Main.scala", "NewLinePrintWriter.scala", "REPL.scala", "SimpleReader.scala"
- ) map (dottyReplDir + _), testPickling)
+ @Test def tasty_dotc_repl = compileDir(dotcDir, "repl", testPickling)
//@Test def tasty_dotc_reporting = compileDir(dotcDir, "reporting", testPickling)
@Test def tasty_dotc_rewrite = compileDir(dotcDir, "rewrite", testPickling)