You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable subset of the stack overflow tests on ARM (#107186)
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
0 commit comments