Skip to content

[EH][test] Split EH tests into old and new spec #6178

New issue

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

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

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 13, 2023

Conversation

aheejin
Copy link
Member

@aheejin aheejin commented Dec 13, 2023

This moves tests for the old EH spec to exception-handling-old.wast and moves the new exnref test into exception-handling.wast, onto which I plan to add more tests for the new EH spec.

The primary reason for splitting the files is I plan to exclude the new EH test from the fuzzing while the new spec's implementation is in progress, and I don't want to exclude the old EH tests altogether.

This moves tests for the old EH spec to `exception-handling-old.wast`
and moves the new `exnref` test into `exception-handling.wast`, onto
which I plan to add more tests for the new EH spec.

The primary reason for splitting the files is I plan to exclude the new
EH test from the fuzzing while the new spec's implementation is in
progress, and I don't want to exclude the old EH tests altogether.
@aheejin aheejin requested review from kripken and tlively December 13, 2023 20:00
@aheejin aheejin merged commit 94f9b9a into WebAssembly:main Dec 13, 2023
@aheejin aheejin deleted the eh_test_old branch December 13, 2023 21:53
radekdoulik pushed a commit to dotnet/binaryen that referenced this pull request Jul 12, 2024
This moves tests for the old EH spec to `exception-handling-old.wast`
and moves the new `exnref` test into `exception-handling.wast`, onto
which I plan to add more tests for the new EH spec.

The primary reason for splitting the files is I plan to exclude the new
EH test from the fuzzing while the new spec's implementation is in
progress, and I don't want to exclude the old EH tests altogether.
@gkdn gkdn mentioned this pull request Aug 31, 2024
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