Skip to content

Commit 87eb0ee

Browse files
Update tests blacklists in FromTastyTests.scala
1 parent 4c34b9f commit 87eb0ee

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

compiler/test/dotty/tools/dotc/FromTastyTests.scala

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,12 @@ 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
// Owner discrepancy for refinements
3234
"NoCyclicReference.scala",
3335
"i1795.scala",
36+
"lambdalift-1.scala",
3437

3538
// Cannot merge members
3639
"depfuntype.scala",
@@ -45,6 +48,7 @@ class FromTastyTests extends ParallelTesting {
4548
"t8023.scala",
4649
"hklub0.scala",
4750
"i1365.scala",
51+
"t6205.scala",
4852

4953
// Missing position
5054
"i3000.scala",
@@ -55,9 +59,14 @@ class FromTastyTests extends ParallelTesting {
5559
"t247.scala",
5660
"i2345.scala",
5761
"i0306.scala",
62+
"t4731.scala",
63+
"spec-super.scala",
64+
"spec-sparsearray-old.scala",
65+
"collections_1.scala",
5866

5967
// cyclic type references
6068
"i536.scala",
69+
"cyclics-pos.scala",
6170

6271
// Anonymous method not defined
6372
"i3067.scala",
@@ -82,6 +91,8 @@ class FromTastyTests extends ParallelTesting {
8291
val (step1, step2, step3) = compileTastyInDir("../tests/run", defaultOptions,
8392
blacklist = Set(
8493
"t3613.scala",
94+
"t7223.scala",
95+
"t7899-regression.scala",
8596

8697
// Missing position
8798
"Course-2002-13.scala",
@@ -92,6 +103,7 @@ class FromTastyTests extends ParallelTesting {
92103
"inlineForeach.scala",
93104
"scala2trait-lazyval.scala",
94105
"t3452f.scala",
106+
"t5428.scala",
95107

96108
// Closure type miss match
97109
"eff-dependent.scala",
@@ -113,6 +125,7 @@ class FromTastyTests extends ParallelTesting {
113125
"phantom-poly-2.scala",
114126
"phantom-poly-3.scala",
115127
"phantom-poly-4.scala",
128+
116129
)
117130
)
118131
step1.checkCompile() // Compile all files to generate the class files with tasty

0 commit comments

Comments
 (0)