We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 905d414 commit 719e7c8Copy full SHA for 719e7c8
compiler/test/dotty/tools/dotc/CompilationTests.scala
@@ -244,7 +244,8 @@ class CompilationTests extends ParallelTesting {
244
}.map(_.checkCompile()).foreach(_.delete())
245
}
246
247
- @Test def bytecodeIdempotency: Unit = {
+ /** Add a `z` so that hey run last. TODO: Only run them selectively? */
248
+ @Test def zBytecodeIdempotency: Unit = {
249
var failed = 0
250
var total = 0
251
val blacklisted = Set(
0 commit comments