Skip to content

Remove Attributes.BoxedValues from ILTrim expected failures#128337

Merged
MichalStrehovsky merged 2 commits into
mainfrom
copilot/remove-boxed-values-test-failure
May 18, 2026
Merged

Remove Attributes.BoxedValues from ILTrim expected failures#128337
MichalStrehovsky merged 2 commits into
mainfrom
copilot/remove-boxed-values-test-failure

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 18, 2026

The Mono.Linker.Tests.TestCases.All.AttributesTests(testCase: Attributes.BoxedValues) test was failing with:

Test 'Attributes.BoxedValues' is in the expected failures list but now passes. Remove it from ILTrimExpectedFailures.txt.

The test started passing (likely as a side effect of #127596), and the harness fails any entry in ILTrimExpectedFailures.txt that no longer reproduces.

Changes

  • Remove Attributes.BoxedValues from src/coreclr/tools/ILTrim.Tests/ILTrimExpectedFailures.txt.

Copilot AI self-assigned this May 18, 2026
Copilot AI review requested due to automatic review settings May 18, 2026 20:15
Copilot AI review requested due to automatic review settings May 18, 2026 20:15
Copilot AI requested review from Copilot and removed request for Copilot May 18, 2026 20:19
Copilot AI changed the title [WIP] Fix test failure for Attributes.BoxedValues Remove Attributes.BoxedValues from ILTrim expected failures May 18, 2026
Copilot AI requested a review from EgorBo May 18, 2026 20:19
Copilot finished work on behalf of EgorBo May 18, 2026 20:21
@dotnet-policy-service
Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @agocke, @dotnet/ilc-contrib
See info in area-owners.md if you want to be subscribed.

@EgorBo EgorBo marked this pull request as ready for review May 18, 2026 21:16
Copilot AI review requested due to automatic review settings May 18, 2026 21:16
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes a now-passing ILTrim test case from the expected-failures list so the ILTrim test harness no longer fails because Attributes.BoxedValues is listed as an expected failure while passing.

Changes:

  • Removed Attributes.BoxedValues from ILTrimExpectedFailures.txt.

@MichalStrehovsky
Copy link
Copy Markdown
Member

/ba-g Tools-tests was green before the CI reset and we don't care about the rest. Merging to fix main.

@MichalStrehovsky MichalStrehovsky merged commit 051156c into main May 18, 2026
30 of 100 checks passed
@MichalStrehovsky MichalStrehovsky deleted the copilot/remove-boxed-values-test-failure branch May 18, 2026 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Test failure: Mono.Linker.Tests.TestCases.All.AttributesTests(testCase: Attributes.BoxedValues)

5 participants