@@ -28,39 +28,13 @@ class FromTastyTests extends ParallelTesting {
2828 implicit val testGroup : TestGroup = TestGroup (" posTestFromTasty" )
2929 val (step1, step2, step3) = compileTastyInDir(" tests/pos" , defaultOptions,
3030 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)
3532 " i3130b.scala" ,
3633
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-
5234 // 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" ,
6135 " collections_1.scala" ,
6236
63- // Infinite compilation
37+ // MatchError in SymDenotation.sourceModule on a ThisType
6438 " t3612.scala" ,
6539 )
6640 )
@@ -79,34 +53,8 @@ class FromTastyTests extends ParallelTesting {
7953 implicit val testGroup : TestGroup = TestGroup (" runTestFromTasty" )
8054 val (step1, step2, step3) = compileTastyInDir(" tests/run" , defaultOptions,
8155 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-
9456 // Closure type miss match
9557 " 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" ,
11058 )
11159 )
11260 step1.checkCompile() // Compile all files to generate the class files with tasty
0 commit comments