File tree 3 files changed +5
-27
lines changed
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
5
2
collections_1.scala
6
3
7
- # MatchError in SymDenotation.sourceModule on a ThisType
4
+ # Infinite loop
8
5
t3612.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 1
1
# Closure type miss match
2
2
eff-dependent.scala
3
3
4
- # It seems we still harmonize types in fromTasty. Not sure where this happens
5
- puzzle.scala
6
-
7
4
# We get: class Foo needs to be abstract, since implicit val x$1: TC is not defined
8
5
i2567.scala
Original file line number Diff line number Diff line change @@ -43,7 +43,9 @@ object TestSources {
43
43
.filter(_.nonEmpty)
44
44
.toList
45
45
46
- assert(list.nonEmpty)
46
+ if (list.isEmpty)
47
+ println(s " $path is empty " )
48
+
47
49
list
48
50
}
49
51
You can’t perform that action at this time.
0 commit comments