summaryrefslogtreecommitdiff
path: root/test/spec/mutable-global/linking.txt
blob: 8d00c9571302c2a3bc39543bb28bdb69a09f9824 (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
;;; TOOL: run-interp-spec
;;; STDIN_FILE: third_party/testsuite/proposals/mutable-global/linking.wast
(;; STDOUT ;;;
out/test/spec/mutable-global/linking.wast:28: assert_unlinkable passed:
  error: import signature mismatch
out/test/spec/mutable-global/linking.wast:32: assert_unlinkable passed:
  error: import signature mismatch
out/test/spec/mutable-global/linking.wast:87: assert_unlinkable passed:
  error: mutability mismatch in imported global, expected mutable but got immutable.
out/test/spec/mutable-global/linking.wast:91: assert_unlinkable passed:
  error: mutability mismatch in imported global, expected immutable but got mutable.
out/test/spec/mutable-global/linking.wast:136: assert_trap passed: uninitialized table element
out/test/spec/mutable-global/linking.wast:137: assert_trap passed: uninitialized table element
out/test/spec/mutable-global/linking.wast:139: assert_trap passed: uninitialized table element
out/test/spec/mutable-global/linking.wast:141: assert_trap passed: uninitialized table element
out/test/spec/mutable-global/linking.wast:142: assert_trap passed: uninitialized table element
out/test/spec/mutable-global/linking.wast:144: assert_trap passed: uninitialized table element
out/test/spec/mutable-global/linking.wast:146: assert_trap passed: undefined table index
out/test/spec/mutable-global/linking.wast:147: assert_trap passed: undefined table index
out/test/spec/mutable-global/linking.wast:148: assert_trap passed: undefined table index
out/test/spec/mutable-global/linking.wast:149: assert_trap passed: undefined table index
out/test/spec/mutable-global/linking.wast:152: assert_trap passed: indirect call signature mismatch
out/test/spec/mutable-global/linking.wast:184: assert_trap passed: uninitialized table element
out/test/spec/mutable-global/linking.wast:185: assert_trap passed: uninitialized table element
out/test/spec/mutable-global/linking.wast:187: assert_trap passed: uninitialized table element
out/test/spec/mutable-global/linking.wast:188: assert_trap passed: uninitialized table element
out/test/spec/mutable-global/linking.wast:190: assert_trap passed: undefined table index
out/test/spec/mutable-global/linking.wast:207: assert_unlinkable passed:
  error: out of bounds table access: elem segment is out of bounds: [10, 11) >= max value 10
out/test/spec/mutable-global/linking.wast:216: assert_unlinkable passed:
  error: invalid import "Mt.mem"
out/test/spec/mutable-global/linking.wast:225: assert_trap passed: uninitialized table element
out/test/spec/mutable-global/linking.wast:228: assert_unlinkable passed:
  error: out of bounds table access: elem segment is out of bounds: [12, 13) >= max value 10
out/test/spec/mutable-global/linking.wast:236: assert_trap passed: uninitialized table element
out/test/spec/mutable-global/linking.wast:239: assert_unlinkable passed:
  error: out of bounds memory access: data segment is out of bounds: [65536, 65537) >= max value 65536
out/test/spec/mutable-global/linking.wast:248: assert_trap passed: uninitialized table element
out/test/spec/mutable-global/linking.wast:299: assert_unlinkable passed:
  error: out of bounds memory access: data segment is out of bounds: [65536, 65537) >= max value 65536
out/test/spec/mutable-global/linking.wast:324: assert_unlinkable passed:
  error: invalid import "Mm.tab"
out/test/spec/mutable-global/linking.wast:335: assert_unlinkable passed:
  error: out of bounds memory access: data segment is out of bounds: [327680, 327681) >= max value 327680
out/test/spec/mutable-global/linking.wast:345: assert_unlinkable passed:
  error: out of bounds table access: elem segment is out of bounds: [0, 1) >= max value 0
91/91 tests passed.
;;; STDOUT ;;)