-
Notifications
You must be signed in to change notification settings - Fork 5.6k
[wasm][R2R] b68872 collides with first-pass ExInfo #133468
Copy link
Copy link
Closed
Labels
arch-wasmWebAssembly architectureWebAssembly architecturearea-ReadyToRundisabled-testThe test is disabled in source code against the issueThe test is disabled in source code against the issuein-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is mergedos-browserBrowser variant of arch-wasmBrowser variant of arch-wasm
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
arch-wasmWebAssembly architectureWebAssembly architecturearea-ReadyToRundisabled-testThe test is disabled in source code against the issueThe test is disabled in source code against the issuein-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is mergedos-browserBrowser variant of arch-wasmBrowser variant of arch-wasm
Type
Projects
- StatusShow more project fieldsNo status
Description
JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68872asserts during an exception filter in the browser-wasm CoreCLR ReadyToRun lane.Reproduction Steps
Run the
runtime-wasm-non-libtestspipeline with ReadyToRun tests enabled on dotnet/runtime commitef1850bdc9e7d142888247d9bb5df3b74a7ae341(Azure DevOps build 1588226, Helix job2a25b357-0ff1-40a2-9fe9-5e205f73cb27, work itemRegression_6).Expected behavior
The test completes its exception-filter checks with exit code 100.
Actual behavior
Regression?
Unknown. This was reproduced on current main during the #133305 census.
Known Workarounds
Exclude only this IL project from browser CoreCLR ReadyToRun execution. Other
Regression_6tests and non-R2R configurations remain enabled.Configuration
ef1850bdc9e7d142888247d9bb5df3b74a7ae341Other information
Tracking issue: #133305.
Note
This issue was authored with GitHub Copilot.