blob: 20379174878a930d853d8535ea43f4d927ee929c (
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
48
49
50
51
52
53
|
;;; TOOL: run-interp-spec
;;; STDIN_FILE: third_party/testsuite/proposals/bulk-memory-operations/linking.wast
;;; ARGS*: --enable-bulk-memory
(;; STDOUT ;;;
out/test/spec/bulk-memory-operations/linking.wast:28: assert_unlinkable passed:
error: import signature mismatch
0000025: error: OnImportFunc callback failed
out/test/spec/bulk-memory-operations/linking.wast:32: assert_unlinkable passed:
error: import signature mismatch
0000026: error: OnImportFunc callback failed
out/test/spec/bulk-memory-operations/linking.wast:87: assert_unlinkable passed:
error: mutability mismatch in imported global, expected mutable but got immutable.
000001a: error: OnImportGlobal callback failed
out/test/spec/bulk-memory-operations/linking.wast:91: assert_unlinkable passed:
error: mutability mismatch in imported global, expected immutable but got mutable.
0000016: error: OnImportGlobal callback failed
out/test/spec/bulk-memory-operations/linking.wast:136: assert_trap passed: uninitialized table element
out/test/spec/bulk-memory-operations/linking.wast:137: assert_trap passed: uninitialized table element
out/test/spec/bulk-memory-operations/linking.wast:139: assert_trap passed: uninitialized table element
out/test/spec/bulk-memory-operations/linking.wast:141: assert_trap passed: uninitialized table element
out/test/spec/bulk-memory-operations/linking.wast:142: assert_trap passed: uninitialized table element
out/test/spec/bulk-memory-operations/linking.wast:144: assert_trap passed: uninitialized table element
out/test/spec/bulk-memory-operations/linking.wast:146: assert_trap passed: undefined table index
out/test/spec/bulk-memory-operations/linking.wast:147: assert_trap passed: undefined table index
out/test/spec/bulk-memory-operations/linking.wast:148: assert_trap passed: undefined table index
out/test/spec/bulk-memory-operations/linking.wast:149: assert_trap passed: undefined table index
out/test/spec/bulk-memory-operations/linking.wast:152: assert_trap passed: indirect call signature mismatch
out/test/spec/bulk-memory-operations/linking.wast:184: assert_trap passed: uninitialized table element
out/test/spec/bulk-memory-operations/linking.wast:185: assert_trap passed: uninitialized table element
out/test/spec/bulk-memory-operations/linking.wast:187: assert_trap passed: uninitialized table element
out/test/spec/bulk-memory-operations/linking.wast:188: assert_trap passed: uninitialized table element
out/test/spec/bulk-memory-operations/linking.wast:190: assert_trap passed: undefined table index
out/test/spec/bulk-memory-operations/linking.wast:207: assert_unlinkable passed:
error: elem segment is out of bounds: [10, 11) >= max value 10
out/test/spec/bulk-memory-operations/linking.wast:216: assert_unlinkable passed:
error: unknown module field "mem"
0000027: error: OnImportMemory callback failed
out/test/spec/bulk-memory-operations/linking.wast:225: assert_trap passed: uninitialized table element
out/test/spec/bulk-memory-operations/linking.wast:230: assert_unlinkable passed:
error: elem segment is out of bounds: [12, 13) >= max value 10
out/test/spec/bulk-memory-operations/linking.wast:241: assert_unlinkable passed:
error: data segment is out of bounds: [65536, 65537) >= max value 65536
out/test/spec/bulk-memory-operations/linking.wast:301: assert_unlinkable passed:
error: data segment is out of bounds: [65536, 65537) >= max value 65536
out/test/spec/bulk-memory-operations/linking.wast:326: assert_unlinkable passed:
error: unknown module field "tab"
0000037: error: OnImportTable callback failed
out/test/spec/bulk-memory-operations/linking.wast:339: assert_unlinkable passed:
error: data segment is out of bounds: [327680, 327681) >= max value 327680
out/test/spec/bulk-memory-operations/linking.wast:349: assert_unlinkable passed:
error: elem segment is out of bounds: [0, 1) >= max value 0
94/94 tests passed.
;;; STDOUT ;;)
|