summaryrefslogtreecommitdiff
path: root/test/spec/exception-handling/rethrow.txt
diff options
context:
space:
mode:
authorSoni L. <EnderMoneyMod@gmail.com>2024-10-31 00:24:16 -0300
committerGitHub <noreply@github.com>2024-10-31 03:24:16 +0000
commitda297e0ebfcab3d8626ed18a87d51a84259e0e22 (patch)
treeb2b07afd804f0fff15d6c0beec3be01e70d509e7 /test/spec/exception-handling/rethrow.txt
parent6a5cbb94fad9b375469d6433429521988b1de20b (diff)
downloadwabt-da297e0ebfcab3d8626ed18a87d51a84259e0e22.tar.gz
wabt-da297e0ebfcab3d8626ed18a87d51a84259e0e22.tar.bz2
wabt-da297e0ebfcab3d8626ed18a87d51a84259e0e22.zip
test: Move legacy exception handling tests (NFC) (#2498)
Diffstat (limited to 'test/spec/exception-handling/rethrow.txt')
-rw-r--r--test/spec/exception-handling/rethrow.txt22
1 files changed, 0 insertions, 22 deletions
diff --git a/test/spec/exception-handling/rethrow.txt b/test/spec/exception-handling/rethrow.txt
deleted file mode 100644
index c633c428..00000000
--- a/test/spec/exception-handling/rethrow.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-;;; TOOL: run-interp-spec
-;;; STDIN_FILE: third_party/testsuite_legacy/rethrow.wast
-;;; ARGS*: --enable-exceptions
-(;; STDOUT ;;;
-out/test/spec/exception-handling/rethrow.wast:75: assert_exception passed
-out/test/spec/exception-handling/rethrow.wast:77: assert_exception passed
-out/test/spec/exception-handling/rethrow.wast:80: assert_exception passed
-out/test/spec/exception-handling/rethrow.wast:82: assert_exception passed
-out/test/spec/exception-handling/rethrow.wast:84: assert_exception passed
-out/test/spec/exception-handling/rethrow.wast:85: assert_exception passed
-out/test/spec/exception-handling/rethrow.wast:91: assert_exception passed
-out/test/spec/exception-handling/rethrow.wast:93: assert_invalid passed:
- out/test/spec/exception-handling/rethrow/rethrow.1.wasm:0000019: error: rethrow not in try catch block
- 0000019: error: OnRethrowExpr callback failed
-out/test/spec/exception-handling/rethrow.wast:94: assert_invalid passed:
- out/test/spec/exception-handling/rethrow/rethrow.2.wasm:000001b: error: rethrow not in try catch block
- 000001b: error: OnRethrowExpr callback failed
-out/test/spec/exception-handling/rethrow.wast:95: assert_invalid passed:
- out/test/spec/exception-handling/rethrow/rethrow.3.wasm:000001b: error: rethrow not in try catch block
- 000001b: error: OnRethrowExpr callback failed
-16/16 tests passed.
-;;; STDOUT ;;)