Skip to content

Commit

Permalink
[EH][test] Split EH tests into old and new spec (WebAssembly#6178)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aheejin committed Dec 13, 2023
1 parent 61c3666 commit 94f9b9a
Show file tree
Hide file tree
Showing 4 changed files with 1,826 additions and 1,816 deletions.
2 changes: 2 additions & 0 deletions scripts/fuzz_opt.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,8 @@ def is_git_repo():
'multi-memory-lowering-import-error.wast',
# the fuzzer does not support typed continuations
'typed_continuations.wast',
# New EH implementation is in progress
'exception-handling.wast',
]


Expand Down
Loading

0 comments on commit 94f9b9a

Please sign in to comment.