Skip to content

Commit 52f5221

Browse files
committed
Enable from tasty tests
1 parent c96859c commit 52f5221

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

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

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -30,50 +30,25 @@ class FromTastyTests extends ParallelTesting {
3030
blacklist = Set(
3131
"macro-deprecate-dont-touch-backquotedidents.scala",
3232

33-
// Compiles wrong class
34-
"simpleClass.scala",
35-
36-
// Wrong number of arguments
37-
"i3130b.scala",
38-
3933
// Owner discrepancy for refinements
40-
"NoCyclicReference.scala",
41-
"i1795.scala",
4234
"lambdalift-1.scala",
4335

4436
// Cannot merge members
4537
"depfuntype.scala",
4638

47-
// NPE in HKLambda.computeHash
48-
"i2888.scala",
49-
"i974.scala",
50-
"t3800.scala",
51-
5239
// Type miss match after unpickling
53-
"i2944.scala",
54-
"t8023.scala",
5540
"hklub0.scala",
56-
"i1365.scala",
57-
"t6205.scala",
5841

5942
// Missing position
6043
"i3000.scala",
6144
"t1203a.scala",
6245
"t2260.scala",
63-
"t4579.scala",
64-
"tcpoly_ticket2096.scala",
65-
"t247.scala",
6646
"i2345.scala",
67-
"i0306.scala",
6847
"t4731.scala",
6948
"spec-super.scala",
7049
"spec-sparsearray-old.scala",
7150
"collections_1.scala",
7251

73-
// cyclic type references
74-
"i536.scala",
75-
"cyclics-pos.scala",
76-
7752
// Anonymous method not defined
7853
"i3067.scala",
7954

@@ -97,20 +72,15 @@ class FromTastyTests extends ParallelTesting {
9772
val (step1, step2, step3) = compileTastyInDir("tests/run", defaultOptions,
9873
blacklist = Set(
9974

100-
"t3613.scala",
10175
"t7223.scala",
102-
"t7899-regression.scala",
10376

10477
// Missing position
10578
"Course-2002-13.scala",
10679
"bridges.scala",
10780
"i2337.scala",
10881
"i2337b.scala",
109-
"enum-approx.scala",
110-
"inlineForeach.scala",
11182
"scala2trait-lazyval.scala",
11283
"t3452f.scala",
113-
"t5428.scala",
11484

11585
// Closure type miss match
11686
"eff-dependent.scala",

0 commit comments

Comments
 (0)