Skip to content

Commit d16b613

Browse files
committed
Add regression tests for #3594
1 parent b61a193 commit d16b613

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

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

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -24,34 +24,34 @@ class FromTastyTests extends ParallelTesting {
2424
implicit val testGroup: TestGroup = TestGroup("posTestFromTasty")
2525
val (step1, step2) = {
2626
// compileTastyInDir("../tests/pos", defaultOptions) + // FIXME
27-
// compileTasty("../tests/pos/t115.scala", defaultOptions) +
28-
// compileTasty("../tests/pos/t2127.scala", defaultOptions) +
29-
// compileTasty("../tests/pos/i1570.scala", defaultOptions) +
30-
// compileTasty("../tests/pos/t1279a.scala", defaultOptions) +
31-
// compileTasty("../tests/pos/i3129.scala", defaultOptions) +
32-
// compileTasty("../tests/pos/i2250.scala", defaultOptions) +
33-
// compileTasty("../tests/pos/i966.scala", defaultOptions) +
34-
// compileTasty("../tests/pos/t0049.scala", defaultOptions) +
27+
compileTasty("../tests/pos/t115.scala", defaultOptions) +
28+
compileTasty("../tests/pos/t2127.scala", defaultOptions) +
29+
compileTasty("../tests/pos/i1570.scala", defaultOptions) +
30+
compileTasty("../tests/pos/t1279a.scala", defaultOptions) +
31+
compileTasty("../tests/pos/i3129.scala", defaultOptions) +
32+
compileTasty("../tests/pos/i2250.scala", defaultOptions) +
33+
compileTasty("../tests/pos/i966.scala", defaultOptions) +
34+
compileTasty("../tests/pos/t0049.scala", defaultOptions) +
3535
// compileTasty("../tests/pos/i0306.scala", defaultOptions) +
36-
// compileTasty("../tests/pos/t0055.scala", defaultOptions) +
37-
// compileTasty("../tests/pos/i2397.scala", defaultOptions) +
36+
compileTasty("../tests/pos/t0055.scala", defaultOptions) +
37+
compileTasty("../tests/pos/i2397.scala", defaultOptions) +
3838
// compileTasty("../tests/pos/i1365.scala", defaultOptions) +
39-
// compileTasty("../tests/pos/t1957.scala", defaultOptions) +
40-
// compileTasty("../tests/pos/i1756.scala", defaultOptions) +
41-
// compileTasty("../tests/pos/i3130d.scala", defaultOptions) +
42-
// compileTasty("../tests/pos/i1990a.scala", defaultOptions) +
43-
// compileTasty("../tests/pos/i996.scala", defaultOptions) +
44-
// compileTasty("../tests/pos/companions.scala", defaultOptions) +
45-
// compileTasty("../tests/pos/i1812.scala", defaultOptions) +
39+
compileTasty("../tests/pos/t1957.scala", defaultOptions) +
40+
compileTasty("../tests/pos/i1756.scala", defaultOptions) +
41+
compileTasty("../tests/pos/i3130d.scala", defaultOptions) +
42+
compileTasty("../tests/pos/i1990a.scala", defaultOptions) +
43+
compileTasty("../tests/pos/i996.scala", defaultOptions) +
44+
compileTasty("../tests/pos/companions.scala", defaultOptions) +
45+
compileTasty("../tests/pos/i1812.scala", defaultOptions) +
4646
// compileTasty("../tests/pos/i2944.scala", defaultOptions) +
47-
// compileTasty("../tests/pos/i2468.scala", defaultOptions) +
48-
// compileTasty("../tests/pos/i2300.scala", defaultOptions) +
49-
// compileTasty("../tests/pos/i1990.scala", defaultOptions) +
50-
// compileTasty("../tests/pos/i1812b.scala", defaultOptions) +
51-
// compileTasty("../tests/pos/t2405.scala", defaultOptions) +
52-
// compileTasty("../tests/pos/supercalls.scala", defaultOptions) +
47+
compileTasty("../tests/pos/i2468.scala", defaultOptions) +
48+
compileTasty("../tests/pos/i2300.scala", defaultOptions) +
49+
compileTasty("../tests/pos/i1990.scala", defaultOptions) +
50+
compileTasty("../tests/pos/i1812b.scala", defaultOptions) +
51+
compileTasty("../tests/pos/t2405.scala", defaultOptions) +
52+
compileTasty("../tests/pos/supercalls.scala", defaultOptions) +
5353
// compileTasty("../tests/pos/hklub0.scala", defaultOptions) +
54-
// compileTasty("../tests/pos/i3130a.scala", defaultOptions) +
54+
compileTasty("../tests/pos/i3130a.scala", defaultOptions) +
5555
compileTastyInDir("../tests/pos-from-tasty", defaultOptions) +
5656
compileTasty("../tests/pos-from-tasty/simpleClass.scala", defaultOptions)
5757
}
@@ -65,29 +65,29 @@ class FromTastyTests extends ParallelTesting {
6565
val (step1, step2) = {
6666
// compileTastyInDir("../tests/run", defaultOptions) + // FIXME
6767
// compileTasty("../tests/run/t3613.scala", defaultOptions) +
68-
// compileTasty("../tests/run/i1569.scala", defaultOptions) +
68+
compileTasty("../tests/run/i1569.scala", defaultOptions) +
6969
// compileTasty("../tests/run/i2337.scala", defaultOptions) +
70-
// compileTasty("../tests/run/t2127.scala", defaultOptions) +
70+
compileTasty("../tests/run/t2127.scala", defaultOptions) +
7171
// compileTasty("../tests/run/scala2trait-lazyval.scala", defaultOptions) +
72-
// compileTasty("../tests/run/t6666a.scala", defaultOptions) +
72+
compileTasty("../tests/run/t6666a.scala", defaultOptions) +
7373
// compileTasty("../tests/run/t3452f.scala", defaultOptions) +
74-
// compileTasty("../tests/run/t6957.scala", defaultOptions) +
75-
// compileTasty("../tests/run/inlinedAssign.scala", defaultOptions) +
74+
compileTasty("../tests/run/t6957.scala", defaultOptions) +
75+
compileTasty("../tests/run/inlinedAssign.scala", defaultOptions) +
7676
// compileTasty("../tests/run/bridges.scala", defaultOptions) +
77-
// compileTasty("../tests/run/t8002.scala", defaultOptions) +
78-
// compileTasty("../tests/run/t6506.scala", defaultOptions) +
77+
compileTasty("../tests/run/t8002.scala", defaultOptions) +
78+
compileTasty("../tests/run/t6506.scala", defaultOptions) +
7979
// compileTasty("../tests/run/enum-approx.scala", defaultOptions) +
8080
// compileTasty("../tests/run/i2337b.scala", defaultOptions) +
81-
// compileTasty("../tests/run/array-addition.scala", defaultOptions) +
82-
// compileTasty("../tests/run/t1909c.scala", defaultOptions) +
83-
// compileTasty("../tests/run/i2163.scala", defaultOptions) +
81+
compileTasty("../tests/run/array-addition.scala", defaultOptions) +
82+
compileTasty("../tests/run/t1909c.scala", defaultOptions) +
83+
compileTasty("../tests/run/i2163.scala", defaultOptions) +
8484
// compileTasty("../tests/run/t8395.scala", defaultOptions) +
85-
// compileTasty("../tests/run/view-iterator-stream.scala", defaultOptions) +
85+
compileTasty("../tests/run/view-iterator-stream.scala", defaultOptions) +
8686
// compileTasty("../tests/run/Course-2002-13.scala", defaultOptions) +
8787
// compileTasty("../tests/run/NestedClasses.scala", defaultOptions) +
8888
// compileTasty("../tests/run/inlineForeach.scala", defaultOptions) +
89-
// compileTasty("../tests/run/i1990b.scala", defaultOptions) +
90-
// compileTasty("../tests/run/t3048.scala", defaultOptions) +
89+
compileTasty("../tests/run/i1990b.scala", defaultOptions) +
90+
compileTasty("../tests/run/t3048.scala", defaultOptions) +
9191
// compileTasty("../tests/run/patmat-bind-typed.scala", defaultOptions) +
9292
compileTastyInDir("../tests/run-from-tasty", defaultOptions) +
9393
compileTasty("../tests/run/t493.scala", defaultOptions)

0 commit comments

Comments
 (0)