|
2 | 2 | ;;; STDIN_FILE: third_party/testsuite/proposals/exception-handling/try_table.wast |
3 | 3 | ;;; ARGS*: --enable-exceptions --enable-tail-call |
4 | 4 | (;; 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: |
12 | 12 | out/test/spec/exception-handling/try_table/try_table.3.wat:1:16: error: unexpected token "catch_all", expected an instr. |
13 | 13 | (module (func (catch_all))) |
14 | 14 | ^^^^^^^^^ |
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: |
16 | 16 | out/test/spec/exception-handling/try_table/try_table.4.wat:1:25: error: unexpected token "catch", expected an instr. |
17 | 17 | (module (tag $e) (func (catch $e))) |
18 | 18 | ^^^^^ |
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: |
20 | 20 | out/test/spec/exception-handling/try_table/try_table.6.wasm:000001c: error: type mismatch in try table, expected [i32] but got [] |
21 | 21 | 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: |
23 | 23 | out/test/spec/exception-handling/try_table/try_table.7.wasm:000001e: error: type mismatch in try table, expected [i32] but got [i64] |
24 | 24 | 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: |
26 | 26 | out/test/spec/exception-handling/try_table/try_table.8.wasm:0000022: error: catch signature doesn't match target: expected [exnref], got [] |
27 | 27 | 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: |
29 | 29 | out/test/spec/exception-handling/try_table/try_table.9.wasm:0000026: error: catch signature doesn't match target: expected [], got [exnref] |
30 | 30 | 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: |
32 | 32 | out/test/spec/exception-handling/try_table/try_table.10.wasm:000001c: error: catch signature doesn't match target: expected [exnref], got [] |
33 | 33 | 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: |
35 | 35 | out/test/spec/exception-handling/try_table/try_table.11.wasm:000001d: error: catch signature doesn't match target: expected [], got [exnref] |
36 | 36 | 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: |
38 | 38 | 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] |
39 | 39 | 0000028: error: OnTryTableExpr callback failed |
40 | | -51/51 tests passed. |
| 40 | +53/53 tests passed. |
41 | 41 | ;;; STDOUT ;;) |
0 commit comments