summaryrefslogtreecommitdiff
path: root/test/spec/linking.txt
blob: 1f002d0771c8fd5a69971a7d87fbb5e4c197e567 (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/linking.wast
(;; STDOUT ;;;
out/test/spec/linking.wast:28: assert_unlinkable passed:
  error: import signature mismatch
out/test/spec/linking.wast:32: assert_unlinkable passed:
  error: import signature mismatch
out/test/spec/linking.wast:87: assert_unlinkable passed:
  error: mutability mismatch in imported global, expected mutable but got immutable.
out/test/spec/linking.wast:91: assert_unlinkable passed:
  error: mutability mismatch in imported global, expected immutable but got mutable.
out/test/spec/linking.wast:113: assert_unlinkable passed:
  error: type mismatch in imported global, expected funcref but got externref.
out/test/spec/linking.wast:117: assert_unlinkable passed:
  error: type mismatch in imported global, expected externref but got funcref.
out/test/spec/linking.wast:123: assert_unlinkable passed:
  error: type mismatch in imported global, expected externref but got funcref.
out/test/spec/linking.wast:127: assert_unlinkable passed:
  error: type mismatch in imported global, expected funcref but got externref.
out/test/spec/linking.wast:173: assert_trap passed: uninitialized table element
out/test/spec/linking.wast:174: assert_trap passed: uninitialized table element
out/test/spec/linking.wast:176: assert_trap passed: uninitialized table element
out/test/spec/linking.wast:178: assert_trap passed: uninitialized table element
out/test/spec/linking.wast:179: assert_trap passed: uninitialized table element
out/test/spec/linking.wast:181: assert_trap passed: uninitialized table element
out/test/spec/linking.wast:183: assert_trap passed: undefined table index
out/test/spec/linking.wast:184: assert_trap passed: undefined table index
out/test/spec/linking.wast:185: assert_trap passed: undefined table index
out/test/spec/linking.wast:186: assert_trap passed: undefined table index
out/test/spec/linking.wast:189: assert_trap passed: indirect call signature mismatch
out/test/spec/linking.wast:221: assert_trap passed: uninitialized table element
out/test/spec/linking.wast:222: assert_trap passed: uninitialized table element
out/test/spec/linking.wast:224: assert_trap passed: uninitialized table element
out/test/spec/linking.wast:225: assert_trap passed: uninitialized table element
out/test/spec/linking.wast:227: assert_trap passed: undefined table index
out/test/spec/linking.wast:253: assert_unlinkable passed:
  error: invalid import "Mt.mem"
out/test/spec/linking.wast:262: assert_trap passed: uninitialized table element
out/test/spec/linking.wast:276: assert_trap passed: uninitialized table element
out/test/spec/linking.wast:303: assert_unlinkable passed:
  error: type mismatch in imported table, expected externref but got funcref.
out/test/spec/linking.wast:307: assert_unlinkable passed:
  error: type mismatch in imported table, expected funcref but got externref.
out/test/spec/linking.wast:385: assert_unlinkable passed:
  error: invalid import "Mm.tab"
123/123 tests passed.
;;; STDOUT ;;)