Skip to content

Commit

Permalink
Add failing pickling test to blacklist
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
odersky committed Sep 6, 2018
1 parent a160063 commit 42a5a9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler/test/dotc/pos-test-pickling.blacklist
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ i4125.scala
i4167
i4586.scala
i4734
i4758
implicit-dep.scala
inline-access-levels
macro-with-array
Expand Down Expand Up @@ -65,6 +66,7 @@ t5504
t6028
t6976
t7264
t7426.scala
t7532b
t8062
typeclass-encoding2.scala
1 change: 1 addition & 0 deletions compiler/test/dotc/run-test-pickling.blacklist
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ transparentAccess
transparentByName.scala
transparentForeach.scala
transparentPower
tuples1.scala
Tuple.scala
TupleAbstract.scala
typelevel-numeric.scala
Expand Down

0 comments on commit 42a5a9d

Please sign in to comment.