Skip to content

Re-enable collection-strawman tests #4596

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
branch = dotty-library2.12
[submodule "collection-strawman"]
path = collection-strawman
url = https://github.com/scala/collection-strawman.git
branch = master
url = https://github.com/dotty-staging/collection-strawman.git
branch = dotty
2 changes: 1 addition & 1 deletion collection-strawman
6 changes: 2 additions & 4 deletions compiler/test/dotty/tools/dotc/IdempotencyTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,12 @@ class IdempotencyTests extends ParallelTesting {
}
val allChecks = {
check("CheckOrderIdempotency") +
// Disabled until strawman is fixed
// check("CheckStrawmanIdempotency") +
check("CheckStrawmanIdempotency") +
check("CheckPosIdempotency")
}

val allTests = {
// Disabled until strawman is fixed
// strawmanIdempotency +
strawmanIdempotency +
orderIdempotency +
posIdempotency
}
Expand Down
4 changes: 1 addition & 3 deletions compiler/test/dotty/tools/dotc/LinkTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ class LinkTests extends ParallelTesting {
def isInteractive = SummaryReport.isInteractive
def testFilter = Properties.testsFilter


// Disabled until strawman is fixed
// @Test
@Test
def linkTest: Unit = {
// Setup and compile libraries
val strawmanLibGroup = TestGroup("linkTest/strawmanLibrary")
Expand Down