@@ -28,9 +28,12 @@ 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
// Owner discrepancy for refinements
32
34
" NoCyclicReference.scala" ,
33
35
" i1795.scala" ,
36
+ " lambdalift-1.scala" ,
34
37
35
38
// Cannot merge members
36
39
" depfuntype.scala" ,
@@ -45,6 +48,7 @@ class FromTastyTests extends ParallelTesting {
45
48
" t8023.scala" ,
46
49
" hklub0.scala" ,
47
50
" i1365.scala" ,
51
+ " t6205.scala" ,
48
52
49
53
// Missing position
50
54
" i3000.scala" ,
@@ -55,9 +59,14 @@ class FromTastyTests extends ParallelTesting {
55
59
" t247.scala" ,
56
60
" i2345.scala" ,
57
61
" i0306.scala" ,
62
+ " t4731.scala" ,
63
+ " spec-super.scala" ,
64
+ " spec-sparsearray-old.scala" ,
65
+ " collections_1.scala" ,
58
66
59
67
// cyclic type references
60
68
" i536.scala" ,
69
+ " cyclics-pos.scala" ,
61
70
62
71
// Anonymous method not defined
63
72
" i3067.scala" ,
@@ -82,6 +91,8 @@ class FromTastyTests extends ParallelTesting {
82
91
val (step1, step2, step3) = compileTastyInDir(" ../tests/run" , defaultOptions,
83
92
blacklist = Set (
84
93
" t3613.scala" ,
94
+ " t7223.scala" ,
95
+ " t7899-regression.scala" ,
85
96
86
97
// Missing position
87
98
" Course-2002-13.scala" ,
@@ -92,6 +103,7 @@ class FromTastyTests extends ParallelTesting {
92
103
" inlineForeach.scala" ,
93
104
" scala2trait-lazyval.scala" ,
94
105
" t3452f.scala" ,
106
+ " t5428.scala" ,
95
107
96
108
// Closure type miss match
97
109
" eff-dependent.scala" ,
@@ -113,6 +125,7 @@ class FromTastyTests extends ParallelTesting {
113
125
" phantom-poly-2.scala" ,
114
126
" phantom-poly-3.scala" ,
115
127
" phantom-poly-4.scala" ,
128
+
116
129
)
117
130
)
118
131
step1.checkCompile() // Compile all files to generate the class files with tasty
0 commit comments