summaryrefslogtreecommitdiff
path: root/test/spec/exception-handling/legacy/try_catch.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/legacy/try_catch.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/legacy/try_catch.txt')
-rw-r--r--test/spec/exception-handling/legacy/try_catch.txt39
1 files changed, 39 insertions, 0 deletions
diff --git a/test/spec/exception-handling/legacy/try_catch.txt b/test/spec/exception-handling/legacy/try_catch.txt
new file mode 100644
index 00000000..a1221108
--- /dev/null
+++ b/test/spec/exception-handling/legacy/try_catch.txt
@@ -0,0 +1,39 @@
+;;; TOOL: run-interp-spec
+;;; STDIN_FILE: third_party/testsuite/proposals/exception-handling/legacy/try_catch.wast
+;;; ARGS*: --enable-exceptions --enable-tail-call
+(;; STDOUT ;;;
+out/test/spec/exception-handling/legacy/try_catch.wast:185: assert_trap passed: unreachable executed
+out/test/spec/exception-handling/legacy/try_catch.wast:188: assert_trap passed: integer divide by zero
+out/test/spec/exception-handling/legacy/try_catch.wast:192: assert_exception passed
+out/test/spec/exception-handling/legacy/try_catch.wast:196: assert_exception passed
+out/test/spec/exception-handling/legacy/try_catch.wast:219: assert_exception passed
+out/test/spec/exception-handling/legacy/try_catch.wast:220: assert_exception passed
+out/test/spec/exception-handling/legacy/try_catch.wast:248: assert_malformed passed:
+ out/test/spec/exception-handling/legacy/try_catch/try_catch.3.wat:1:16: error: unexpected token "catch_all", expected an instr.
+ (module (func (catch_all)))
+ ^^^^^^^^^
+out/test/spec/exception-handling/legacy/try_catch.wast:253: assert_malformed passed:
+ out/test/spec/exception-handling/legacy/try_catch/try_catch.4.wat:1:25: error: unexpected token "catch", expected an instr.
+ (module (tag $e) (func (catch $e)))
+ ^^^^^
+out/test/spec/exception-handling/legacy/try_catch.wast:258: assert_malformed passed:
+ out/test/spec/exception-handling/legacy/try_catch/try_catch.5.wat:1:38: error: multiple catch_all clauses not allowed
+ (module (func (try (do) (catch_all) (catch_all))))
+ ^^^^^^^^^
+out/test/spec/exception-handling/legacy/try_catch.wast:264: assert_invalid passed:
+ out/test/spec/exception-handling/legacy/try_catch/try_catch.6.wasm:000001b: error: type mismatch in try, expected [i32] but got []
+ 000001b: error: OnEndExpr callback failed
+out/test/spec/exception-handling/legacy/try_catch.wast:266: assert_invalid passed:
+ out/test/spec/exception-handling/legacy/try_catch/try_catch.7.wasm:000001d: error: type mismatch in try, expected [i32] but got [i64]
+ 000001d: error: OnEndExpr callback failed
+out/test/spec/exception-handling/legacy/try_catch.wast:268: assert_invalid passed:
+ out/test/spec/exception-handling/legacy/try_catch/try_catch.8.wasm:0000023: error: type mismatch at end of try catch, expected [] but got [i32]
+ 0000023: error: OnEndExpr callback failed
+out/test/spec/exception-handling/legacy/try_catch.wast:270: assert_invalid passed:
+ out/test/spec/exception-handling/legacy/try_catch/try_catch.9.wasm:0000028: error: type mismatch in try catch, expected [i32] but got [i64]
+ 0000028: error: OnEndExpr callback failed
+out/test/spec/exception-handling/legacy/try_catch.wast:275: assert_invalid passed:
+ out/test/spec/exception-handling/legacy/try_catch/try_catch.10.wasm:000001d: error: type mismatch at end of try catch, expected [] but got [i32]
+ 000001d: error: OnEndExpr callback failed
+42/42 tests passed.
+;;; STDOUT ;;)