summaryrefslogtreecommitdiff
path: root/test/spec/exception-handling/throw.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/spec/exception-handling/throw.txt')
-rw-r--r--test/spec/exception-handling/throw.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/test/spec/exception-handling/throw.txt b/test/spec/exception-handling/throw.txt
deleted file mode 100644
index 2f258e1f..00000000
--- a/test/spec/exception-handling/throw.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-;;; TOOL: run-interp-spec
-;;; STDIN_FILE: third_party/testsuite_legacy/throw.wast
-;;; ARGS*: --enable-exceptions
-(;; STDOUT ;;;
-out/test/spec/exception-handling/throw.wast:38: assert_exception passed
-out/test/spec/exception-handling/throw.wast:39: assert_exception passed
-out/test/spec/exception-handling/throw.wast:41: assert_exception passed
-out/test/spec/exception-handling/throw.wast:42: assert_exception passed
-out/test/spec/exception-handling/throw.wast:43: assert_exception passed
-out/test/spec/exception-handling/throw.wast:47: assert_invalid passed:
- out/test/spec/exception-handling/throw/throw.1.wasm:0000019: error: tag variable out of range: 0 (max 0)
- 0000019: error: OnThrowExpr callback failed
-out/test/spec/exception-handling/throw.wast:48: assert_invalid passed:
- out/test/spec/exception-handling/throw/throw.2.wasm:0000022: error: type mismatch in throw, expected [i32] but got []
- 0000022: error: OnThrowExpr callback failed
-out/test/spec/exception-handling/throw.wast:50: assert_invalid passed:
- out/test/spec/exception-handling/throw/throw.3.wasm:0000024: error: type mismatch in throw, expected [i32] but got [i64]
- 0000024: error: OnThrowExpr callback failed
-11/11 tests passed.
-;;; STDOUT ;;)