blob: 39997da5c9defca4d19451a1d063c7cf78eed827 (
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
|
;;; TOOL: run-interp-spec
;;; STDIN_FILE: third_party/testsuite/elem.wast
(;; STDOUT ;;;
out/test/spec/elem.wast:143: assert_unlinkable passed:
error: elem segment is out of bounds: [0, 1) >= max value 0
out/test/spec/elem.wast:152: assert_unlinkable passed:
error: elem segment is out of bounds: [0, 1) >= max value 0
out/test/spec/elem.wast:161: assert_unlinkable passed:
error: elem segment is out of bounds: [0, 1) >= max value 0
out/test/spec/elem.wast:170: assert_unlinkable passed:
error: elem segment is out of bounds: [1, 1) >= max value 0
out/test/spec/elem.wast:178: assert_unlinkable passed:
error: elem segment is out of bounds: [10, 11) >= max value 10
out/test/spec/elem.wast:186: assert_unlinkable passed:
error: elem segment is out of bounds: [10, 11) >= max value 10
out/test/spec/elem.wast:195: assert_unlinkable passed:
error: elem segment is out of bounds: [10, 11) >= max value 10
out/test/spec/elem.wast:203: assert_unlinkable passed:
error: elem segment is out of bounds: [10, 11) >= max value 10
out/test/spec/elem.wast:212: assert_unlinkable passed:
error: elem segment is out of bounds: [4294967295, 4294967296) >= max value 10
out/test/spec/elem.wast:220: assert_unlinkable passed:
error: elem segment is out of bounds: [4294967295, 4294967296) >= max value 10
out/test/spec/elem.wast:229: assert_unlinkable passed:
error: elem segment is out of bounds: [4294967286, 4294967287) >= max value 10
out/test/spec/elem.wast:237: assert_unlinkable passed:
error: elem segment is out of bounds: [4294967286, 4294967287) >= max value 10
out/test/spec/elem.wast:248: assert_invalid passed:
0000015: error: elem section without table section
out/test/spec/elem.wast:258: assert_invalid passed:
0000014: error: expected i32 init_expr
out/test/spec/elem.wast:266: assert_invalid passed:
0000015: error: expected END opcode after initializer expression
out/test/spec/elem.wast:274: assert_invalid passed:
0000013: error: unexpected opcode in initializer expression: 0x1
out/test/spec/elem.wast:282: assert_invalid passed:
0000013: error: unexpected opcode in initializer expression: 0x1
out/test/spec/elem.wast:290: assert_invalid passed:
0000015: error: expected END opcode after initializer expression
out/test/spec/elem.wast:353: assert_trap passed: uninitialized table element
31/31 tests passed.
;;; STDOUT ;;)
|