Skip to content

Commit fc8c8df

Browse files
committed
Disable more from tasty tests
1 parent 52e8899 commit fc8c8df

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

+7
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ class FromTastyTests extends ParallelTesting {
3131
// Compiles wrong class
3232
"simpleClass.scala",
3333

34+
// Class not found
35+
"simpleCaseObject.scala",
36+
3437
// Owner discrepancy for refinements
3538
"NoCyclicReference.scala",
3639
"i1795.scala",
@@ -84,6 +87,10 @@ class FromTastyTests extends ParallelTesting {
8487
implicit val testGroup: TestGroup = TestGroup("runTestFromTasty")
8588
val (step1, step2, step3) = compileTastyInDir("../tests/run", defaultOptions,
8689
blacklist = Set(
90+
91+
// Class not found
92+
"puzzle.scala",
93+
8794
"t3613.scala",
8895

8996
// Missing position

0 commit comments

Comments
 (0)