Reactivate closed-issue Extensions tests - #132740
Draft
svick wants to merge 3 commits into
Draft
Conversation
Re-enable the previously closed-issue Extensions test cases so they run in CI validation for the cases from dotnet#131327. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The reactivated roslyn#52527 scenario fails locally with SYSLIB1015 before tests can run. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Azure Pipelines: Successfully started running 3 pipeline(s). 13 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
|
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries |
CI showed the Caching.Memory and DI.External assemblies and the encrypted XML test still fail on browser configurations. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>.
Member
Author
|
CI run 1 (runtime build 1566711) showed that three reactivated browser scopes are still problematic, so commit
The linker and inner-loop pipelines passed. All runtime failures were accounted for by these reactivated scopes; no unrelated failure was found. Note This comment was generated with GitHub Copilot. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Member
Author
|
/azp run runtime, runtime-dev-innerloop, dotnet-linker-tests |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
This was referenced Aug 27, 2026
Member
Author
|
/azp run runtime, runtime-dev-innerloop, dotnet-linker-tests |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
Member
Author
|
/azp run runtime, runtime-dev-innerloop, dotnet-linker-tests |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ActiveIssuereferences point to closed issues.main.MessageTests_SuppressWarning_WarnAsError_NoErrordisabled because reactivating roslyn#52527 reproduces 12SYSLIB1015build errors locally before tests can run.Current purpose
This draft PR currently exists to run the full CI matrix and determine which reactivated cases are reliable on supported configurations. Any reactivated test that fails for any reason will be disabled again, with failure details recorded in a PR comment, before another CI run.
Local validation
The libraries baseline build and the affected desktop test projects pass with the known roslyn#52527 case kept disabled.
Contributes to #131327
Note
This PR description was generated with GitHub Copilot.