Skip to content
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

Remove the ignore from CustomStepCanResolveTypesAfterSweep #89016

Merged
merged 1 commit into from
Jul 17, 2023

Conversation

mrvoorhe
Copy link
Contributor

There are a few reasons to remove this.

  • The ignore is pointless. #if cannot be used to ignore a test. Tests are collected from whatever version of Mono.Linker.Tests.Cases is handy. It could be a net7 build. It could be net471. Our NUnit tests run on net7 and so we collect which tests to run from a net7 build of Mono.Linker.Tests.Cases. This means we collect and run this test.
  • It passes with UnityLinker.
  • No other tests in the Extensibility folder do this and I don't see anything special about this one.

This ignore is pointless. `#if` cannot be used to ignore a test. Tests are collected from whatever version of `Mono.Linker.Tests.Cases` is handy.  It could be a net7 build.  It could be net471.
@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Jul 17, 2023
@ghost ghost added linkable-framework Issues associated with delivering a linker friendly framework community-contribution Indicates that the PR has been added by a community member labels Jul 17, 2023
@ghost
Copy link

ghost commented Jul 17, 2023

Tagging subscribers to 'linkable-framework': @eerhardt, @vitek-karas, @LakshanF, @sbomer, @joperezr, @marek-safar
See info in area-owners.md if you want to be subscribed.

Issue Details

There are a few reasons to remove this.

  • The ignore is pointless. #if cannot be used to ignore a test. Tests are collected from whatever version of Mono.Linker.Tests.Cases is handy. It could be a net7 build. It could be net471. Our NUnit tests run on net7 and so we collect which tests to run from a net7 build of Mono.Linker.Tests.Cases. This means we collect and run this test.
  • It passes with UnityLinker.
  • No other tests in the Extensibility folder do this and I don't see anything special about this one.
Author: mrvoorhe
Assignees: -
Labels:

linkable-framework, community-contribution, needs-area-label

Milestone: -

@vitek-karas vitek-karas merged commit 9f9b94e into dotnet:main Jul 17, 2023
56 checks passed
@ghost ghost locked as resolved and limited conversation to collaborators Aug 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
community-contribution Indicates that the PR has been added by a community member linkable-framework Issues associated with delivering a linker friendly framework needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants