Skip to content

Commit 1e108d0

Browse files
committed
Disable flakey test
We get occasional failures of the form java.lang.AssertionError: assertion failed: asTerm called on not-a-Term val <none> while compiling tests/pos/projections.scala Fatal compiler crash when compiling: tests/pos/projections.scala: assertion failed: asTerm called on not-a-Term val <none> dotty.DottyPredef$.assertFail(DottyPredef.scala:17) dotty.tools.dotc.core.Symbols$Symbol.asTerm(Symbols.scala:156) when compiling pos/projections.scala with FromTasty tests. It was first observed when we parallelized position pickling, so it might have something to do with that.
1 parent 89861f5 commit 1e108d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ i7087.scala
1313
# Nullability
1414
nullable.scala
1515
notNull.scala
16+
17+
# Flakey behavior
18+
projections.scala
19+

0 commit comments

Comments
 (0)