Skip to content

Commit 70cdda2

Browse files
authored
Merge pull request #4050 from dotty-staging/re-enable-from-tasty-tests
Re-enable from tasty tests
2 parents 4d41e4f + 771f3c3 commit 70cdda2

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

compiler/test/dotty/tools/dotc/FromTastyTests.scala

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -37,47 +37,29 @@ class FromTastyTests extends ParallelTesting {
3737
"i3130b.scala",
3838

3939
// Class not found
40-
"simpleCaseObject.scala",
4140
"i3130a.scala",
4241

4342
// Owner discrepancy for refinements
44-
"NoCyclicReference.scala",
45-
"i1795.scala",
4643
"lambdalift-1.scala",
4744

4845
// Cannot merge members
4946
"depfuntype.scala",
5047

51-
// NPE in HKLambda.computeHash
52-
"i2888.scala",
53-
"i974.scala",
54-
"t3800.scala",
55-
5648
// Type miss match after unpickling
57-
"i2944.scala",
58-
"t8023.scala",
5949
"hklub0.scala",
60-
"i1365.scala",
61-
"t6205.scala",
6250

6351
// Missing position
6452
"i3000.scala",
6553
"t1203a.scala",
6654
"t2260.scala",
6755
"t4579.scala",
6856
"tcpoly_ticket2096.scala",
69-
"t247.scala",
7057
"i2345.scala",
71-
"i0306.scala",
7258
"t4731.scala",
7359
"spec-super.scala",
7460
"spec-sparsearray-old.scala",
7561
"collections_1.scala",
7662

77-
// cyclic type references
78-
"i536.scala",
79-
"cyclics-pos.scala",
80-
8163
// Anonymous method not defined
8264
"i3067.scala",
8365

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

104-
"t3613.scala",
10586
"t7223.scala",
106-
"t7899-regression.scala",
10787

10888
// Missing position
10989
"Course-2002-13.scala",
11090
"bridges.scala",
11191
"i2337.scala",
11292
"i2337b.scala",
113-
"enum-approx.scala",
114-
"inlineForeach.scala",
11593
"scala2trait-lazyval.scala",
11694
"t3452f.scala",
117-
"t5428.scala",
11895

11996
// Closure type miss match
12097
"eff-dependent.scala",

0 commit comments

Comments
 (0)