Skip to content

Commit f5e63a7

Browse files
Move tests in tests/{pos, neg, run}-optimise
1 parent 131b8e9 commit f5e63a7

File tree

7 files changed

+0
-3
lines changed

7 files changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ class CompilationTests extends ParallelTesting {
9999
compileFilesInDir("tests/new", defaultOptions) +
100100
compileFilesInDir("tests/pos-scala2", scala2Mode) +
101101
compileFilesInDir("tests/pos", defaultOptions) +
102-
compileFilesInDir("tests/pos-no-optimise", defaultOptions) +
103102
compileFilesInDir("tests/pos-deep-subtype", allowDeepSubtypes) +
104103
compileFilesInDir("tests/pos-kind-polymorphism", defaultOptions and "-Ykind-polymorphism") +
105104
compileDir("tests/pos/i1137-1", defaultOptions and "-Yemit-tasty") +
@@ -174,7 +173,6 @@ class CompilationTests extends ParallelTesting {
174173
implicit val testGroup: TestGroup = TestGroup("compileNeg")
175174
compileFilesInDir("tests/neg", defaultOptions) +
176175
compileFilesInDir("tests/neg-tailcall", defaultOptions) +
177-
compileFilesInDir("tests/neg-no-optimise", defaultOptions) +
178176
compileFilesInDir("tests/neg-kind-polymorphism", defaultOptions and "-Ykind-polymorphism") +
179177
compileFilesInDir("tests/neg-custom-args/fatal-warnings", defaultOptions.and("-Xfatal-warnings")) +
180178
compileFilesInDir("tests/neg-custom-args/allow-double-bindings", allowDoubleBindings) +
@@ -198,7 +196,6 @@ class CompilationTests extends ParallelTesting {
198196
@Test def runAll: Unit = {
199197
implicit val testGroup: TestGroup = TestGroup("runAll")
200198
compileFilesInDir("tests/run", defaultOptions) +
201-
compileFilesInDir("tests/run-no-optimise", defaultOptions) +
202199
compileFilesInDir("tests/run-with-compiler", defaultRunWithCompilerOptions) +
203200
compileFile("tests/run-with-compiler-custom-args/staged-streams_1.scala", defaultRunWithCompilerOptions without "-Yno-deep-subtypes")
204201
}.checkRuns()
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)