blob: c633c42861f803e8e96f02abe311d11018fe13c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
;;; 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 ;;)
|