-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
windows arm/arm64: runtime-coreclr outerloop tests failing with stack overflow #56570
Comments
@AndyAyersMS - can you please take a look and confirm? |
Sure. Seems odd that if it's this change, that the behavior would be arch specific. |
Oops, I've left out the Windows arm asm part. I wonder how come the CI was green. |
Pretty sure these are just arm tests failing, and not arm64 tests. The title is confusing though:
|
When Windows arm32 was removed from the supported platform set, we intentionally removed it from many testing runs. See #39655. We keep it minimally alive via outerloop testing to aid JIT developers (mostly), for whom working on Windows arm32 can be a better experience than working on Linux arm32. |
The format for jobs puts the Helix machine queue after the |
Majority of
runtime-coreclr outerloop
tests are failing with following fundamental error on windows/arm64 R2R-CG2, CoreClr windows/armHere is the query of failing tests: https://runfo.azurewebsites.net/search/tests/?q=started%3A%7E2+definition%3A655 . The tests were passing in https://dev.azure.com/dnceng/public/_build/results?buildId=1264415&view=results and started failing since https://dev.azure.com/dnceng/public/_build/results?buildId=1264799&view=results. Here are the changes that went in between 7b3e22b...db1b302
I am guessing it is mostly because of #56436.
The text was updated successfully, but these errors were encountered: