blob: a79ac1625afe490fea0f784b3906afde37603476 (
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
35
36
37
38
39
40
41
42
43
44
45
46
47
|
;;; TOOL: run-interp-spec
;;; STDIN_FILE: third_party/testsuite/proposals/memory64/memory64.wast
;;; ARGS*: --enable-memory64
(;; STDOUT ;;;
out/test/spec/memory64/memory64.wast:9: assert_invalid passed:
out/test/spec/memory64/memory64/memory64.4.wasm:000000f: error: only one memory block allowed
000000f: error: OnMemory callback failed
out/test/spec/memory64/memory64.wast:10: assert_invalid passed:
out/test/spec/memory64/memory64/memory64.5.wasm:0000023: error: only one memory block allowed
0000023: error: OnMemory callback failed
out/test/spec/memory64/memory64.wast:19: assert_invalid passed:
out/test/spec/memory64/memory64/memory64.9.wasm:000000c: error: memory variable out of range: 0 (max 0)
000000c: error: BeginDataSegment callback failed
out/test/spec/memory64/memory64.wast:20: assert_invalid passed:
out/test/spec/memory64/memory64/memory64.10.wasm:000000c: error: memory variable out of range: 0 (max 0)
000000c: error: BeginDataSegment callback failed
out/test/spec/memory64/memory64.wast:21: assert_invalid passed:
out/test/spec/memory64/memory64/memory64.11.wasm:000000c: error: memory variable out of range: 0 (max 0)
000000c: error: BeginDataSegment callback failed
out/test/spec/memory64/memory64.wast:24: assert_invalid passed:
out/test/spec/memory64/memory64/memory64.12.wasm:000001c: error: memory variable out of range: 0 (max 0)
out/test/spec/memory64/memory64/memory64.12.wasm:000001c: error: type mismatch in f32.load, expected [i32] but got [i64]
000001c: error: OnLoadExpr callback failed
out/test/spec/memory64/memory64.wast:28: assert_invalid passed:
out/test/spec/memory64/memory64/memory64.13.wasm:0000021: error: memory variable out of range: 0 (max 0)
out/test/spec/memory64/memory64/memory64.13.wasm:0000021: error: type mismatch in f32.store, expected [i32, f32] but got [i64, f32]
0000021: error: OnStoreExpr callback failed
out/test/spec/memory64/memory64.wast:32: assert_invalid passed:
out/test/spec/memory64/memory64/memory64.14.wasm:000001c: error: memory variable out of range: 0 (max 0)
out/test/spec/memory64/memory64/memory64.14.wasm:000001c: error: type mismatch in i32.load8_s, expected [i32] but got [i64]
000001c: error: OnLoadExpr callback failed
out/test/spec/memory64/memory64.wast:36: assert_invalid passed:
out/test/spec/memory64/memory64/memory64.15.wasm:000001e: error: memory variable out of range: 0 (max 0)
out/test/spec/memory64/memory64/memory64.15.wasm:000001e: error: type mismatch in i32.store8, expected [i32, i32] but got [i64, i32]
000001e: error: OnStoreExpr callback failed
out/test/spec/memory64/memory64.wast:40: assert_invalid passed:
out/test/spec/memory64/memory64/memory64.16.wasm:0000019: error: memory variable out of range: 0 (max 0)
0000019: error: OnMemorySizeExpr callback failed
out/test/spec/memory64/memory64.wast:44: assert_invalid passed:
out/test/spec/memory64/memory64/memory64.17.wasm:000001b: error: memory variable out of range: 0 (max 0)
out/test/spec/memory64/memory64/memory64.17.wasm:000001b: error: type mismatch in memory.grow, expected [i32] but got [i64]
000001b: error: OnMemoryGrowExpr callback failed
out/test/spec/memory64/memory64.wast:50: assert_invalid passed:
out/test/spec/memory64/memory64/memory64.18.wasm:000000e: error: max pages (0) must be >= initial pages (1)
000000e: error: OnMemory callback failed
65/65 tests passed.
;;; STDOUT ;;)
|