@@ -37,6 +37,7 @@ class tests extends CompilerTest {
37
37
val dotcDir = " ./src/dotty/"
38
38
val picklingDir = " ./tests/pickling"
39
39
40
+ /*
40
41
@Test def pickle_pickleOK = compileDir(picklingDir, testPickling)
41
42
@Test def pickle_pickling = compileDir(dotcDir + "tools/dotc/core/pickling/", testPickling)
42
43
@@ -76,9 +77,12 @@ class tests extends CompilerTest {
76
77
@Test def pos_packageObj = compileFile(posDir, "i0239")
77
78
@Test def pos_anonClassSubtyping = compileFile(posDir, "anonClassSubtyping")
78
79
@Test def pos_extmethods = compileFile(posDir, "extmethods")
80
+ */
81
+ @ Test def pos_classpath = compileFile(posDir, " empty-foo" , List (" -d" , " ./" , " #runs" , " 30" ))
82
+ @ Test def pos_classpath1 = compileFile(posDir, " empty-foo" , List (" -d" , " ./" , " #runs" , " 30" ))
79
83
80
- @ Test def pos_all = compileFiles(posDir)
81
-
84
+ // @Test def pos_all = compileFiles(posDir)
85
+ /*
82
86
83
87
84
88
@Test def new_all = compileFiles(newDir, twice)
@@ -182,6 +186,6 @@ class tests extends CompilerTest {
182
186
183
187
val javaDir = "./tests/pos/java-interop/"
184
188
@Test def java_all = compileFiles(javaDir)
185
-
189
+ */
186
190
// @Test def dotc_compilercommand = compileFile(dotcDir + "tools/dotc/config/", "CompilerCommand")
187
191
}
0 commit comments