Skip to content

Commit 74e487b

Browse files
Merge pull request #4645 from dotty-staging/test-decompile-more-files
Add FromTastyDecompilation decompilation blacklist
2 parents 4afa0c3 + 3c5d4ea commit 74e487b

13 files changed

+1964
-73
lines changed
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
# Constant(Symbol)
2+
desugar.scala
3+
sip23-symbols.scala
4+
t389.scala
5+
t4812.scala
6+
t4579.scala
7+
8+
# assertion failed: asTerm called on not-a-Term val <none>
9+
cls.scala
10+
escapes2.scala
11+
existentials-harmful.scala
12+
constrs.scala
13+
i2051.scala
14+
i2663.scala
15+
i1318.scala
16+
gui.scala
17+
i1756.scala
18+
i2218.scala
19+
objXfun.scala
20+
printTest.scala
21+
paramAliases.scala
22+
michel1.scala
23+
nested.scala
24+
philippe3.scala
25+
t115.scala
26+
t0017.scala
27+
t0055.scala
28+
t1075.scala
29+
t267.scala
30+
t247.scala
31+
t1226.scala
32+
t0039.scala
33+
t8324.scala
34+
t4062.scala
35+
t8177b.scala
36+
t803.scala
37+
t3071.scala
38+
t8177.scala
39+
tangledCompanion.scala
40+
templateParents.scala
41+
t5384.scala
42+
t9795.scala
43+
alias.scala
44+
t0032.scala
45+
supercalls.scala
46+
i1776.scala
47+
i3638.scala
48+
i618.scala
49+
50+
# scala.MatchError: Type.RecursiveType
51+
i3647.scala
52+
53+
# Stackoverflow
54+
avoid.scala
55+
i1047.scala
56+
i1181.scala
57+
58+
# Stackoverflow on bootstrapped
59+
large.scala
60+
large2.scala
61+
62+
# scala.MatchError: EmptyTree
63+
depfuntype.scala
64+
compound.scala
65+
implicit-dep.scala
66+
refinedSubtyping.scala
67+
zoo2.scala
68+
typers.scala
69+
apply-equiv.scala
70+
projections.scala
71+
lookuprefined.scala
72+
73+
# NPE
74+
i2888.scala
75+
tcpoly_overloaded.scala
76+
tcpoly_boundedmonad.scala
77+
tcpoly_checkkinds_mix.scala
78+
79+
# scala.MatchError: This
80+
infersingle.scala
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Wrong number of arguments (only on bootstrapped)
2+
i3130b.scala
3+
4+
# Missing position
5+
collections_1.scala
6+
7+
# MatchError in SymDenotation.sourceModule on a ThisType
8+
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

0 commit comments

Comments
 (0)