We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d332b55 commit 771f3c3Copy full SHA for 771f3c3
compiler/test/dotty/tools/dotc/FromTastyTests.scala
@@ -30,6 +30,12 @@ class FromTastyTests extends ParallelTesting {
30
blacklist = Set(
31
"macro-deprecate-dont-touch-backquotedidents.scala",
32
33
+ // Compiles wrong class
34
+ "simpleClass.scala",
35
+
36
+ // Wrong number of arguments
37
+ "i3130b.scala",
38
39
// Class not found
40
"i3130a.scala",
41
@@ -46,6 +52,8 @@ class FromTastyTests extends ParallelTesting {
46
52
"i3000.scala",
47
53
"t1203a.scala",
48
54
"t2260.scala",
55
+ "t4579.scala",
56
+ "tcpoly_ticket2096.scala",
49
57
"i2345.scala",
50
58
"t4731.scala",
51
59
"spec-super.scala",
0 commit comments