Skip to content

Covert a couple of EH tests to @parameterize. NFC - #27576

Merged
sbc100 merged 1 commit into
emscripten-core:mainfrom
sbc100:exception_tests
Aug 20, 2026
Merged

Covert a couple of EH tests to @parameterize. NFC#27576
sbc100 merged 1 commit into
emscripten-core:mainfrom
sbc100:exception_tests

Conversation

@sbc100

@sbc100 sbc100 commented Aug 20, 2026

Copy link
Copy Markdown
Collaborator

Split out from #27575

@sbc100
sbc100 requested a review from kripken August 20, 2026 21:09
@sbc100
sbc100 enabled auto-merge (squash) August 20, 2026 21:19
Comment thread test/test_other.py
@requires_wasm_eh
def test_lto_wasm_exceptions(self):
@parameterized({
'': (['-sWASM_LEGACY_EXCEPTIONS=0'],),

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
'': (['-sWASM_LEGACY_EXCEPTIONS=0'],),
'': ([],),

We may not need this if #27575 lands? The same for below

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

In case this is planned to land before #27575, looks good

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Yes, the idea is to land this first.

@sbc100
sbc100 disabled auto-merge August 20, 2026 22:32
@sbc100
sbc100 merged commit 52b6499 into emscripten-core:main Aug 20, 2026
40 of 42 checks passed
@sbc100
sbc100 deleted the exception_tests branch August 20, 2026 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants