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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
|
;;; TOOL: run-interp-spec
;;; STDIN_FILE: third_party/testsuite/imports.wast
(;; STDOUT ;;;
called host spectest.print_i32(i32:13) =>
called host spectest.print_i32_f32(i32:14, f32:42.000000) =>
called host spectest.print_i32(i32:13) =>
called host spectest.print_i32(i32:13) =>
called host spectest.print_f32(f32:13.000000) =>
called host spectest.print_i32(i32:13) =>
called host spectest.print_i64(i64:24) =>
called host spectest.print_f64_f64(f64:25.000000, f64:53.000000) =>
called host spectest.print_i64(i64:24) =>
called host spectest.print_f64(f64:24.000000) =>
called host spectest.print_f64(f64:24.000000) =>
called host spectest.print_f64(f64:24.000000) =>
out/test/spec/imports.wast:89: assert_invalid passed:
out/test/spec/imports/imports.2.wasm:000001e: error: function type variable out of range: 1 (max 1)
000001e: error: OnImportFunc callback failed
called host spectest.print_i32(i32:13) =>
out/test/spec/imports.wast:125: assert_unlinkable passed:
error: invalid import "test.unknown"
out/test/spec/imports.wast:129: assert_unlinkable passed:
error: invalid import "spectest.unknown"
out/test/spec/imports.wast:134: assert_unlinkable passed:
error: import signature mismatch
out/test/spec/imports.wast:138: assert_unlinkable passed:
error: import signature mismatch
out/test/spec/imports.wast:142: assert_unlinkable passed:
error: import signature mismatch
out/test/spec/imports.wast:146: assert_unlinkable passed:
error: import signature mismatch
out/test/spec/imports.wast:150: assert_unlinkable passed:
error: import signature mismatch
out/test/spec/imports.wast:154: assert_unlinkable passed:
error: import signature mismatch
out/test/spec/imports.wast:158: assert_unlinkable passed:
error: import signature mismatch
out/test/spec/imports.wast:162: assert_unlinkable passed:
error: import signature mismatch
out/test/spec/imports.wast:166: assert_unlinkable passed:
error: import signature mismatch
out/test/spec/imports.wast:170: assert_unlinkable passed:
error: import signature mismatch
out/test/spec/imports.wast:174: assert_unlinkable passed:
error: import signature mismatch
out/test/spec/imports.wast:178: assert_unlinkable passed:
error: import signature mismatch
out/test/spec/imports.wast:182: assert_unlinkable passed:
error: import signature mismatch
out/test/spec/imports.wast:186: assert_unlinkable passed:
error: import signature mismatch
out/test/spec/imports.wast:190: assert_unlinkable passed:
error: import signature mismatch
out/test/spec/imports.wast:194: assert_unlinkable passed:
error: import signature mismatch
out/test/spec/imports.wast:199: assert_unlinkable passed:
error: expected import "test.global-i32" to have kind func, not global
out/test/spec/imports.wast:203: assert_unlinkable passed:
error: expected import "test.table-10-inf" to have kind func, not table
out/test/spec/imports.wast:207: assert_unlinkable passed:
error: expected import "test.memory-2-inf" to have kind func, not memory
out/test/spec/imports.wast:211: assert_unlinkable passed:
error: expected import "spectest.global_i32" to have kind func, not global
out/test/spec/imports.wast:215: assert_unlinkable passed:
error: expected import "spectest.table" to have kind func, not table
out/test/spec/imports.wast:219: assert_unlinkable passed:
error: expected import "spectest.memory" to have kind func, not memory
out/test/spec/imports.wast:259: assert_unlinkable passed:
error: invalid import "test.unknown"
out/test/spec/imports.wast:263: assert_unlinkable passed:
error: invalid import "spectest.unknown"
out/test/spec/imports.wast:268: assert_unlinkable passed:
error: type mismatch in imported global, expected i64 but got i32.
out/test/spec/imports.wast:272: assert_unlinkable passed:
error: type mismatch in imported global, expected f32 but got i32.
out/test/spec/imports.wast:276: assert_unlinkable passed:
error: type mismatch in imported global, expected f64 but got i32.
out/test/spec/imports.wast:280: assert_unlinkable passed:
error: mutability mismatch in imported global, expected immutable but got mutable.
out/test/spec/imports.wast:284: assert_unlinkable passed:
error: type mismatch in imported global, expected i32 but got f32.
out/test/spec/imports.wast:288: assert_unlinkable passed:
error: type mismatch in imported global, expected i64 but got f32.
out/test/spec/imports.wast:292: assert_unlinkable passed:
error: type mismatch in imported global, expected f64 but got f32.
out/test/spec/imports.wast:296: assert_unlinkable passed:
error: mutability mismatch in imported global, expected immutable but got mutable.
out/test/spec/imports.wast:300: assert_unlinkable passed:
error: type mismatch in imported global, expected i32 but got i64.
out/test/spec/imports.wast:304: assert_unlinkable passed:
error: type mismatch in imported global, expected f32 but got i64.
out/test/spec/imports.wast:308: assert_unlinkable passed:
error: type mismatch in imported global, expected f64 but got i64.
out/test/spec/imports.wast:312: assert_unlinkable passed:
error: mutability mismatch in imported global, expected mutable but got immutable.
out/test/spec/imports.wast:317: assert_unlinkable passed:
error: expected import "test.func" to have kind global, not func
out/test/spec/imports.wast:321: assert_unlinkable passed:
error: expected import "test.table-10-inf" to have kind global, not table
out/test/spec/imports.wast:325: assert_unlinkable passed:
error: expected import "test.memory-2-inf" to have kind global, not memory
out/test/spec/imports.wast:329: assert_unlinkable passed:
error: expected import "spectest.print_i32" to have kind global, not func
out/test/spec/imports.wast:333: assert_unlinkable passed:
error: expected import "spectest.table" to have kind global, not table
out/test/spec/imports.wast:337: assert_unlinkable passed:
error: expected import "spectest.memory" to have kind global, not memory
out/test/spec/imports.wast:356: assert_trap passed: uninitialized table element
out/test/spec/imports.wast:359: assert_trap passed: uninitialized table element
out/test/spec/imports.wast:360: assert_trap passed: undefined table index
out/test/spec/imports.wast:375: assert_trap passed: uninitialized table element
out/test/spec/imports.wast:378: assert_trap passed: uninitialized table element
out/test/spec/imports.wast:379: assert_trap passed: undefined table index
out/test/spec/imports.wast:410: assert_unlinkable passed:
error: invalid import "test.unknown"
out/test/spec/imports.wast:414: assert_unlinkable passed:
error: invalid import "spectest.unknown"
out/test/spec/imports.wast:419: assert_unlinkable passed:
error: actual size (10) smaller than declared (12)
out/test/spec/imports.wast:423: assert_unlinkable passed:
error: max size (unspecified) larger than declared (20)
out/test/spec/imports.wast:427: assert_unlinkable passed:
error: actual size (10) smaller than declared (12)
out/test/spec/imports.wast:431: assert_unlinkable passed:
error: max size (20) larger than declared (18)
out/test/spec/imports.wast:435: assert_unlinkable passed:
error: actual size (10) smaller than declared (12)
out/test/spec/imports.wast:439: assert_unlinkable passed:
error: max size (20) larger than declared (15)
out/test/spec/imports.wast:444: assert_unlinkable passed:
error: expected import "test.func" to have kind table, not func
out/test/spec/imports.wast:448: assert_unlinkable passed:
error: expected import "test.global-i32" to have kind table, not global
out/test/spec/imports.wast:452: assert_unlinkable passed:
error: expected import "test.memory-2-inf" to have kind table, not memory
out/test/spec/imports.wast:456: assert_unlinkable passed:
error: expected import "spectest.print_i32" to have kind table, not func
out/test/spec/imports.wast:474: assert_trap passed: out of bounds memory access: access at 1000000+4 >= max value 65536
out/test/spec/imports.wast:485: assert_trap passed: out of bounds memory access: access at 1000000+4 >= max value 65536
out/test/spec/imports.wast:488: assert_invalid passed:
out/test/spec/imports/imports.97.wasm:0000015: error: only one memory block allowed
0000015: error: OnImportMemory callback failed
out/test/spec/imports.wast:492: assert_invalid passed:
out/test/spec/imports/imports.98.wasm:0000015: error: only one memory block allowed
0000015: error: OnMemory callback failed
out/test/spec/imports.wast:496: assert_invalid passed:
out/test/spec/imports/imports.99.wasm:000000f: error: only one memory block allowed
000000f: error: OnMemory callback failed
out/test/spec/imports.wast:511: assert_unlinkable passed:
error: invalid import "test.unknown"
out/test/spec/imports.wast:515: assert_unlinkable passed:
error: invalid import "spectest.unknown"
out/test/spec/imports.wast:520: assert_unlinkable passed:
error: actual size (2) smaller than declared (3)
out/test/spec/imports.wast:524: assert_unlinkable passed:
error: max size (unspecified) larger than declared (3)
out/test/spec/imports.wast:528: assert_unlinkable passed:
error: actual size (1) smaller than declared (2)
out/test/spec/imports.wast:532: assert_unlinkable passed:
error: max size (2) larger than declared (1)
out/test/spec/imports.wast:537: assert_unlinkable passed:
error: expected import "test.func-i32" to have kind memory, not func
out/test/spec/imports.wast:541: assert_unlinkable passed:
error: expected import "test.global-i32" to have kind memory, not global
out/test/spec/imports.wast:545: assert_unlinkable passed:
error: expected import "test.table-10-inf" to have kind memory, not table
out/test/spec/imports.wast:549: assert_unlinkable passed:
error: expected import "spectest.print_i32" to have kind memory, not func
out/test/spec/imports.wast:553: assert_unlinkable passed:
error: expected import "spectest.global_i32" to have kind memory, not global
out/test/spec/imports.wast:557: assert_unlinkable passed:
error: expected import "spectest.table" to have kind memory, not table
out/test/spec/imports.wast:562: assert_unlinkable passed:
error: actual size (1) smaller than declared (2)
out/test/spec/imports.wast:566: assert_unlinkable passed:
error: max size (2) larger than declared (1)
out/test/spec/imports.wast:584: assert_malformed passed:
out/test/spec/imports/imports.124.wat:1:9: error: imports must occur before all non-import definitions
(func) (import "" "" (func))
^^^^^^
out/test/spec/imports.wast:588: assert_malformed passed:
out/test/spec/imports/imports.125.wat:1:9: error: imports must occur before all non-import definitions
(func) (import "" "" (global i64))
^^^^^^
out/test/spec/imports.wast:592: assert_malformed passed:
out/test/spec/imports/imports.126.wat:1:9: error: imports must occur before all non-import definitions
(func) (import "" "" (table 0 funcref))
^^^^^^
out/test/spec/imports.wast:596: assert_malformed passed:
out/test/spec/imports/imports.127.wat:1:9: error: imports must occur before all non-import definitions
(func) (import "" "" (memory 0))
^^^^^^
out/test/spec/imports.wast:601: assert_malformed passed:
out/test/spec/imports/imports.128.wat:1:29: error: imports must occur before all non-import definitions
(global i64 (i64.const 0)) (import "" "" (func))
^^^^^^
out/test/spec/imports.wast:605: assert_malformed passed:
out/test/spec/imports/imports.129.wat:1:29: error: imports must occur before all non-import definitions
(global i64 (i64.const 0)) (import "" "" (global f32))
^^^^^^
out/test/spec/imports.wast:609: assert_malformed passed:
out/test/spec/imports/imports.130.wat:1:29: error: imports must occur before all non-import definitions
(global i64 (i64.const 0)) (import "" "" (table 0 funcref))
^^^^^^
out/test/spec/imports.wast:613: assert_malformed passed:
out/test/spec/imports/imports.131.wat:1:29: error: imports must occur before all non-import definitions
(global i64 (i64.const 0)) (import "" "" (memory 0))
^^^^^^
out/test/spec/imports.wast:618: assert_malformed passed:
out/test/spec/imports/imports.132.wat:1:20: error: imports must occur before all non-import definitions
(table 0 funcref) (import "" "" (func))
^^^^^^
out/test/spec/imports.wast:622: assert_malformed passed:
out/test/spec/imports/imports.133.wat:1:20: error: imports must occur before all non-import definitions
(table 0 funcref) (import "" "" (global i32))
^^^^^^
out/test/spec/imports.wast:626: assert_malformed passed:
out/test/spec/imports/imports.134.wat:1:20: error: imports must occur before all non-import definitions
(table 0 funcref) (import "" "" (table 0 funcref))
^^^^^^
out/test/spec/imports.wast:630: assert_malformed passed:
out/test/spec/imports/imports.135.wat:1:20: error: imports must occur before all non-import definitions
(table 0 funcref) (import "" "" (memory 0))
^^^^^^
out/test/spec/imports.wast:635: assert_malformed passed:
out/test/spec/imports/imports.136.wat:1:13: error: imports must occur before all non-import definitions
(memory 0) (import "" "" (func))
^^^^^^
out/test/spec/imports.wast:639: assert_malformed passed:
out/test/spec/imports/imports.137.wat:1:13: error: imports must occur before all non-import definitions
(memory 0) (import "" "" (global i32))
^^^^^^
out/test/spec/imports.wast:643: assert_malformed passed:
out/test/spec/imports/imports.138.wat:1:13: error: imports must occur before all non-import definitions
(memory 0) (import "" "" (table 1 3 funcref))
^^^^^^
out/test/spec/imports.wast:647: assert_malformed passed:
out/test/spec/imports/imports.139.wat:1:13: error: imports must occur before all non-import definitions
(memory 0) (import "" "" (memory 1 2))
^^^^^^
out/test/spec/imports.wast:657: assert_unlinkable passed:
error: invalid import "not wasm.overloaded"
176/176 tests passed.
;;; STDOUT ;;)
|