@@ -205,9 +205,7 @@ class tests extends CompilerTest {
205
205
// @Test def tasty_annotation_internal = compileDir(s"${dottyDir}annotation/", "internal", testPickling)
206
206
207
207
@ 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)
211
209
212
210
@ Test def tasty_tools = compileDir(dottyDir, " tools" , testPickling)
213
211
@@ -217,11 +215,7 @@ class tests extends CompilerTest {
217
215
" scalaPrimitives.scala"
218
216
) map (s " ${backendDir}jvm/ " + _), testPickling)
219
217
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)
225
219
226
220
@ Test def tasty_dotc = compileDir(toolsDir, " dotc" , testPickling)
227
221
@ Test def tasty_dotc_ast = compileDir(dotcDir, " ast" , testPickling)
@@ -252,12 +246,7 @@ class tests extends CompilerTest {
252
246
253
247
@ Test def tasty_dotc_printing = compileDir(dotcDir, " printing" , testPickling)
254
248
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)
261
250
262
251
// @Test def tasty_dotc_reporting = compileDir(dotcDir, "reporting", testPickling)
263
252
@ Test def tasty_dotc_rewrite = compileDir(dotcDir, " rewrite" , testPickling)
0 commit comments