Skip to content

Commit 19f5d9d

Browse files
committed
Prepare class path so that #462 will fail.
1 parent f5a91bd commit 19f5d9d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

test/dotc/tests.scala

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class tests extends CompilerTest {
3737
val dotcDir = "./src/dotty/"
3838
val picklingDir = "./tests/pickling"
3939

40+
/*
4041
@Test def pickle_pickleOK = compileDir(picklingDir, testPickling)
4142
@Test def pickle_pickling = compileDir(dotcDir + "tools/dotc/core/pickling/", testPickling)
4243
@@ -76,9 +77,12 @@ class tests extends CompilerTest {
7677
@Test def pos_packageObj = compileFile(posDir, "i0239")
7778
@Test def pos_anonClassSubtyping = compileFile(posDir, "anonClassSubtyping")
7879
@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"))
7983

80-
@Test def pos_all = compileFiles(posDir)
81-
84+
//@Test def pos_all = compileFiles(posDir)
85+
/*
8286
8387
8488
@Test def new_all = compileFiles(newDir, twice)
@@ -182,6 +186,6 @@ class tests extends CompilerTest {
182186
183187
val javaDir = "./tests/pos/java-interop/"
184188
@Test def java_all = compileFiles(javaDir)
185-
189+
*/
186190
//@Test def dotc_compilercommand = compileFile(dotcDir + "tools/dotc/config/", "CompilerCommand")
187191
}

0 commit comments

Comments
 (0)