Skip to content

Commit d6ad079

Browse files
committed
Reorganize stdlib tests
Use a compileDir with a special directory instead of the previous symlink-based setup. Symlinks seem not to work correctly on Windows and the new setup is also much simpler.
1 parent 7a8fae7 commit d6ad079

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1
-24
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ class CompilationTests {
5050
compileFilesInDir("tests/pos-custom-args/no-experimental", defaultOptions.and("-Yno-experimental")),
5151
compileFilesInDir("tests/pos-custom-args/strict", defaultOptions.and("-source", "future", "-deprecation", "-Xfatal-warnings")),
5252
compileDir("tests/pos-special/java-param-names", defaultOptions.withJavacOnlyOptions("-parameters")),
53+
compileDir("tests/pos-special/stdlib", defaultOptions),
5354
compileFile(
5455
// succeeds despite -Xfatal-warnings because of -nowarn
5556
"tests/neg-custom-args/fatal-warnings/xfatalWarnings.scala",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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)