Skip to content

Commit 7ea24c6

Browse files
committed
Update TASTY tests for dotty/src
1 parent 6942127 commit 7ea24c6

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

test/dotc/tests.scala

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,7 @@ class tests extends CompilerTest {
205205
// @Test def tasty_annotation_internal = compileDir(s"${dottyDir}annotation/", "internal", testPickling)
206206

207207
@Test def tasty_runtime = compileDir(s"$dottyDir", "runtime", testPickling)
208-
209-
//TODO: issues with ./src/dotty/runtime/vc/VCPrototype.scala
210-
//@Test def tasty_runtime_vc = compileDir(s"${dottyDir}runtime/", "vc", testPickling)
208+
@Test def tasty_runtime_vc = compileDir(s"${dottyDir}runtime/", "vc", testPickling)
211209

212210
@Test def tasty_tools = compileDir(dottyDir, "tools", testPickling)
213211

@@ -217,11 +215,7 @@ class tests extends CompilerTest {
217215
"scalaPrimitives.scala"
218216
) map (s"${backendDir}jvm/" + _), testPickling)
219217

220-
//TODO: issue with ./src/dotty/tools/backend/sjs/JSCodeGen.scala
221-
@Test def tasty_backend_sjs = compileList("tasty_backend_sjs", List(
222-
"GenSJSIR.scala", "JSDefinitions.scala", "JSEncoding.scala", "JSInterop.scala",
223-
"JSPositions.scala", "JSPrimitives.scala", "ScopedVar.scala"
224-
) map (s"${backendDir}sjs/" + _), testPickling)
218+
@Test def tasty_backend_sjs = compileDir(s"${backendDir}", "sjs", testPickling)
225219

226220
@Test def tasty_dotc = compileDir(toolsDir, "dotc", testPickling)
227221
@Test def tasty_dotc_ast = compileDir(dotcDir, "ast", testPickling)
@@ -252,12 +246,7 @@ class tests extends CompilerTest {
252246

253247
@Test def tasty_dotc_printing = compileDir(dotcDir, "printing", testPickling)
254248

255-
//TODO: issues with ./src/dotty/tools/dotc/repl/CompilingInterpreter.scala,
256-
//./src/dotty/tools/dotc/repl/InterpreterLoop.scala
257-
@Test def tasty_dotc_repl = compileList("tasty_dotc_repl", List(
258-
"AbstractFileClassLoader.scala", "ConsoleWriter.scala", "InteractiveReader.scala",
259-
"Interpreter.scala", "Main.scala", "NewLinePrintWriter.scala", "REPL.scala", "SimpleReader.scala"
260-
) map (dottyReplDir + _), testPickling)
249+
@Test def tasty_dotc_repl = compileDir(dotcDir, "repl", testPickling)
261250

262251
//@Test def tasty_dotc_reporting = compileDir(dotcDir, "reporting", testPickling)
263252
@Test def tasty_dotc_rewrite = compileDir(dotcDir, "rewrite", testPickling)

0 commit comments

Comments
 (0)