Skip to content

Commit 09b760a

Browse files
committed
Put all link tests in tests/link
1 parent 21f8732 commit 09b760a

File tree

343 files changed

+11
-6
lines changed

Some content is hidden

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

343 files changed

+11
-6
lines changed

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

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -369,19 +369,24 @@ class CompilationTests extends ParallelTesting {
369369

370370
// specialization tests
371371

372-
def linkSpecializeTests = linkTests("../tests/link-specialize", linkSpecialize ++ utilsOnlyClassPath)
373-
def linkStrawmanSpecializeTests = linkTests("../tests/link-strawman-specialize", linkSpecialize ++ strawmanClassPath)
372+
def linkSpecializeTests = linkTests("../tests/link/specialize", linkSpecialize ++ utilsOnlyClassPath)
373+
def linkStrawmanSpecializeTests = linkTests("../tests/link/strawman-specialize", linkSpecialize ++ strawmanClassPath)
374+
375+
// Plain strawman tests
376+
377+
def strawmanTest = compileFilesInDir("../tests/strawman", basicDefaultOptions ++ strawmanClassPath)
374378

375379
// Run all tests
376380

377381
{
378382
linkDCETests +
379383
linkAggressiveDCETests +
380-
linkStrawmanDCETests +
381-
linkStrawmanAggressiveDCETests +
384+
// linkStrawmanDCETests +
385+
// linkStrawmanAggressiveDCETests +
382386
linkStdLibDCE +
383-
linkSpecializeTests /* +
384-
linkStrawmanSpecializeTests*/
387+
linkSpecializeTests +
388+
// linkStrawmanSpecializeTests +
389+
strawmanTest
385390
}.checkRuns()
386391

387392
libraries.delete()
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)