@@ -28,39 +28,13 @@ class FromTastyTests extends ParallelTesting {
28
28
implicit val testGroup : TestGroup = TestGroup (" posTestFromTasty" )
29
29
val (step1, step2, step3) = compileTastyInDir(" tests/pos" , defaultOptions,
30
30
blacklist = Set (
31
- " macro-deprecate-dont-touch-backquotedidents.scala" ,
32
- " t247.scala" ,
33
-
34
- // Wrong number of arguments
31
+ // Wrong number of arguments (only on bootstrapped)
35
32
" i3130b.scala" ,
36
33
37
- // Class not found
38
- " i3130a.scala" ,
39
-
40
- // Owner discrepancy for refinements
41
- " lambdalift-1.scala" ,
42
-
43
- // Cannot merge members
44
- " depfuntype.scala" ,
45
-
46
- // Type miss match after unpickling
47
- " hklub0.scala" ,
48
-
49
- // Closure type miss match
50
- " i4125.scala" ,
51
-
52
34
// Missing position
53
- " t1203a.scala" ,
54
- " t2260.scala" ,
55
- " t4579.scala" ,
56
- " tcpoly_ticket2096.scala" ,
57
- " i2345.scala" ,
58
- " t4731.scala" ,
59
- " spec-super.scala" ,
60
- " spec-sparsearray-old.scala" ,
61
35
" collections_1.scala" ,
62
36
63
- // Infinite compilation
37
+ // MatchError in SymDenotation.sourceModule on a ThisType
64
38
" t3612.scala" ,
65
39
)
66
40
)
@@ -79,34 +53,8 @@ class FromTastyTests extends ParallelTesting {
79
53
implicit val testGroup : TestGroup = TestGroup (" runTestFromTasty" )
80
54
val (step1, step2, step3) = compileTastyInDir(" tests/run" , defaultOptions,
81
55
blacklist = Set (
82
-
83
- " t7223.scala" ,
84
- " t5428.scala" ,
85
-
86
- // Missing position
87
- " Course-2002-13.scala" ,
88
- " bridges.scala" ,
89
- " i2337.scala" ,
90
- " i2337b.scala" ,
91
- " scala2trait-lazyval.scala" ,
92
- " t3452f.scala" ,
93
-
94
56
// Closure type miss match
95
57
" eff-dependent.scala" ,
96
-
97
- // Issue unpickling universes
98
- " phantom-decls-1.scala" ,
99
- " phantom-decls-3.scala" ,
100
- " phantom-decls-5.scala" ,
101
- " phantom-hk-1.scala" ,
102
- " phantom-hk-2.scala" ,
103
- " phantom-in-value-class.scala" ,
104
- " phantom-methods-3.scala" ,
105
- " phantom-methods-4.scala" ,
106
- " phantom-poly-1.scala" ,
107
- " phantom-poly-2.scala" ,
108
- " phantom-poly-3.scala" ,
109
- " phantom-poly-4.scala" ,
110
58
)
111
59
)
112
60
step1.checkCompile() // Compile all files to generate the class files with tasty
0 commit comments