Bump clr-interpreter timeout and disable swift interop tests on osx-x64#126875
Merged
BrzVlad merged 3 commits intodotnet:mainfrom Apr 15, 2026
Merged
Bump clr-interpreter timeout and disable swift interop tests on osx-x64#126875BrzVlad merged 3 commits intodotnet:mainfrom
BrzVlad merged 3 commits intodotnet:mainfrom
Conversation
10->20 on individual runtime test 120->180 for runtime test suite 30->90 for library test suite
Not yet implemented. Also move the test disabling to a single directory.build.props file
Member
Author
|
/azp list |
Contributor
|
Tagging subscribers to this area: @JulieLeeMSFT, @BrzVlad, @janvorli, @kg |
1 similar comment
Contributor
|
Tagging subscribers to this area: @JulieLeeMSFT, @BrzVlad, @janvorli, @kg |
Member
Author
|
/azp run runtime-interpreter |
Member
Author
|
/azp run runtime-libraries-interpreter |
|
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adjusts CI/test infrastructure to accommodate slower CoreCLR interpreter runs and disables Swift interop coverage on macOS x64 by centralizing platform gating for Swift interop tests.
Changes:
- Increase CoreCLR interpreter pipeline timeouts for individual tests and test collections.
- Extend Helix work item timeout for the
interpmode3libraries scenario. - Centralize Swift interop test unsupported logic via
src/tests/Interop/Swift/Directory.Build.propsand restrict building Swift interop native assets to Apple ARM64 hosts in CMake.
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/tests/Interop/Swift/SwiftSelfContext/SwiftSelfContext.csproj | Removes per-project unsupported gating (now centralized). |
| src/tests/Interop/Swift/SwiftRetAbiStress/SwiftRetAbiStress.csproj | Removes per-project unsupported gating (now centralized). |
| src/tests/Interop/Swift/SwiftInvalidCallConv/SwiftInvalidCallConv.csproj | Removes per-project unsupported gating (now centralized). |
| src/tests/Interop/Swift/SwiftInlineArray/SwiftInlineArray.csproj | Removes per-project unsupported gating (now centralized). |
| src/tests/Interop/Swift/SwiftIndirectResult/SwiftIndirectResult.csproj | Removes per-project unsupported gating (now centralized). |
| src/tests/Interop/Swift/SwiftErrorHandling/SwiftErrorHandling.csproj | Removes per-project unsupported gating (now centralized). |
| src/tests/Interop/Swift/SwiftCallbackAbiStress/SwiftCallbackAbiStress.csproj | Removes per-project unsupported gating (now centralized). |
| src/tests/Interop/Swift/SwiftAbiStress/SwiftAbiStress.csproj | Removes per-project unsupported gating (now centralized). |
| src/tests/Interop/Swift/Directory.Build.props | Adds centralized Swift interop test platform/architecture unsupported conditions. |
| src/tests/Interop/CMakeLists.txt | Builds Swift interop native components only on Apple ARM64 hosts. |
| src/libraries/sendtohelixhelp.proj | Increases Helix work item timeout for interpmode3 scenario to 90 minutes. |
| eng/pipelines/coreclr/interpreter.yml | Increases interpreter test timeouts (per-test and per-collection) for outerloop runs. |
This was referenced Apr 14, 2026
Open
Mono tests still need them
This was referenced Apr 15, 2026
kotlarmilos
approved these changes
Apr 15, 2026
Member
Author
|
/ba-g IL trim failure unrelated |
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.
10->20 on individual runtime test
120->180 for runtime test suite
30->90 for library test suite