Skip to content

Commit 6688068

Browse files
committed
Update try_table.txt
1 parent 2b58e37 commit 6688068

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

test/spec/exception-handling/try_table.txt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,40 +2,40 @@
22
;;; STDIN_FILE: third_party/testsuite/proposals/exception-handling/try_table.wast
33
;;; ARGS*: --enable-exceptions --enable-tail-call
44
(;; STDOUT ;;;
5-
out/test/spec/exception-handling/try_table.wast:246: assert_trap passed: unreachable executed
6-
out/test/spec/exception-handling/try_table.wast:249: assert_trap passed: integer divide by zero
7-
out/test/spec/exception-handling/try_table.wast:253: assert_exception passed
8-
out/test/spec/exception-handling/try_table.wast:257: assert_exception passed
9-
out/test/spec/exception-handling/try_table.wast:294: assert_exception passed
10-
out/test/spec/exception-handling/try_table.wast:295: assert_exception passed
11-
out/test/spec/exception-handling/try_table.wast:322: assert_malformed passed:
5+
out/test/spec/exception-handling/try_table.wast:261: assert_trap passed: unreachable executed
6+
out/test/spec/exception-handling/try_table.wast:264: assert_trap passed: integer divide by zero
7+
out/test/spec/exception-handling/try_table.wast:268: assert_exception passed
8+
out/test/spec/exception-handling/try_table.wast:272: assert_exception passed
9+
out/test/spec/exception-handling/try_table.wast:310: assert_exception passed
10+
out/test/spec/exception-handling/try_table.wast:311: assert_exception passed
11+
out/test/spec/exception-handling/try_table.wast:340: assert_malformed passed:
1212
out/test/spec/exception-handling/try_table/try_table.3.wat:1:16: error: unexpected token "catch_all", expected an instr.
1313
(module (func (catch_all)))
1414
^^^^^^^^^
15-
out/test/spec/exception-handling/try_table.wast:327: assert_malformed passed:
15+
out/test/spec/exception-handling/try_table.wast:345: assert_malformed passed:
1616
out/test/spec/exception-handling/try_table/try_table.4.wat:1:25: error: unexpected token "catch", expected an instr.
1717
(module (tag $e) (func (catch $e)))
1818
^^^^^
19-
out/test/spec/exception-handling/try_table.wast:342: assert_invalid passed:
19+
out/test/spec/exception-handling/try_table.wast:360: assert_invalid passed:
2020
out/test/spec/exception-handling/try_table/try_table.6.wasm:000001c: error: type mismatch in try table, expected [i32] but got []
2121
000001c: error: OnEndExpr callback failed
22-
out/test/spec/exception-handling/try_table.wast:346: assert_invalid passed:
22+
out/test/spec/exception-handling/try_table.wast:364: assert_invalid passed:
2323
out/test/spec/exception-handling/try_table/try_table.7.wasm:000001e: error: type mismatch in try table, expected [i32] but got [i64]
2424
000001e: error: OnEndExpr callback failed
25-
out/test/spec/exception-handling/try_table.wast:351: assert_invalid passed:
25+
out/test/spec/exception-handling/try_table.wast:369: assert_invalid passed:
2626
out/test/spec/exception-handling/try_table/try_table.8.wasm:0000022: error: catch signature doesn't match target: expected [exnref], got []
2727
0000022: error: OnTryTableExpr callback failed
28-
out/test/spec/exception-handling/try_table.wast:355: assert_invalid passed:
28+
out/test/spec/exception-handling/try_table.wast:373: assert_invalid passed:
2929
out/test/spec/exception-handling/try_table/try_table.9.wasm:0000026: error: catch signature doesn't match target: expected [], got [exnref]
3030
0000026: error: OnTryTableExpr callback failed
31-
out/test/spec/exception-handling/try_table.wast:359: assert_invalid passed:
31+
out/test/spec/exception-handling/try_table.wast:377: assert_invalid passed:
3232
out/test/spec/exception-handling/try_table/try_table.10.wasm:000001c: error: catch signature doesn't match target: expected [exnref], got []
3333
000001c: error: OnTryTableExpr callback failed
34-
out/test/spec/exception-handling/try_table.wast:363: assert_invalid passed:
34+
out/test/spec/exception-handling/try_table.wast:381: assert_invalid passed:
3535
out/test/spec/exception-handling/try_table/try_table.11.wasm:000001d: error: catch signature doesn't match target: expected [], got [exnref]
3636
000001d: error: OnTryTableExpr callback failed
37-
out/test/spec/exception-handling/try_table.wast:367: assert_invalid passed:
37+
out/test/spec/exception-handling/try_table.wast:385: assert_invalid passed:
3838
out/test/spec/exception-handling/try_table/try_table.12.wasm:0000028: error: catch signature doesn't match target: expected [i64, exnref], got [i32, exnref]
3939
0000028: error: OnTryTableExpr callback failed
40-
51/51 tests passed.
40+
53/53 tests passed.
4141
;;; STDOUT ;;)

0 commit comments

Comments
 (0)