@@ -28,12 +28,15 @@ 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
+
31
33
// Wrong number of arguments
32
34
" i3130b.scala" ,
33
35
34
36
// Owner discrepancy for refinements
35
37
" NoCyclicReference.scala" ,
36
38
" i1795.scala" ,
39
+ " lambdalift-1.scala" ,
37
40
38
41
// Cannot merge members
39
42
" depfuntype.scala" ,
@@ -48,6 +51,7 @@ class FromTastyTests extends ParallelTesting {
48
51
" t8023.scala" ,
49
52
" hklub0.scala" ,
50
53
" i1365.scala" ,
54
+ " t6205.scala" ,
51
55
52
56
// Missing position
53
57
" i3000.scala" ,
@@ -58,9 +62,14 @@ class FromTastyTests extends ParallelTesting {
58
62
" t247.scala" ,
59
63
" i2345.scala" ,
60
64
" i0306.scala" ,
65
+ " t4731.scala" ,
66
+ " spec-super.scala" ,
67
+ " spec-sparsearray-old.scala" ,
68
+ " collections_1.scala" ,
61
69
62
70
// cyclic type references
63
71
" i536.scala" ,
72
+ " cyclics-pos.scala" ,
64
73
65
74
// Anonymous method not defined
66
75
" i3067.scala" ,
@@ -85,6 +94,8 @@ class FromTastyTests extends ParallelTesting {
85
94
val (step1, step2, step3) = compileTastyInDir(" ../tests/run" , defaultOptions,
86
95
blacklist = Set (
87
96
" t3613.scala" ,
97
+ " t7223.scala" ,
98
+ " t7899-regression.scala" ,
88
99
89
100
// Missing position
90
101
" Course-2002-13.scala" ,
@@ -95,6 +106,7 @@ class FromTastyTests extends ParallelTesting {
95
106
" inlineForeach.scala" ,
96
107
" scala2trait-lazyval.scala" ,
97
108
" t3452f.scala" ,
109
+ " t5428.scala" ,
98
110
99
111
// Closure type miss match
100
112
" eff-dependent.scala" ,
@@ -116,6 +128,7 @@ class FromTastyTests extends ParallelTesting {
116
128
" phantom-poly-2.scala" ,
117
129
" phantom-poly-3.scala" ,
118
130
" phantom-poly-4.scala" ,
131
+
119
132
)
120
133
)
121
134
step1.checkCompile() // Compile all files to generate the class files with tasty
0 commit comments