blob: 49f718a8d11a1b5573f255340281747e4e433f8b (
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
33
34
|
;;; SLOW:
;;; TOOL: run-interp-spec
;;; STDIN_FILE: third_party/testsuite/memory_grow.wast
(;; STDOUT ;;;
out/test/spec/memory_grow.wast:15: assert_trap passed: out of bounds memory access: access at 0+4 >= max value 0
out/test/spec/memory_grow.wast:16: assert_trap passed: out of bounds memory access: access at 0+4 >= max value 0
out/test/spec/memory_grow.wast:17: assert_trap passed: out of bounds memory access: access at 65536+4 >= max value 0
out/test/spec/memory_grow.wast:18: assert_trap passed: out of bounds memory access: access at 65536+4 >= max value 0
out/test/spec/memory_grow.wast:24: assert_trap passed: out of bounds memory access: access at 65536+4 >= max value 65536
out/test/spec/memory_grow.wast:25: assert_trap passed: out of bounds memory access: access at 65536+4 >= max value 65536
out/test/spec/memory_grow.wast:286: assert_trap passed: undefined table index
out/test/spec/memory_grow.wast:334: assert_invalid passed:
out/test/spec/memory_grow/memory_grow.8.wasm:000001f: error: type mismatch in memory.grow, expected [i32] but got []
000001f: error: OnMemoryGrowExpr callback failed
out/test/spec/memory_grow.wast:343: assert_invalid passed:
out/test/spec/memory_grow/memory_grow.9.wasm:0000023: error: type mismatch in memory.grow, expected [i32] but got []
0000023: error: OnMemoryGrowExpr callback failed
out/test/spec/memory_grow.wast:353: assert_invalid passed:
out/test/spec/memory_grow/memory_grow.10.wasm:0000023: error: type mismatch in memory.grow, expected [i32] but got []
0000023: error: OnMemoryGrowExpr callback failed
out/test/spec/memory_grow.wast:363: assert_invalid passed:
out/test/spec/memory_grow/memory_grow.11.wasm:0000025: error: type mismatch in memory.grow, expected [i32] but got []
0000025: error: OnMemoryGrowExpr callback failed
out/test/spec/memory_grow.wast:374: assert_invalid passed:
out/test/spec/memory_grow/memory_grow.12.wasm:0000024: error: type mismatch in memory.grow, expected [i32] but got [f32]
0000024: error: OnMemoryGrowExpr callback failed
out/test/spec/memory_grow.wast:384: assert_invalid passed:
out/test/spec/memory_grow/memory_grow.13.wasm:0000021: error: type mismatch at end of function, expected [] but got [i32]
0000021: error: EndFunctionBody callback failed
out/test/spec/memory_grow.wast:393: assert_invalid passed:
out/test/spec/memory_grow/memory_grow.14.wasm:0000022: error: type mismatch in implicit return, expected [f32] but got [i32]
0000022: error: EndFunctionBody callback failed
102/102 tests passed.
;;; STDOUT ;;)
|