File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
compiler/test/dotty/tools/dotc Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -64,12 +64,14 @@ class IdempotencyTests extends ParallelTesting {
6464 }
6565 val allChecks = {
6666 check(" CheckOrderIdempotency" ) +
67- check(" CheckStrawmanIdempotency" ) +
67+ // Disabled until strawman is fixed
68+ // check("CheckStrawmanIdempotency") +
6869 check(" CheckPosIdempotency" )
6970 }
7071
7172 val allTests = {
72- strawmanIdempotency +
73+ // Disabled until strawman is fixed
74+ // strawmanIdempotency +
7375 orderIdempotency +
7476 posIdempotency
7577 }
Original file line number Diff line number Diff line change @@ -26,7 +26,9 @@ class LinkTests extends ParallelTesting {
2626 def testFilter = Properties .testsFilter
2727
2828
29- @ Test def linkTest : Unit = {
29+ // Disabled until strawman is fixed
30+ // @Test
31+ def linkTest : Unit = {
3032 // Setup and compile libraries
3133 val strawmanLibGroup = TestGroup (" linkTest/strawmanLibrary" )
3234 val strawmanLibTestGroup = TestGroup (strawmanLibGroup + " /tests" )
You can’t perform that action at this time.
0 commit comments