blob: fdeca389b742cfefb6a576c64c6ce8cb18c13767 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
;;; TOOL: run-interp-spec
;;; STDIN_FILE: third_party/testsuite/memory_grow.wast
(;; STDOUT ;;;
out/test/spec/memory_grow.wast:313: assert_invalid passed:
error: type mismatch in memory.grow, expected [i32] but got []
000001e: error: OnMemoryGrowExpr callback failed
out/test/spec/memory_grow.wast:322: assert_invalid passed:
error: type mismatch in memory.grow, expected [i32] but got []
0000022: error: OnMemoryGrowExpr callback failed
out/test/spec/memory_grow.wast:332: assert_invalid passed:
error: type mismatch in memory.grow, expected [i32] but got []
0000022: error: OnMemoryGrowExpr callback failed
out/test/spec/memory_grow.wast:342: assert_invalid passed:
error: type mismatch in memory.grow, expected [i32] but got []
0000024: error: OnMemoryGrowExpr callback failed
out/test/spec/memory_grow.wast:355: assert_invalid passed:
error: type mismatch in memory.grow, expected [i32] but got [f32]
0000024: error: OnMemoryGrowExpr callback failed
89/89 tests passed.
;;; STDOUT ;;)
|