Skip to content

Disable GenericArraySortHelperTest to fix CI#37997

Merged
joperezr merged 1 commit into
dotnet:masterfrom
joperezr:DisableTrimmingTest
Jun 16, 2020
Merged

Disable GenericArraySortHelperTest to fix CI#37997
joperezr merged 1 commit into
dotnet:masterfrom
joperezr:DisableTrimmingTest

Conversation

@joperezr
Copy link
Copy Markdown
Member

Right before I merged the PR that added this test, @sbomer merged his PR #37780 which renamed all Linker attributes we had, and our linker test infra currently uses the linker that comes with the SDK which doesn't understand these new attributes yet, so the test has naturally started failing now. This PR will disable the test for now to unblock CI and rolling while I fix the infra to use the latest linker so that we can understand these new attributes in our tests.

cc: @eerhardt @layomia @safern

@sbomer
Copy link
Copy Markdown
Member

sbomer commented Jun 16, 2020

Thanks! Sorry for the trouble. You will probably want to use ILLinkTasksAssembly: https://github.com/mono/linker/blob/master/src/ILLink.Tasks/Sdk/Sdk.props#L19.

@joperezr
Copy link
Copy Markdown
Member Author

Merging to unblock CI on other PRs as well as Rolling. I'll put up a subsequent PR that will fix the version of the linker we use in our tests to match latest we use in the rest of the repo.

@joperezr joperezr merged commit d81fbdc into dotnet:master Jun 16, 2020
@joperezr joperezr deleted the DisableTrimmingTest branch June 16, 2020 23:05
@ghost ghost locked as resolved and limited conversation to collaborators Dec 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants