Skip to content

Commit f22c2a4

Browse files
committed
Disable pickling and form tasty tests
There's a problem when testing pickler and from-tasty with the test file. Needs to be investigated.
1 parent 0a6755e commit f22c2a4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

compiler/test/dotc/pos-from-tasty.blacklist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ t3612.scala
66

77
# Other failure
88
t802.scala
9+
main-method-scheme.scala
910

1011
# Matchtype
1112
i7087.scala

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ nullable.scala
4040

4141
# parameter untupling with overloaded functions (see comment in Applications.normArg)
4242
i7757.scala
43+
44+
# other
45+
main-method-scheme.scala

0 commit comments

Comments
 (0)