-
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
[wip] Testing StackTraceMetadata tests on tvos #91322
Conversation
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas Issue DetailsThis is just a test of running StackTraceMetadata runtime test on tvos with NativeAOT in order to find the root cause of regression being tracked here: #90460
The failure is a bit mysterious since the program should return either 1 or 100:
but it returns 0 when it fails as seen below:
|
/azp run runtime-ioslike |
Azure Pipelines successfully started running 1 pipeline(s). |
With the testing changes in this PR the test passes on
|
Draft Pull Request was automatically closed for 30 days of inactivity. Please let us know if you'd like to reopen it. |
This is just a test of running StackTraceMetadata runtime test on tvos with NativeAOT in order to find the root cause of regression being tracked here: #90460
The failure is a bit mysterious since the program should return either 1 or 100:
runtime/src/tests/nativeaot/SmokeTests/StackTraceMetadata/StackTraceMetadata.cs
Line 22 in 08b6655
but it returns 0 when it fails as seen below:
Final note
The test is passing on:
ios-arm64
on CI and locallytvossimulator-x64
on CI (don't have a x64 simulator to try locally)tvossimulator-arm64
locally (CI does not have dedicated job for this platform)