Skip to content

Add FromTastyDecompilation decompilation blacklist #4645

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 25, 2018
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 80 additions & 0 deletions compiler/test/dotc/pos-decompilation.blacklist
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
# Constant(Symbol)
desugar.scala
sip23-symbols.scala
t389.scala
t4812.scala
t4579.scala

# assertion failed: asTerm called on not-a-Term val <none>
cls.scala
escapes2.scala
existentials-harmful.scala
constrs.scala
i2051.scala
i2663.scala
i1318.scala
gui.scala
i1756.scala
i2218.scala
objXfun.scala
printTest.scala
paramAliases.scala
michel1.scala
nested.scala
philippe3.scala
t115.scala
t0017.scala
t0055.scala
t1075.scala
t267.scala
t247.scala
t1226.scala
t0039.scala
t8324.scala
t4062.scala
t8177b.scala
t803.scala
t3071.scala
t8177.scala
tangledCompanion.scala
templateParents.scala
t5384.scala
t9795.scala
alias.scala
t0032.scala
supercalls.scala
i1776.scala
i3638.scala
i618.scala

# scala.MatchError: Type.RecursiveType
i3647.scala

# Stackoverflow
avoid.scala
i1047.scala
i1181.scala

# Stackoverflow on bootstrapped
large.scala
large2.scala

# scala.MatchError: EmptyTree
depfuntype.scala
compound.scala
implicit-dep.scala
refinedSubtyping.scala
zoo2.scala
typers.scala
apply-equiv.scala
projections.scala
lookuprefined.scala

# NPE
i2888.scala
tcpoly_overloaded.scala
tcpoly_boundedmonad.scala
tcpoly_checkkinds_mix.scala

# scala.MatchError: This
infersingle.scala
14 changes: 14 additions & 0 deletions compiler/test/dotc/pos-from-tasty.blacklist
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Wrong number of arguments (only on bootstrapped)
i3130b.scala

# Missing position
collections_1.scala

# MatchError in SymDenotation.sourceModule on a ThisType
t3612.scala

# Fails on MacOS
annot-bootstrap.scala

# ScalaRunTime cannot be unpickled because it is already loaded
repeatedArgs213.scala
Loading