summaryrefslogtreecommitdiff
path: root/test/spec/exception-handling/legacy/rethrow.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/spec/exception-handling/legacy/rethrow.txt')
-rw-r--r--test/spec/exception-handling/legacy/rethrow.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/test/spec/exception-handling/legacy/rethrow.txt b/test/spec/exception-handling/legacy/rethrow.txt
new file mode 100644
index 00000000..9004fd3d
--- /dev/null
+++ b/test/spec/exception-handling/legacy/rethrow.txt
@@ -0,0 +1,22 @@
+;;; TOOL: run-interp-spec
+;;; STDIN_FILE: third_party/testsuite/proposals/exception-handling/legacy/rethrow.wast
+;;; ARGS*: --enable-exceptions
+(;; STDOUT ;;;
+out/test/spec/exception-handling/legacy/rethrow.wast:75: assert_exception passed
+out/test/spec/exception-handling/legacy/rethrow.wast:77: assert_exception passed
+out/test/spec/exception-handling/legacy/rethrow.wast:80: assert_exception passed
+out/test/spec/exception-handling/legacy/rethrow.wast:82: assert_exception passed
+out/test/spec/exception-handling/legacy/rethrow.wast:84: assert_exception passed
+out/test/spec/exception-handling/legacy/rethrow.wast:85: assert_exception passed
+out/test/spec/exception-handling/legacy/rethrow.wast:91: assert_exception passed
+out/test/spec/exception-handling/legacy/rethrow.wast:93: assert_invalid passed:
+ out/test/spec/exception-handling/legacy/rethrow/rethrow.1.wasm:0000019: error: rethrow not in try catch block
+ 0000019: error: OnRethrowExpr callback failed
+out/test/spec/exception-handling/legacy/rethrow.wast:94: assert_invalid passed:
+ out/test/spec/exception-handling/legacy/rethrow/rethrow.2.wasm:000001b: error: rethrow not in try catch block
+ 000001b: error: OnRethrowExpr callback failed
+out/test/spec/exception-handling/legacy/rethrow.wast:95: assert_invalid passed:
+ out/test/spec/exception-handling/legacy/rethrow/rethrow.3.wasm:000001b: error: rethrow not in try catch block
+ 000001b: error: OnRethrowExpr callback failed
+16/16 tests passed.
+;;; STDOUT ;;)