Skip to content

Commit 86b2723

Browse files
committed
Disable FromTasty test
I get: undefined: Test.cs.apply(0).+ # 3005023: TermRef(TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class mutable)),class IndexedSeqView)),type A),+) at frontend one error found Compilation failed for: 'tests/run/viewtest.scala' I have similar errors locally for another file "test4refine.scala" which passes the CI. This makes me believe that it is some compilation order dependence.
1 parent e67bfd3 commit 86b2723

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ class FromTastyTests extends ParallelTesting {
7979

8080
"t7223.scala",
8181
"t5428.scala",
82+
"viewtest.scala",
8283

8384
// Missing position
8485
"Course-2002-13.scala",

0 commit comments

Comments
 (0)