Skip to content

Commit b615dc1

Browse files
committed
Disable more from tasty tests
1 parent dd8ad5c commit b615dc1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ class FromTastyTests extends ParallelTesting {
3636
// Wrong number of arguments
3737
"i3130b.scala",
3838

39+
// Class not found
40+
"simpleCaseObject.scala",
41+
3942
// Owner discrepancy for refinements
4043
"NoCyclicReference.scala",
4144
"i1795.scala",
@@ -96,6 +99,10 @@ class FromTastyTests extends ParallelTesting {
9699
implicit val testGroup: TestGroup = TestGroup("runTestFromTasty")
97100
val (step1, step2, step3) = compileTastyInDir("tests/run", defaultOptions,
98101
blacklist = Set(
102+
103+
// Class not found
104+
"puzzle.scala",
105+
99106
"t3613.scala",
100107
"t7223.scala",
101108
"t7899-regression.scala",

0 commit comments

Comments
 (0)