Skip to content

Commit 42a5a9d

Browse files
committed
Add failing pickling test to blacklist
tuples1.scala is explainable and harmless. The other two (i4758 and t7426) give a stale symbol but in my setup they do that already on master. I wonder how they slipped through the CI.
1 parent a160063 commit 42a5a9d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

compiler/test/dotc/pos-test-pickling.blacklist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ i4125.scala
3333
i4167
3434
i4586.scala
3535
i4734
36+
i4758
3637
implicit-dep.scala
3738
inline-access-levels
3839
macro-with-array
@@ -65,6 +66,7 @@ t5504
6566
t6028
6667
t6976
6768
t7264
69+
t7426.scala
6870
t7532b
6971
t8062
7072
typeclass-encoding2.scala

compiler/test/dotc/run-test-pickling.blacklist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ transparentAccess
7575
transparentByName.scala
7676
transparentForeach.scala
7777
transparentPower
78+
tuples1.scala
7879
Tuple.scala
7980
TupleAbstract.scala
8081
typelevel-numeric.scala

0 commit comments

Comments
 (0)