Skip to content

Commit 1943f4e

Browse files
committed
Revert "Add regression tests on optimise"
This reverts commit d1dc87c.
1 parent 7594483 commit 1943f4e

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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) +
File renamed without changes.

0 commit comments

Comments
 (0)