Skip to content

Commit 365b3d8

Browse files
committed
WIP disable some tests
1 parent 192fa63 commit 365b3d8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

compiler/test/dotty/tools/dotc/CompilationTests.scala

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -281,11 +281,11 @@ class CompilationTests extends ParallelTesting {
281281
sources(Files.list(backendJvmDir), excludedFiles = backendJvmExcluded)
282282

283283
val dotty1 = compileList("dotty", compilerSources ++ backendSources ++ backendJvmSources, opt)(dotty1Group)
284-
val dotty2 = compileList("dotty", compilerSources ++ backendSources ++ backendJvmSources, opt)(dotty2Group)
284+
// val dotty2 = compileList("dotty", compilerSources ++ backendSources ++ backendJvmSources, opt)(dotty2Group)
285285

286286
val tests = {
287287
lib.keepOutput :: dotty1.keepOutput :: {
288-
dotty2 +
288+
// dotty2 +
289289
compileShallowFilesInDir("compiler/src/dotty/tools", opt) +
290290
compileShallowFilesInDir("compiler/src/dotty/tools/dotc", opt) +
291291
compileShallowFilesInDir("compiler/src/dotty/tools/dotc/ast", opt) +
@@ -302,10 +302,10 @@ class CompilationTests extends ParallelTesting {
302302
}.keepOutput :: Nil
303303
}.map(_.checkCompile())
304304

305-
assert(new java.io.File(s"out/$dotty1Group/dotty/").exists)
306-
assert(new java.io.File(s"out/$dotty2Group/dotty/").exists)
307-
assert(new java.io.File(s"out/$libGroup/src/").exists)
308-
compileList("idempotency", List("tests/idempotency/BootstrapChecker.scala", "tests/idempotency/IdempotencyCheck.scala"), defaultOptions).checkRuns()
305+
// assert(new java.io.File(s"out/$dotty1Group/dotty/").exists)
306+
// assert(new java.io.File(s"out/$dotty2Group/dotty/").exists)
307+
// assert(new java.io.File(s"out/$libGroup/src/").exists)
308+
// compileList("idempotency", List("tests/idempotency/BootstrapChecker.scala", "tests/idempotency/IdempotencyCheck.scala"), defaultOptions).checkRuns()
309309

310310
tests.foreach(_.delete())
311311
}

0 commit comments

Comments
 (0)