@@ -28,12 +28,15 @@ 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+
3133 // Wrong number of arguments
3234 " i3130b.scala" ,
3335
3436 // Owner discrepancy for refinements
3537 " NoCyclicReference.scala" ,
3638 " i1795.scala" ,
39+ " lambdalift-1.scala" ,
3740
3841 // Cannot merge members
3942 " depfuntype.scala" ,
@@ -48,6 +51,7 @@ class FromTastyTests extends ParallelTesting {
4851 " t8023.scala" ,
4952 " hklub0.scala" ,
5053 " i1365.scala" ,
54+ " t6205.scala" ,
5155
5256 // Missing position
5357 " i3000.scala" ,
@@ -58,9 +62,14 @@ class FromTastyTests extends ParallelTesting {
5862 " t247.scala" ,
5963 " i2345.scala" ,
6064 " i0306.scala" ,
65+ " t4731.scala" ,
66+ " spec-super.scala" ,
67+ " spec-sparsearray-old.scala" ,
68+ " collections_1.scala" ,
6169
6270 // cyclic type references
6371 " i536.scala" ,
72+ " cyclics-pos.scala" ,
6473
6574 // Anonymous method not defined
6675 " i3067.scala" ,
@@ -85,6 +94,8 @@ class FromTastyTests extends ParallelTesting {
8594 val (step1, step2, step3) = compileTastyInDir(" ../tests/run" , defaultOptions,
8695 blacklist = Set (
8796 " t3613.scala" ,
97+ " t7223.scala" ,
98+ " t7899-regression.scala" ,
8899
89100 // Missing position
90101 " Course-2002-13.scala" ,
@@ -95,6 +106,7 @@ class FromTastyTests extends ParallelTesting {
95106 " inlineForeach.scala" ,
96107 " scala2trait-lazyval.scala" ,
97108 " t3452f.scala" ,
109+ " t5428.scala" ,
98110
99111 // Closure type miss match
100112 " eff-dependent.scala" ,
@@ -116,6 +128,7 @@ class FromTastyTests extends ParallelTesting {
116128 " phantom-poly-2.scala" ,
117129 " phantom-poly-3.scala" ,
118130 " phantom-poly-4.scala" ,
131+
119132 )
120133 )
121134 step1.checkCompile() // Compile all files to generate the class files with tasty
0 commit comments