File tree 2 files changed +7
-3
lines changed
compiler/test/dotty/tools/dotc
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 {
64
64
}
65
65
val allChecks = {
66
66
check(" CheckOrderIdempotency" ) +
67
- check(" CheckStrawmanIdempotency" ) +
67
+ // Disabled until strawman is fixed
68
+ // check("CheckStrawmanIdempotency") +
68
69
check(" CheckPosIdempotency" )
69
70
}
70
71
71
72
val allTests = {
72
- strawmanIdempotency +
73
+ // Disabled until strawman is fixed
74
+ // strawmanIdempotency +
73
75
orderIdempotency +
74
76
posIdempotency
75
77
}
Original file line number Diff line number Diff line change @@ -26,7 +26,9 @@ class LinkTests extends ParallelTesting {
26
26
def testFilter = Properties .testsFilter
27
27
28
28
29
- @ Test def linkTest : Unit = {
29
+ // Disabled until strawman is fixed
30
+ // @Test
31
+ def linkTest : Unit = {
30
32
// Setup and compile libraries
31
33
val strawmanLibGroup = TestGroup (" linkTest/strawmanLibrary" )
32
34
val strawmanLibTestGroup = TestGroup (strawmanLibGroup + " /tests" )
You can’t perform that action at this time.
0 commit comments