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
48
49
50
51
52
53
54
|
;;; TOOL: run-interp-spec
;;; STDIN_FILE: third_party/testsuite/data.wast
(;; STDOUT ;;;
out/test/spec/data.wast:162: assert_unlinkable passed:
error: out of bounds memory access: data segment is out of bounds: [0, 1) >= max value 0
out/test/spec/data.wast:170: assert_unlinkable passed:
error: out of bounds memory access: data segment is out of bounds: [0, 1) >= max value 0
out/test/spec/data.wast:178: assert_unlinkable passed:
error: out of bounds memory access: data segment is out of bounds: [0, 1) >= max value 0
out/test/spec/data.wast:186: assert_unlinkable passed:
error: out of bounds memory access: data segment is out of bounds: [1, 1) >= max value 0
out/test/spec/data.wast:194: assert_unlinkable passed:
error: out of bounds memory access: data segment is out of bounds: [1, 1) >= max value 0
out/test/spec/data.wast:211: assert_unlinkable passed:
error: out of bounds memory access: data segment is out of bounds: [666, 667) >= max value 0
out/test/spec/data.wast:220: assert_unlinkable passed:
error: out of bounds memory access: data segment is out of bounds: [65536, 65537) >= max value 65536
out/test/spec/data.wast:227: assert_unlinkable passed:
error: out of bounds memory access: data segment is out of bounds: [65536, 65537) >= max value 65536
out/test/spec/data.wast:235: assert_unlinkable passed:
error: out of bounds memory access: data segment is out of bounds: [131072, 131073) >= max value 131072
out/test/spec/data.wast:243: assert_unlinkable passed:
error: out of bounds memory access: data segment is out of bounds: [131072, 131073) >= max value 131072
out/test/spec/data.wast:251: assert_unlinkable passed:
error: out of bounds memory access: data segment is out of bounds: [4294967295, 4294967296) >= max value 65536
out/test/spec/data.wast:258: assert_unlinkable passed:
error: out of bounds memory access: data segment is out of bounds: [4294967295, 4294967296) >= max value 65536
out/test/spec/data.wast:266: assert_unlinkable passed:
error: out of bounds memory access: data segment is out of bounds: [4294967196, 4294967197) >= max value 131072
out/test/spec/data.wast:273: assert_unlinkable passed:
error: out of bounds memory access: data segment is out of bounds: [4294967196, 4294967197) >= max value 65536
out/test/spec/data.wast:283: assert_invalid passed:
0000000: error: memory variable out of range: 0 (max 0)
000000c: error: BeginDataSegment callback failed
out/test/spec/data.wast:291: assert_invalid passed:
0000011: error: invalid memory index 1: bulk memory not allowed
out/test/spec/data.wast:304: assert_invalid passed:
000000c: error: invalid memory index 1: bulk memory not allowed
out/test/spec/data.wast:316: assert_invalid passed:
0000011: error: invalid memory index 1: bulk memory not allowed
out/test/spec/data.wast:337: assert_invalid passed:
000000c: error: invalid memory index 1: bulk memory not allowed
out/test/spec/data.wast:355: assert_invalid passed:
0000013: error: expected i32 init_expr
out/test/spec/data.wast:363: assert_invalid passed:
0000014: error: expected END opcode after initializer expression
out/test/spec/data.wast:371: assert_invalid passed:
0000012: error: unexpected opcode in initializer expression: 0x1
out/test/spec/data.wast:379: assert_invalid passed:
0000012: error: unexpected opcode in initializer expression: 0x1
out/test/spec/data.wast:387: assert_invalid passed:
0000014: error: expected END opcode after initializer expression
24/24 tests passed.
;;; STDOUT ;;)
|