Skip to content

[ios-clr] Remove stale ActiveIssue attributes for tests passing on Apple mobile CoreCLR#127063

Draft
kotlarmilos wants to merge 1 commit intodotnet:mainfrom
kotlarmilos:ios-clr/pr-l-cleanup-stale
Draft

[ios-clr] Remove stale ActiveIssue attributes for tests passing on Apple mobile CoreCLR#127063
kotlarmilos wants to merge 1 commit intodotnet:mainfrom
kotlarmilos:ios-clr/pr-l-cleanup-stale

Conversation

@kotlarmilos
Copy link
Copy Markdown
Member

@kotlarmilos kotlarmilos commented Apr 17, 2026

Description

Test if ActiveIssue can be removed from System.Runtime tests. Also clean up tests.proj exclusions.

…ple mobile CoreCLR

These tests pass on Apple mobile CoreCLR after the other dotnet#125439 split
fixes. Drop the now-unnecessary ActiveIssue attributes and clean up
tests.proj exclusions whose root causes have been resolved. Narrow the
System.Numerics.Tensors.Tests exclusion to x64 where the remaining
failure is reproducible.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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

Removes no-longer-needed Apple mobile CoreCLR test skips/exclusions now that underlying failures have been fixed as part of the #125439 split work, and narrows one remaining exclusion to x64-only.

Changes:

  • Removed stale ActiveIssue attributes gating individual tests on Apple mobile CoreCLR.
  • Removed several Apple mobile CoreCLR tests.proj project exclusions that are no longer necessary.
  • Narrowed the System.Numerics.Tensors.Tests exclusion to TargetArchitecture == x64 for the remaining failure scenario.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/libraries/System.Collections/tests/BitArray/BitArray_CtorTests.cs Removes Apple mobile CoreCLR ActiveIssue from Clone_LongLength_Works.
src/libraries/System.Numerics.Tensors/tests/TensorPrimitives.Generic.cs Removes Apple mobile CoreCLR ActiveIssue from a theory data-driven test.
src/libraries/System.Runtime/tests/System.Globalization.Calendars.Tests/CalendarTestWithConfigSwitch/CalendarTests.cs Removes Apple mobile CoreCLR ActiveIssue from TestJapaneseCalendarDateParsing.
src/libraries/System.Runtime/tests/System.Runtime.Tests/System/ExceptionTests.cs Removes Apple mobile CoreCLR ActiveIssue from two stack/target-site related tests.
src/libraries/tests.proj Drops multiple Apple mobile CoreCLR exclusions and gates System.Numerics.Tensors.Tests exclusion to x64 only.

@kotlarmilos kotlarmilos marked this pull request as draft April 17, 2026 09:43
@kotlarmilos kotlarmilos added this to the 11.0.0 milestone Apr 17, 2026
@dotnet-policy-service
Copy link
Copy Markdown
Contributor

Tagging subscribers to 'os-ios': @vitek-karas, @kotlarmilos, @steveisok, @akoeplinger
See info in area-owners.md if you want to be subscribed.

@kotlarmilos
Copy link
Copy Markdown
Member Author

/azp run runtime-ioslike

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

3 participants