File tree Expand file tree Collapse file tree 3 files changed +5
-27
lines changed Expand file tree Collapse file tree 3 files changed +5
-27
lines changed Original file line number Diff line number Diff line change 1- # Wrong number of arguments (only on bootstrapped)
2- i3130b.scala
3-
4- # Missing position
1+ # has location not matching its contents: contains class mixins.Collections
52collections_1.scala
63
7- # MatchError in SymDenotation.sourceModule on a ThisType
4+ # Infinite loop
85t3612.scala
9-
10- # Fails on MacOS
11- annot-bootstrap.scala
12-
13- # ScalaRunTime cannot be unpickled because it is already loaded
14- repeatedArgs213.scala
15-
16- # Error printing parent constructors that are blocks
17- default-super.scala
18-
19- # Did not survive addition of type ascriptions in decompiled tests
20- i3050.scala
21- i4006b.scala
22- i4006c.scala
23-
24- # Not sure what's wring here
25- i4203.scala
26- t6278-synth-def.scala
Original file line number Diff line number Diff line change 11# Closure type miss match
22eff-dependent.scala
33
4- # It seems we still harmonize types in fromTasty. Not sure where this happens
5- puzzle.scala
6-
74# We get: class Foo needs to be abstract, since implicit val x$1: TC is not defined
85i2567.scala
Original file line number Diff line number Diff line change @@ -43,7 +43,9 @@ object TestSources {
4343 .filter(_.nonEmpty)
4444 .toList
4545
46- assert(list.nonEmpty)
46+ if (list.isEmpty)
47+ println(s " $path is empty " )
48+
4749 list
4850 }
4951
You can’t perform that action at this time.
0 commit comments