File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,9 @@ class tests extends CompilerTest {
108
108
@ Test def dotc_config = compileDir(dotcDir + " tools/dotc/config" , twice)
109
109
@ Test def dotc_core = compileDir(dotcDir + " tools/dotc/core" , twice)(allowDeepSubtypes)
110
110
@ Test def dotc_core_pickling = compileDir(dotcDir + " tools/dotc/core/pickling" , twice)(allowDeepSubtypes)
111
- @ Test def dotc_transform = compileDir(dotcDir + " tools/dotc/transform" , twice)
111
+ // @Test def dotc_transform = compileDir(dotcDir + "tools/dotc/transform", twice)
112
+ // @odersky causes race error in ResolveSuper
113
+
112
114
@ Test def dotc_parsing = compileDir(dotcDir + " tools/dotc/parsing" , twice)
113
115
@ Test def dotc_printing = compileDir(dotcDir + " tools/dotc/printing" , twice)
114
116
@ Test def dotc_reporting = compileDir(dotcDir + " tools/dotc/reporting" , twice)
@@ -132,11 +134,9 @@ class tests extends CompilerTest {
132
134
" -Xprompt" ,
133
135
" #runs" , " 2" ))
134
136
135
- val javaDir = " ./tests/disabled /java-interop/"
136
- @ Test def java_all = compileFiles(javaDir+ " pos/ " )
137
+ val javaDir = " ./tests/pos /java-interop/"
138
+ @ Test def java_all = compileFiles(javaDir)
137
139
138
- @ Test def java_1751 = compileDir(javaDir+ " failing/t1751" )
139
- @ Test def java_294 = compileDir(javaDir+ " failing/t294" )
140
140
141
141
// @Test def dotc_compilercommand = compileFile(dotcDir + "tools/dotc/config/", "CompilerCommand")
142
142
}
You can’t perform that action at this time.
0 commit comments