Skip to content

Commit

Permalink
Merge pull request #4050 from dotty-staging/re-enable-from-tasty-tests
Browse files Browse the repository at this point in the history
Re-enable from tasty tests
  • Loading branch information
allanrenucci authored Mar 1, 2018
2 parents 4d41e4f + 771f3c3 commit 70cdda2
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions compiler/test/dotty/tools/dotc/FromTastyTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -37,47 +37,29 @@ class FromTastyTests extends ParallelTesting {
"i3130b.scala",

// Class not found
"simpleCaseObject.scala",
"i3130a.scala",

// Owner discrepancy for refinements
"NoCyclicReference.scala",
"i1795.scala",
"lambdalift-1.scala",

// Cannot merge members
"depfuntype.scala",

// NPE in HKLambda.computeHash
"i2888.scala",
"i974.scala",
"t3800.scala",

// Type miss match after unpickling
"i2944.scala",
"t8023.scala",
"hklub0.scala",
"i1365.scala",
"t6205.scala",

// Missing position
"i3000.scala",
"t1203a.scala",
"t2260.scala",
"t4579.scala",
"tcpoly_ticket2096.scala",
"t247.scala",
"i2345.scala",
"i0306.scala",
"t4731.scala",
"spec-super.scala",
"spec-sparsearray-old.scala",
"collections_1.scala",

// cyclic type references
"i536.scala",
"cyclics-pos.scala",

// Anonymous method not defined
"i3067.scala",

Expand All @@ -101,20 +83,15 @@ class FromTastyTests extends ParallelTesting {
val (step1, step2, step3) = compileTastyInDir("tests/run", defaultOptions,
blacklist = Set(

"t3613.scala",
"t7223.scala",
"t7899-regression.scala",

// Missing position
"Course-2002-13.scala",
"bridges.scala",
"i2337.scala",
"i2337b.scala",
"enum-approx.scala",
"inlineForeach.scala",
"scala2trait-lazyval.scala",
"t3452f.scala",
"t5428.scala",

// Closure type miss match
"eff-dependent.scala",
Expand Down

0 comments on commit 70cdda2

Please sign in to comment.