Skip to content

Conversation

kotlarmilos
Copy link
Member

Description

This PR disables tests that are failing on Mono FullAOT linux-x64. These are known issues and not new regressions.

@Copilot Copilot AI review requested due to automatic review settings October 13, 2025 15:15
Copy link
Contributor

@Copilot 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 disables tests that are failing on Mono FullAOT linux-x64 to prevent CI failures from known issues that are not new regressions. The changes add ActiveIssue attributes and project-level disable flags to exclude problematic tests from running on Mono runtime.

Key changes:

  • Adds ActiveIssue attributes to failing test methods to skip them temporarily
  • Disables entire test projects that are incompatible with Mono runtime
  • References tracking issues for the underlying problems

Reviewed Changes

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

File Description
src/tests/Regressions/coreclr/GitHub_76531/test76531.csproj Disables project build for Mono runtime
src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case13.cs Adds ActiveIssue attribute to skip failing test method
src/tests/Loader/classloader/ExtendedLayout/ExtendedLayoutTypes.ilproj Marks project as Mono AOT incompatible and disables build for Mono
src/tests/JIT/Regression/JitBlue/Runtime_101731/Runtime_101731.cs Adds ActiveIssue attributes to multiple failing test methods

@github-actions github-actions bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Oct 13, 2025
@kotlarmilos kotlarmilos changed the title Bugfix/disable extended layout tests [mono] Disable failing tests on Mono AOT linux-x64 Oct 13, 2025
@kotlarmilos kotlarmilos added this to the 11.0.0 milestone Oct 13, 2025
@kotlarmilos kotlarmilos added os-linux Linux OS (any supported distro) area-Infrastructure-mono and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Oct 13, 2025
@kotlarmilos
Copy link
Member Author

/azp run runtime-extra-platforms

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@kotlarmilos
Copy link
Member Author

/azp run runtime-extra-platforms

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@kotlarmilos
Copy link
Member Author

/azp run runtime-extra-platforms

Copy link

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

Labels

area-Infrastructure-mono os-linux Linux OS (any supported distro)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants