Skip to content

Disable subset of the stack overflow tests on ARM #107186

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

janvorli
Copy link
Member

There is a problem with the variant of the stack overflow test that can overflow in a native function on ARM. The EHABI unwind info is not present for leaf functions and libunwind is unable to unwind from the failure location to the first managed frame.

I've created an issue (#107184) for the underlying problem. This PR disables that test variant until the problem is fixed.

Close #106742

There is a problem with the variant of the stack overflow test that can
overflow in a native function on ARM. The EHABI unwind info is not
present for leaf functions and libunwind is unable to unwind from the
failure location to the first managed frame.

I've created an issue (dotnet#107184) for the underlying problem. This PR
disables that test variant until the problem is fixed.

Close dotnet#106742
@janvorli
Copy link
Member Author

/azp run runtime-coreclr outerloop

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@janvorli janvorli closed this Sep 5, 2024
@janvorli janvorli reopened this Sep 5, 2024
Copy link
Member

@JulieLeeMSFT JulieLeeMSFT left a comment

Choose a reason for hiding this comment

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

LGTM.

@janvorli janvorli merged commit ca74d03 into dotnet:main Sep 5, 2024
117 of 122 checks passed
@janvorli janvorli deleted the disable-stack-overflow-test-on-arm32 branch September 5, 2024 23:05
@jkotas
Copy link
Member

jkotas commented Sep 11, 2024

/backport to release/9.0

Copy link
Contributor

Started backporting to release/9.0: https://github.com/dotnet/runtime/actions/runs/10821104621

jtschuster pushed a commit to jtschuster/runtime that referenced this pull request Sep 17, 2024
There is a problem with the variant of the stack overflow test that can
overflow in a native function on ARM. The EHABI unwind info is not
present for leaf functions and libunwind is unable to unwind from the
failure location to the first managed frame.

I've created an issue (dotnet#107184) for the underlying problem. This PR
disables that test variant until the problem is fixed.

Close dotnet#106742
sirntar pushed a commit to sirntar/runtime that referenced this pull request Sep 30, 2024
There is a problem with the variant of the stack overflow test that can
overflow in a native function on ARM. The EHABI unwind info is not
present for leaf functions and libunwind is unable to unwind from the
failure location to the first managed frame.

I've created an issue (dotnet#107184) for the underlying problem. This PR
disables that test variant until the problem is fixed.

Close dotnet#106742
@github-actions github-actions bot locked and limited conversation to collaborators Oct 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test failure: baseservices/exceptions/stackoverflow/stackoverflowtester/stackoverflowtester.cmd
3 participants