Skip to content

Commit 21f8732

Browse files
committed
Disable strawman specialize tests.
1 parent bc2c675 commit 21f8732

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

collection-strawman

Submodule collection-strawman updated 55 files

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,8 @@ class CompilationTests extends ParallelTesting {
323323
@Test def linkAll: Unit = {
324324
def commonLibraries = {
325325
compileList("stdlib", StdLibSources.whitelisted, scala2Mode.and("-migration", "-Yno-inline")) +
326-
compileList("strawman", strawmanSources, defaultOptions) +
327-
compileList("testUtils", testUtils, defaultOptions)
326+
compileList("strawman", strawmanSources, defaultOptions) +
327+
compileList("testUtils", testUtils, defaultOptions)
328328
}
329329

330330
// Compile and setup libraries
@@ -380,8 +380,8 @@ class CompilationTests extends ParallelTesting {
380380
linkStrawmanDCETests +
381381
linkStrawmanAggressiveDCETests +
382382
linkStdLibDCE +
383-
linkSpecializeTests +
384-
linkStrawmanSpecializeTests
383+
linkSpecializeTests /* +
384+
linkStrawmanSpecializeTests*/
385385
}.checkRuns()
386386

387387
libraries.delete()

0 commit comments

Comments
 (0)