diff options
author | Soni L. <EnderMoneyMod@gmail.com> | 2024-10-31 00:24:16 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-31 03:24:16 +0000 |
commit | da297e0ebfcab3d8626ed18a87d51a84259e0e22 (patch) | |
tree | b2b07afd804f0fff15d6c0beec3be01e70d509e7 /test/wasm2c | |
parent | 6a5cbb94fad9b375469d6433429521988b1de20b (diff) | |
download | wabt-da297e0ebfcab3d8626ed18a87d51a84259e0e22.tar.gz wabt-da297e0ebfcab3d8626ed18a87d51a84259e0e22.tar.bz2 wabt-da297e0ebfcab3d8626ed18a87d51a84259e0e22.zip |
test: Move legacy exception handling tests (NFC) (#2498)
Diffstat (limited to 'test/wasm2c')
4 files changed, 6 insertions, 6 deletions
diff --git a/test/wasm2c/spec/exception-handling/rethrow.txt b/test/wasm2c/spec/exception-handling/rethrow.txt index 47d12732..909d6d20 100644 --- a/test/wasm2c/spec/exception-handling/rethrow.txt +++ b/test/wasm2c/spec/exception-handling/rethrow.txt @@ -1,5 +1,5 @@ ;;; TOOL: run-spec-wasm2c -;;; STDIN_FILE: third_party/testsuite_legacy/rethrow.wast +;;; STDIN_FILE: third_party/testsuite/proposals/exception-handling/legacy/rethrow.wast ;;; ARGS*: --enable-exceptions (;; STDOUT ;;; 12/12 tests passed. diff --git a/test/wasm2c/spec/exception-handling/throw.txt b/test/wasm2c/spec/exception-handling/throw.txt index d624caa8..f4816ec4 100644 --- a/test/wasm2c/spec/exception-handling/throw.txt +++ b/test/wasm2c/spec/exception-handling/throw.txt @@ -1,5 +1,5 @@ ;;; TOOL: run-spec-wasm2c -;;; STDIN_FILE: third_party/testsuite_legacy/throw.wast +;;; STDIN_FILE: third_party/testsuite/proposals/exception-handling/legacy/throw.wast ;;; ARGS*: --enable-exceptions (;; STDOUT ;;; 7/7 tests passed. diff --git a/test/wasm2c/spec/exception-handling/try_catch.txt b/test/wasm2c/spec/exception-handling/try_catch.txt index dde1ae07..18fbe4c2 100644 --- a/test/wasm2c/spec/exception-handling/try_catch.txt +++ b/test/wasm2c/spec/exception-handling/try_catch.txt @@ -1,6 +1,6 @@ ;;; TOOL: run-spec-wasm2c -;;; STDIN_FILE: third_party/testsuite_legacy/try_catch.wast +;;; STDIN_FILE: third_party/testsuite/proposals/exception-handling/legacy/try_catch.wast ;;; ARGS*: --enable-exceptions --enable-tail-call (;; STDOUT ;;; -29/29 tests passed. +31/31 tests passed. ;;; STDOUT ;;) diff --git a/test/wasm2c/spec/exception-handling/try_delegate.txt b/test/wasm2c/spec/exception-handling/try_delegate.txt index d5bc3ba3..d9f0f8dc 100644 --- a/test/wasm2c/spec/exception-handling/try_delegate.txt +++ b/test/wasm2c/spec/exception-handling/try_delegate.txt @@ -1,6 +1,6 @@ ;;; TOOL: run-spec-wasm2c -;;; STDIN_FILE: third_party/testsuite_legacy/try_delegate.wast +;;; STDIN_FILE: third_party/testsuite/proposals/exception-handling/legacy/try_delegate.wast ;;; ARGS*: --enable-exceptions --enable-tail-call (;; STDOUT ;;; -17/17 tests passed. +20/20 tests passed. ;;; STDOUT ;;) |