@@ -91,7 +91,6 @@ class CompilationTests extends ParallelTesting {
9191 compileFilesInDir(" ../tests/new" , defaultOptions) +
9292 compileFilesInDir(" ../tests/pos-scala2" , scala2Mode) +
9393 compileFilesInDir(" ../tests/pos" , defaultOptions) +
94- compileFilesInDir(" ../tests/pos" , defaultOptimised) +
9594 compileFilesInDir(" ../tests/pos-deep-subtype" , allowDeepSubtypes) +
9695 compileFile(
9796 // succeeds despite -Xfatal-warnings because of -nowarn
@@ -160,8 +159,6 @@ class CompilationTests extends ParallelTesting {
160159
161160 @ Test def compileNeg : Unit = {
162161 compileShallowFilesInDir(" ../tests/neg" , defaultOptions) +
163- compileShallowFilesInDir(" ../tests/neg/no-optimise" , defaultOptions) +
164- compileShallowFilesInDir(" ../tests/neg" , defaultOptimised) +
165162 compileFile(" ../tests/neg/customArgs/typers.scala" , allowDoubleBindings) +
166163 compileFile(" ../tests/neg/customArgs/overrideClass.scala" , scala2Mode) +
167164 compileFile(" ../tests/neg/customArgs/autoTuplingTest.scala" , defaultOptions.and(" -language:noAutoTupling" )) +
@@ -189,7 +186,6 @@ class CompilationTests extends ParallelTesting {
189186
190187 @ Test def runAll : Unit = {
191188 compileFilesInDir(" ../tests/run" , defaultOptions) +
192- compileFilesInDir(" ../tests/run" , defaultOptimised) +
193189 compileFile(" ../tests/run/i3018.scala" , defaultOptimised) +
194190 compileFile(" ../tests/run/blame_eye_triple_eee-double.scala" , defaultOptimised) +
195191 compileFile(" ../tests/run/blame_eye_triple_eee-float.scala" , defaultOptimised) +
0 commit comments