Skip to content

Commit 6842a7f

Browse files
aheejinradekdoulik
authored andcommitted
[EH][test] Split EH tests into old and new spec (WebAssembly#6178)
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.
1 parent 4958813 commit 6842a7f

File tree

4 files changed

+1826
-1816
lines changed

4 files changed

+1826
-1816
lines changed

scripts/fuzz_opt.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,8 @@ def is_git_repo():
315315
'multi-memory-lowering-import-error.wast',
316316
# the fuzzer does not support typed continuations
317317
'typed_continuations.wast',
318+
# New EH implementation is in progress
319+
'exception-handling.wast',
318320
]
319321

320322

0 commit comments

Comments
 (0)