summaryrefslogtreecommitdiff
path: root/test/spec/exception-handling/try_delegate.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/spec/exception-handling/try_delegate.txt')
-rw-r--r--test/spec/exception-handling/try_delegate.txt21
1 files changed, 11 insertions, 10 deletions
diff --git a/test/spec/exception-handling/try_delegate.txt b/test/spec/exception-handling/try_delegate.txt
index 2010f27c..10b93449 100644
--- a/test/spec/exception-handling/try_delegate.txt
+++ b/test/spec/exception-handling/try_delegate.txt
@@ -2,28 +2,29 @@
;;; STDIN_FILE: third_party/testsuite/proposals/exception-handling/try_delegate.wast
;;; ARGS*: --enable-exceptions
(;; STDOUT ;;;
-out/test/spec/exception-handling/try_delegate.wast:102: assert_exception passed
-out/test/spec/exception-handling/try_delegate.wast:105: assert_exception passed
-out/test/spec/exception-handling/try_delegate.wast:107: assert_exception passed
-out/test/spec/exception-handling/try_delegate.wast:115: assert_exception passed
-out/test/spec/exception-handling/try_delegate.wast:118: assert_malformed passed:
+out/test/spec/exception-handling/try_delegate.wast:125: assert_exception passed
+out/test/spec/exception-handling/try_delegate.wast:128: assert_exception passed
+out/test/spec/exception-handling/try_delegate.wast:130: assert_exception passed
+out/test/spec/exception-handling/try_delegate.wast:138: assert_exception passed
+out/test/spec/exception-handling/try_delegate.wast:139: assert_exception passed
+out/test/spec/exception-handling/try_delegate.wast:144: assert_malformed passed:
out/test/spec/exception-handling/try_delegate/try_delegate.1.wat:1:16: error: unexpected token "delegate", expected an instr.
(module (func (delegate 0)))
^^^^^^^^
-out/test/spec/exception-handling/try_delegate.wast:123: assert_malformed passed:
+out/test/spec/exception-handling/try_delegate.wast:149: assert_malformed passed:
out/test/spec/exception-handling/try_delegate/try_delegate.2.wat:1:46: error: unexpected token delegate, expected ).
(module (tag $e) (func (try (do) (catch $e) (delegate 0))))
^^^^^^^^
-out/test/spec/exception-handling/try_delegate.wast:128: assert_malformed passed:
+out/test/spec/exception-handling/try_delegate.wast:154: assert_malformed passed:
out/test/spec/exception-handling/try_delegate/try_delegate.3.wat:1:38: error: unexpected token delegate, expected ).
(module (func (try (do) (catch_all) (delegate 0))))
^^^^^^^^
-out/test/spec/exception-handling/try_delegate.wast:133: assert_malformed passed:
+out/test/spec/exception-handling/try_delegate.wast:159: assert_malformed passed:
out/test/spec/exception-handling/try_delegate/try_delegate.4.wat:1:34: error: unexpected token ")", expected a numeric index or a name (e.g. 12 or $foo).
(module (func (try (do) (delegate) (delegate 0))))
^
-out/test/spec/exception-handling/try_delegate.wast:138: assert_invalid passed:
+out/test/spec/exception-handling/try_delegate.wast:164: assert_invalid passed:
out/test/spec/exception-handling/try_delegate/try_delegate.5.wasm:000001b: error: invalid depth: 2 (max 1)
000001b: error: OnDelegateExpr callback failed
-18/18 tests passed.
+20/20 tests passed.
;;; STDOUT ;;)