Skip to content

Commit 55f2f4e

Browse files
committed
Re-enable collection-strawman tests
1 parent 2acdd1f commit 55f2f4e

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
branch = dotty-library2.12
99
[submodule "collection-strawman"]
1010
path = collection-strawman
11-
url = https://github.com/scala/collection-strawman.git
12-
branch = master
11+
url = https://github.com/dotty-staging/collection-strawman.git
12+
branch = dotty

collection-strawman

Submodule collection-strawman updated 265 files

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,12 @@ class IdempotencyTests extends ParallelTesting {
6464
}
6565
val allChecks = {
6666
check("CheckOrderIdempotency") +
67-
// Disabled until strawman is fixed
68-
// check("CheckStrawmanIdempotency") +
67+
check("CheckStrawmanIdempotency") +
6968
check("CheckPosIdempotency")
7069
}
7170

7271
val allTests = {
73-
// Disabled until strawman is fixed
74-
// strawmanIdempotency +
72+
strawmanIdempotency +
7573
orderIdempotency +
7674
posIdempotency
7775
}

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ class LinkTests extends ParallelTesting {
2525
def isInteractive = SummaryReport.isInteractive
2626
def testFilter = Properties.testsFilter
2727

28-
29-
// Disabled until strawman is fixed
30-
// @Test
28+
@Test
3129
def linkTest: Unit = {
3230
// Setup and compile libraries
3331
val strawmanLibGroup = TestGroup("linkTest/strawmanLibrary")

0 commit comments

Comments
 (0)