@@ -91,7 +91,6 @@ class CompilationTests extends ParallelTesting {
91
91
compileFilesInDir(" ../tests/new" , defaultOptions) +
92
92
compileFilesInDir(" ../tests/pos-scala2" , scala2Mode) +
93
93
compileFilesInDir(" ../tests/pos" , defaultOptions) +
94
- compileFilesInDir(" ../tests/pos" , defaultOptimised) +
95
94
compileFilesInDir(" ../tests/pos-deep-subtype" , allowDeepSubtypes) +
96
95
compileFile(
97
96
// succeeds despite -Xfatal-warnings because of -nowarn
@@ -160,8 +159,6 @@ class CompilationTests extends ParallelTesting {
160
159
161
160
@ Test def compileNeg : Unit = {
162
161
compileShallowFilesInDir(" ../tests/neg" , defaultOptions) +
163
- compileShallowFilesInDir(" ../tests/neg/no-optimise" , defaultOptions) +
164
- compileShallowFilesInDir(" ../tests/neg" , defaultOptimised) +
165
162
compileFile(" ../tests/neg/customArgs/typers.scala" , allowDoubleBindings) +
166
163
compileFile(" ../tests/neg/customArgs/overrideClass.scala" , scala2Mode) +
167
164
compileFile(" ../tests/neg/customArgs/autoTuplingTest.scala" , defaultOptions.and(" -language:noAutoTupling" )) +
@@ -189,7 +186,6 @@ class CompilationTests extends ParallelTesting {
189
186
190
187
@ Test def runAll : Unit = {
191
188
compileFilesInDir(" ../tests/run" , defaultOptions) +
192
- compileFilesInDir(" ../tests/run" , defaultOptimised) +
193
189
compileFile(" ../tests/run/i3018.scala" , defaultOptimised) +
194
190
compileFile(" ../tests/run/blame_eye_triple_eee-double.scala" , defaultOptimised) +
195
191
compileFile(" ../tests/run/blame_eye_triple_eee-float.scala" , defaultOptimised) +
0 commit comments