Skip to content

Re-enable badcodeinsidefinally for Wasm R2R - #134288

Merged
lewing merged 2 commits into
dotnet:mainfrom
AndyAyersMS:remove-wasm-r2r-quarantine-133504
Sep 20, 2026
Merged

lewing merged 2 commits into
dotnet:mainfrom
AndyAyersMS:remove-wasm-r2r-quarantine-133504

Conversation

@AndyAyersMS

Copy link
Copy Markdown
Member

Summary

  • remove the browser-Wasm ReadyToRun quarantine from badcodeinsidefinally
  • remove the assembly references used only by the ActiveIssue attribute

Testing

  • built the browser-Wasm Checked runtime and matching Core_Root layout
  • badcodeinsidefinally_d: printed pass, exit 100
  • badcodeinsidefinally_r: printed pass, exit 100

Resolves #133504

Note

This pull request description was generated with GitHub Copilot.

Remove the issue-specific ActiveIssue attribute now that both test variants pass under browser-Wasm ReadyToRun.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 9306b1e0-f7c4-451f-b8cc-0749cc39e423
Copilot AI lite review requested due to automatic review settings September 19, 2026 21:27
@github-actions github-actions Bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Sep 19, 2026
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 3 pipeline(s).
13 pipeline(s) were filtered out due to trigger conditions.
There may be pipelines that require an authorized user to comment /azp run to run.

@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot review overview

🟡 Changes recommended

Remove the remaining unused TestLibrary project references before approval.

Get a fresh assessment by requesting another Copilot review.

Review effort: Lite
Findings: 1 Low severity

Open (1)
What changed in this PR

Re-enables the badcodeinsidefinally test for browser-Wasm ReadyToRun.

Changes:

  • Removes the Wasm quarantine metadata.
  • Removes obsolete IL assembly references.
File Description
src/​tests/​JIT/​Methodical/​eh/​deadcode/​badcodeinsidefinally.il Re-enables the test and removes obsolete references.

Comment thread src/tests/JIT/Methodical/eh/deadcode/badcodeinsidefinally.il
@AndyAyersMS

Copy link
Copy Markdown
Member Author

This was fixed by #133932

@lewing PTAL

@AndyAyersMS
AndyAyersMS requested a review from lewing September 19, 2026 21:33
Drop the TestLibrary project references left unused after removing the platform-specific ActiveIssue attribute.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 9306b1e0-f7c4-451f-b8cc-0749cc39e423
Copilot AI review requested due to automatic review settings September 19, 2026 21:35

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot review overview

🟢 Approval recommended

No unresolved issues were identified that would block approval.

Review effort: Lite
Findings: None

Resolved since last review (1)

@lewing
lewing merged commit 7888fee into dotnet:main Sep 20, 2026
87 checks passed
@dotnet-milestone-bot dotnet-milestone-bot Bot added this to the 12.0-preview1 milestone Sep 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[wasm][R2R] badcodeinsidefinally returns null instead of pass

3 participants