Skip to content

Commit eb4be1f

Browse files
committed
Add test to idempotency blacklist.
1 parent 426a33a commit eb4be1f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,11 @@ class CompilationTests extends ParallelTesting {
242242
var failed = 0
243243
var total = 0
244244
val blacklisted = Set(
245+
// Bridges on collections in different order. Second one in scala2 order.
245246
"pos/Map/scala/collection/immutable/Map",
246247
"pos/Map/scala/collection/immutable/AbstractMap",
247-
"pos/t1203a/NodeSeq"
248+
"pos/t1203a/NodeSeq",
249+
"pos/i2345/Whatever"
248250
)
249251
def checkIdempotency(): Unit = {
250252
val groupedBytecodeFiles: List[(Path, Path, Path, Path)] = {

0 commit comments

Comments
 (0)