@@ -24,6 +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) +
35+ // compileTasty("../tests/pos/i0306.scala", defaultOptions) +
36+ // compileTasty("../tests/pos/t0055.scala", defaultOptions) +
37+ // compileTasty("../tests/pos/i2397.scala", defaultOptions) +
38+ // 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) +
46+ // 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) +
53+ // compileTasty("../tests/pos/hklub0.scala", defaultOptions) +
54+ // compileTasty("../tests/pos/i3130a.scala", defaultOptions) +
2755 compileTastyInDir(" ../tests/pos-from-tasty" , defaultOptions) +
2856 compileTasty(" ../tests/pos-from-tasty/simpleClass.scala" , defaultOptions)
2957 }
@@ -36,6 +64,31 @@ class FromTastyTests extends ParallelTesting {
3664 implicit val testGroup : TestGroup = TestGroup (" runTestFromTasty" )
3765 val (step1, step2) = {
3866 // compileTastyInDir("../tests/run", defaultOptions) + // FIXME
67+ // compileTasty("../tests/run/t3613.scala", defaultOptions) +
68+ // compileTasty("../tests/run/i1569.scala", defaultOptions) +
69+ // compileTasty("../tests/run/i2337.scala", defaultOptions) +
70+ // compileTasty("../tests/run/t2127.scala", defaultOptions) +
71+ // compileTasty("../tests/run/scala2trait-lazyval.scala", defaultOptions) +
72+ // compileTasty("../tests/run/t6666a.scala", defaultOptions) +
73+ // compileTasty("../tests/run/t3452f.scala", defaultOptions) +
74+ // compileTasty("../tests/run/t6957.scala", defaultOptions) +
75+ // compileTasty("../tests/run/inlinedAssign.scala", defaultOptions) +
76+ // compileTasty("../tests/run/bridges.scala", defaultOptions) +
77+ // compileTasty("../tests/run/t8002.scala", defaultOptions) +
78+ // compileTasty("../tests/run/t6506.scala", defaultOptions) +
79+ // compileTasty("../tests/run/enum-approx.scala", defaultOptions) +
80+ // 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) +
84+ // compileTasty("../tests/run/t8395.scala", defaultOptions) +
85+ // compileTasty("../tests/run/view-iterator-stream.scala", defaultOptions) +
86+ // compileTasty("../tests/run/Course-2002-13.scala", defaultOptions) +
87+ // compileTasty("../tests/run/NestedClasses.scala", defaultOptions) +
88+ // compileTasty("../tests/run/inlineForeach.scala", defaultOptions) +
89+ // compileTasty("../tests/run/i1990b.scala", defaultOptions) +
90+ // compileTasty("../tests/run/t3048.scala", defaultOptions) +
91+ // compileTasty("../tests/run/patmat-bind-typed.scala", defaultOptions) +
3992 compileTastyInDir(" ../tests/run-from-tasty" , defaultOptions) +
4093 compileTasty(" ../tests/run/t493.scala" , defaultOptions)
4194 }
0 commit comments