Skip to content

Commit 719e7c8

Browse files
committed
Make idempotency tests run last
They take up time and should fail only rarely.
1 parent 905d414 commit 719e7c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,8 @@ class CompilationTests extends ParallelTesting {
244244
}.map(_.checkCompile()).foreach(_.delete())
245245
}
246246

247-
@Test def bytecodeIdempotency: Unit = {
247+
/** Add a `z` so that hey run last. TODO: Only run them selectively? */
248+
@Test def zBytecodeIdempotency: Unit = {
248249
var failed = 0
249250
var total = 0
250251
val blacklisted = Set(

0 commit comments

Comments
 (0)