Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[release/7.0] [mono][wasm] Disable AOTing methods which contain catch clauses insid… #78732

Merged
merged 1 commit into from
Nov 29, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 22, 2022

Backport of #78653 to release/7.0

/cc @vargaz

Customer Impact

Fixes #78358 which is a regression
on wasm in AOT mode caused by #77059.
The regression was not detected because not all wasm tests are ran on the backport PRs.

Testing

CI with /azp run runtime-wasm

Risk

Low, only affects wasm in AOT mode, fixes a regression.

…e finally/filter clauses.

When the ENDFINALLY opcode of the outer clause is encountered
while executing the inner catch clause from run_with_il_state (),
it will assert since it doesn't know where to continue execution.
@vargaz
Copy link
Contributor

vargaz commented Nov 22, 2022

/azp run runtime-wasm

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@vargaz vargaz requested a review from lewing November 22, 2022 22:27
@vargaz vargaz added the Servicing-consider Issue for next servicing release review label Nov 23, 2022
@vargaz
Copy link
Contributor

vargaz commented Nov 23, 2022

Failures are unrelated.

@carlossanlop
Copy link
Member

@vargaz if this is ready, please send the email to Tactics requesting approval.

For the January release, we will only have a window of one day to merge backports (Nov. 29-30), so I'm asking all backport submitters to get their PRs ready for me to just hit merge on that day.

@carlossanlop carlossanlop added this to the 7.0.2 milestone Nov 23, 2022
@vargaz
Copy link
Contributor

vargaz commented Nov 23, 2022

Sent

@vargaz vargaz added the Servicing-approved Approved for servicing release label Nov 24, 2022
@vargaz
Copy link
Contributor

vargaz commented Nov 24, 2022

Approved by tactics.

@SamMonoRT SamMonoRT removed the Servicing-consider Issue for next servicing release review label Nov 24, 2022
@carlossanlop carlossanlop requested a review from BrzVlad November 28, 2022 22:48
@carlossanlop
Copy link
Member

Branding has been done. Milestone is 7.0.2. Signed-off by area owners. Approved by Tactics. No OOB package authoring changes needed. CI failure is unrelated (#78778).

@carlossanlop carlossanlop merged commit 175a49e into release/7.0 Nov 29, 2022
@carlossanlop carlossanlop deleted the backport/pr-78653-to-release/7.0 branch November 29, 2022 23:17
@ghost ghost locked as resolved and limited conversation to collaborators Dec 30, 2022
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
area-Codegen-JIT-mono Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants