summaryrefslogtreecommitdiff
path: root/test/spec/table_grow.txt
blob: 7bcab8c57b9d5f17ad640107e7d7960fd51679fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
;;; TOOL: run-interp-spec
;;; STDIN_FILE: third_party/testsuite/table_grow.wast
(;; STDOUT ;;;
out/test/spec/table_grow.wast:17: assert_trap passed: out of bounds table access: table.set at 0 >= max value 0
out/test/spec/table_grow.wast:18: assert_trap passed: out of bounds table access: table.get at 0 >= max value 0
out/test/spec/table_grow.wast:25: assert_trap passed: out of bounds table access: table.set at 1 >= max value 1
out/test/spec/table_grow.wast:26: assert_trap passed: out of bounds table access: table.get at 1 >= max value 1
out/test/spec/table_grow.wast:37: assert_trap passed: out of bounds table access: table.set at 5 >= max value 5
out/test/spec/table_grow.wast:38: assert_trap passed: out of bounds table access: table.get at 5 >= max value 5
out/test/spec/table_grow.wast:135: assert_invalid passed:
  out/test/spec/table_grow/table_grow.8.wasm:0000021: error: type mismatch in table.grow, expected [externref, i32] but got []
  0000021: error: OnTableGrowExpr callback failed
out/test/spec/table_grow.wast:144: assert_invalid passed:
  out/test/spec/table_grow/table_grow.9.wasm:0000023: error: type mismatch in table.grow, expected [externref, i32] but got [externref]
  0000023: error: OnTableGrowExpr callback failed
out/test/spec/table_grow.wast:153: assert_invalid passed:
  out/test/spec/table_grow/table_grow.10.wasm:0000023: error: type mismatch in table.grow, expected [externref, i32] but got [i32]
  0000023: error: OnTableGrowExpr callback failed
out/test/spec/table_grow.wast:162: assert_invalid passed:
  out/test/spec/table_grow/table_grow.11.wasm:0000028: error: type mismatch in table.grow, expected [externref, i32] but got [externref, f32]
  0000028: error: OnTableGrowExpr callback failed
out/test/spec/table_grow.wast:171: assert_invalid passed:
  out/test/spec/table_grow/table_grow.12.wasm:0000026: error: type mismatch in table.grow, expected [funcref, i32] but got [externref, i32]
  0000026: error: OnTableGrowExpr callback failed
out/test/spec/table_grow.wast:181: assert_invalid passed:
  out/test/spec/table_grow/table_grow.13.wasm:0000025: error: type mismatch at end of function, expected [] but got [i32]
  0000025: error: EndFunctionBody callback failed
out/test/spec/table_grow.wast:190: assert_invalid passed:
  out/test/spec/table_grow/table_grow.14.wasm:0000026: error: type mismatch in implicit return, expected [f32] but got [i32]
  0000026: error: EndFunctionBody callback failed
56/56 tests passed.
;;; STDOUT ;;)