Skip to content

Commit 771f3c3

Browse files
committed
Disable from tasty tests that fail on CI
1 parent d332b55 commit 771f3c3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ class FromTastyTests extends ParallelTesting {
3030
blacklist = Set(
3131
"macro-deprecate-dont-touch-backquotedidents.scala",
3232

33+
// Compiles wrong class
34+
"simpleClass.scala",
35+
36+
// Wrong number of arguments
37+
"i3130b.scala",
38+
3339
// Class not found
3440
"i3130a.scala",
3541

@@ -46,6 +52,8 @@ class FromTastyTests extends ParallelTesting {
4652
"i3000.scala",
4753
"t1203a.scala",
4854
"t2260.scala",
55+
"t4579.scala",
56+
"tcpoly_ticket2096.scala",
4957
"i2345.scala",
5058
"t4731.scala",
5159
"spec-super.scala",

0 commit comments

Comments
 (0)