Skip to content

Commit f6a6714

Browse files
committed
Add failing test to FromTasty blacklist
Compiling "core" classes from TASTY doesn't seem to be possible at this time.
1 parent 2c9e845 commit f6a6714

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ class FromTastyTests extends ParallelTesting {
3939

4040
// Fails on MacOS
4141
"annot-bootstrap.scala",
42+
43+
// ScalaRunTime cannot be unpickled because it is already loaded
44+
"repeatedArgs213.scala",
4245
),
4346
recompilationBlacklist = Set(
4447
)

0 commit comments

Comments
 (0)