@@ -42,7 +42,7 @@ class tests extends CompilerTest {
42
42
val toolsDir = dottyDir + " tools/"
43
43
val dotcDir = toolsDir + " dotc/"
44
44
val coreDir = dotcDir + " core/"
45
- /*
45
+
46
46
@ Test def pickle_pickleOK = compileDir(testsDir, " pickling" , testPickling)
47
47
@ Test def pickle_pickling = compileDir(coreDir, " pickling" , testPickling)
48
48
@ Test def pickle_ast = compileDir(dotcDir, " ast" , testPickling)
@@ -135,9 +135,9 @@ class tests extends CompilerTest {
135
135
@ Test def neg_escapingRefs = compileFile(negDir, " escapingRefs" , xerrors = 2 )
136
136
@ Test def neg_instantiateAbstract = compileFile(negDir, " instantiateAbstract" , xerrors = 8 )
137
137
@ Test def neg_selfInheritance = compileFile(negDir, " selfInheritance" , xerrors = 5 )
138
- */
138
+
139
139
@ Test def dotty = compileDir(toolsDir, " " , " -deep" :: allowDeepSubtypes ++ twice) // note the -deep argument
140
- /*
140
+
141
141
@ Test def dotc_ast = compileDir(dotcDir, " ast" )
142
142
@ Test def dotc_config = compileDir(dotcDir, " config" )
143
143
@ Test def dotc_core = compileDir(dotcDir, " core" )(" -Yno-double-bindings" :: allowDeepSubtypes)// twice omitted to make tests run faster
@@ -178,6 +178,6 @@ class tests extends CompilerTest {
178
178
), List (/* "-Ylog:frontend", */ " -Xprompt" ) ++ staleSymbolError ++ twice)
179
179
180
180
val javaDir = " ./tests/pos/java-interop/"
181
- @Test def java_all = compileFiles(javaDir, twice)*/
181
+ @ Test def java_all = compileFiles(javaDir, twice)
182
182
// @Test def dotc_compilercommand = compileFile(dotcDir + "config/", "CompilerCommand")
183
183
}
0 commit comments