[net11.0] [tests] Re-enable CoreCLR test variations on x64#24948
[net11.0] [tests] Re-enable CoreCLR test variations on x64#24948kotlarmilos wants to merge 2 commits intonet11.0from
Conversation
Remove the workaround that disabled CoreCLR test variations on x64 to verify if dotnet/runtime#122563 has been fixed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ [CI Build #80dbb96] Build passed (Build packages) ✅Pipeline on Agent |
✅ [PR Build #80dbb96] Build passed (Detect API changes) ✅Pipeline on Agent |
✅ [CI Build #80dbb96] Build passed (Build macOS tests) ✅Pipeline on Agent |
✅ API diff for current PR / commitNET (empty diffs)✅ API diff vs stableNET (empty diffs)ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
🔥 [CI Build #80dbb96] Test results 🔥Test results❌ Tests failed on VSTS: test results 0 tests crashed, 2 tests failed, 159 tests passed. Failures❌ linker tests2 tests failed, 42 tests passed.Failed tests
Html Report (VSDrops) Download Successes✅ cecil: All 1 tests passed. Html Report (VSDrops) Download macOS tests✅ Tests on macOS Sonoma (14): All 5 tests passed. Html Report (VSDrops) Download Pipeline on Agent |
Remove the workaround that disabled CoreCLR test variations on x64 to verify if dotnet/runtime#122563 has been fixed.
The original issue was a CoreCLR interpreter crash on x64 (stack overflow in
InterpreterStubRetI8). This PR re-enables the tests so CI can confirm whether the fix has landed in the runtime.Also add a specific x64 test variation to make sure the tests aren't just passing because we happen to run on an arm64 bot.