summaryrefslogtreecommitdiff
path: root/test/spec/exception-handling/binary.txt
blob: 8d253cf771ced8c5bae760c4b2b64733c5ba7b72 (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
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
;;; TOOL: run-interp-spec
;;; STDIN_FILE: third_party/testsuite/proposals/exception-handling/binary.wast
;;; ARGS*: --enable-exceptions
(;; STDOUT ;;;
out/test/spec/exception-handling/binary.wast:6: assert_malformed passed:
  0000000: error: unable to read uint32_t: magic
out/test/spec/exception-handling/binary.wast:7: assert_malformed passed:
  0000000: error: unable to read uint32_t: magic
out/test/spec/exception-handling/binary.wast:8: assert_malformed passed:
  0000000: error: unable to read uint32_t: magic
out/test/spec/exception-handling/binary.wast:9: assert_malformed passed:
  0000004: error: bad magic value
out/test/spec/exception-handling/binary.wast:10: assert_malformed passed:
  0000004: error: bad magic value
out/test/spec/exception-handling/binary.wast:11: assert_malformed passed:
  0000004: error: bad magic value
out/test/spec/exception-handling/binary.wast:12: assert_malformed passed:
  0000004: error: bad magic value
out/test/spec/exception-handling/binary.wast:13: assert_malformed passed:
  0000004: error: bad magic value
out/test/spec/exception-handling/binary.wast:14: assert_malformed passed:
  0000004: error: bad magic value
out/test/spec/exception-handling/binary.wast:15: assert_malformed passed:
  0000004: error: bad magic value
out/test/spec/exception-handling/binary.wast:16: assert_malformed passed:
  0000004: error: bad magic value
out/test/spec/exception-handling/binary.wast:17: assert_malformed passed:
  0000004: error: bad magic value
out/test/spec/exception-handling/binary.wast:18: assert_malformed passed:
  0000004: error: bad magic value
out/test/spec/exception-handling/binary.wast:21: assert_malformed passed:
  0000004: error: bad magic value
out/test/spec/exception-handling/binary.wast:24: assert_malformed passed:
  0000004: error: bad magic value
out/test/spec/exception-handling/binary.wast:25: assert_malformed passed:
  0000004: error: bad magic value
out/test/spec/exception-handling/binary.wast:28: assert_malformed passed:
  0000004: error: bad magic value
out/test/spec/exception-handling/binary.wast:31: assert_malformed passed:
  0000004: error: bad magic value
out/test/spec/exception-handling/binary.wast:34: assert_malformed passed:
  0000004: error: bad magic value
out/test/spec/exception-handling/binary.wast:37: assert_malformed passed:
  0000004: error: unable to read uint32_t: version
out/test/spec/exception-handling/binary.wast:38: assert_malformed passed:
  0000004: error: unable to read uint32_t: version
out/test/spec/exception-handling/binary.wast:39: assert_malformed passed:
  0000004: error: unable to read uint32_t: version
out/test/spec/exception-handling/binary.wast:40: assert_malformed passed:
  0000008: error: bad wasm file version: 0 (expected 0x1)
out/test/spec/exception-handling/binary.wast:41: assert_malformed passed:
  0000008: error: bad wasm file version: 0xd (expected 0x1)
out/test/spec/exception-handling/binary.wast:42: assert_malformed passed:
  0000008: error: bad wasm file version: 0xe (expected 0x1)
out/test/spec/exception-handling/binary.wast:43: assert_malformed passed:
  0000008: error: bad wasm file version: 0x100 (expected 0x1)
out/test/spec/exception-handling/binary.wast:44: assert_malformed passed:
  0000008: error: bad wasm file version: 0x10000 (expected 0x1)
out/test/spec/exception-handling/binary.wast:45: assert_malformed passed:
  0000008: error: bad wasm file version: 0x1000000 (expected 0x1)
out/test/spec/exception-handling/binary.wast:48: assert_malformed passed:
  000000a: error: invalid section code: 14
out/test/spec/exception-handling/binary.wast:49: assert_malformed passed:
  000000a: error: invalid section code: 127
out/test/spec/exception-handling/binary.wast:50: assert_malformed passed:
  000000a: error: invalid section code: 128
out/test/spec/exception-handling/binary.wast:51: assert_malformed passed:
  000000a: error: invalid section code: 129
out/test/spec/exception-handling/binary.wast:52: assert_malformed passed:
  000000a: error: invalid section code: 255
out/test/spec/exception-handling/binary.wast:56: assert_malformed passed:
  000001b: error: function body must end with END opcode
out/test/spec/exception-handling/binary.wast:77: assert_malformed passed:
  000001a: error: function body must end with END opcode
out/test/spec/exception-handling/binary.wast:93: assert_malformed passed:
  000001a: error: function body must end with END opcode
out/test/spec/exception-handling/binary.wast:113: assert_malformed passed:
  0000019: error: init expression must end with END opcode
out/test/spec/exception-handling/binary.wast:126: assert_malformed passed:
  0000020: error: memory.grow reserved value must be 0
out/test/spec/exception-handling/binary.wast:146: assert_malformed passed:
  0000020: error: memory.grow reserved value must be 0
out/test/spec/exception-handling/binary.wast:166: assert_malformed passed:
  0000020: error: memory.grow reserved value must be 0
out/test/spec/exception-handling/binary.wast:185: assert_malformed passed:
  0000020: error: memory.grow reserved value must be 0
out/test/spec/exception-handling/binary.wast:204: assert_malformed passed:
  0000020: error: memory.grow reserved value must be 0
out/test/spec/exception-handling/binary.wast:224: assert_malformed passed:
  000001e: error: memory.size reserved value must be 0
out/test/spec/exception-handling/binary.wast:243: assert_malformed passed:
  000001e: error: memory.size reserved value must be 0
out/test/spec/exception-handling/binary.wast:262: assert_malformed passed:
  000001e: error: memory.size reserved value must be 0
out/test/spec/exception-handling/binary.wast:280: assert_malformed passed:
  000001e: error: memory.size reserved value must be 0
out/test/spec/exception-handling/binary.wast:298: assert_malformed passed:
  000001e: error: memory.size reserved value must be 0
out/test/spec/exception-handling/binary.wast:317: assert_malformed passed:
  0000017: error: unable to read u32 leb128: local type count
out/test/spec/exception-handling/binary.wast:334: assert_malformed passed:
  0000017: error: unable to read u32 leb128: local type count
out/test/spec/exception-handling/binary.wast:351: assert_malformed passed:
  000001e: error: local count must be <= 0xffffffff
out/test/spec/exception-handling/binary.wast:367: assert_malformed passed:
  0000030: error: local count must be <= 0xffffffff
out/test/spec/exception-handling/binary.wast:401: assert_malformed passed:
  0000013: error: function signature count != function body count
out/test/spec/exception-handling/binary.wast:411: assert_malformed passed:
  000000b: error: function signature count != function body count
out/test/spec/exception-handling/binary.wast:420: assert_malformed passed:
  0000016: error: function signature count != function body count
out/test/spec/exception-handling/binary.wast:431: assert_malformed passed:
  0000015: error: function signature count != function body count
out/test/spec/exception-handling/binary.wast:454: assert_malformed passed:
  000000e: error: data segment count does not equal count in DataCount section
out/test/spec/exception-handling/binary.wast:466: assert_malformed passed:
  000000e: error: data segment count does not equal count in DataCount section
out/test/spec/exception-handling/binary.wast:478: assert_malformed passed:
  0000010: error: Data section missing but DataCount non-zero
out/test/spec/exception-handling/binary.wast:494: assert_malformed passed:
  0000024: error: memory.init requires data count section
out/test/spec/exception-handling/binary.wast:517: assert_malformed passed:
  000001e: error: data.drop requires data count section
out/test/spec/exception-handling/binary.wast:537: assert_malformed passed:
  0000024: error: unexpected opcode: 0xf3
out/test/spec/exception-handling/binary.wast:565: assert_malformed passed:
  0000022: error: table elem type must be a reference type
out/test/spec/exception-handling/binary.wast:650: assert_malformed passed:
  000000a: error: invalid section size: extends past end
out/test/spec/exception-handling/binary.wast:661: assert_malformed passed:
  000000e: error: unfinished section (expected end: 0x11)
out/test/spec/exception-handling/binary.wast:680: assert_malformed passed:
  000000e: error: malformed import kind: 5
out/test/spec/exception-handling/binary.wast:690: assert_malformed passed:
  000000e: error: malformed import kind: 5
out/test/spec/exception-handling/binary.wast:701: assert_malformed passed:
  000000e: error: malformed import kind: 5
out/test/spec/exception-handling/binary.wast:711: assert_malformed passed:
  000000e: error: malformed import kind: 5
out/test/spec/exception-handling/binary.wast:722: assert_malformed passed:
  000000e: error: malformed import kind: 128
out/test/spec/exception-handling/binary.wast:732: assert_malformed passed:
  000000e: error: malformed import kind: 128
out/test/spec/exception-handling/binary.wast:745: assert_malformed passed:
  0000027: error: unable to read u32 leb128: string length
out/test/spec/exception-handling/binary.wast:764: assert_malformed passed:
  000002b: error: unfinished section (expected end: 0x40)
out/test/spec/exception-handling/binary.wast:795: assert_malformed passed:
  000000b: error: invalid table count 1, only 0 bytes left in section
out/test/spec/exception-handling/binary.wast:805: assert_malformed passed:
  000000d: error: tables may not be shared
out/test/spec/exception-handling/binary.wast:814: assert_malformed passed:
  000000d: error: tables may not be shared
out/test/spec/exception-handling/binary.wast:824: assert_malformed passed:
  000000d: error: malformed table limits flag: 129
out/test/spec/exception-handling/binary.wast:842: assert_malformed passed:
  000000b: error: invalid memory count 1, only 0 bytes left in section
out/test/spec/exception-handling/binary.wast:852: assert_malformed passed:
  000000c: error: memory may not be shared: threads not allowed
out/test/spec/exception-handling/binary.wast:860: assert_malformed passed:
  000000c: error: memory may not be shared: threads not allowed
out/test/spec/exception-handling/binary.wast:869: assert_malformed passed:
  000000c: error: malformed memory limits flag: 129
out/test/spec/exception-handling/binary.wast:878: assert_malformed passed:
  000000c: error: malformed memory limits flag: 129
out/test/spec/exception-handling/binary.wast:895: assert_malformed passed:
  0000010: error: unable to read i32 leb128: global type
out/test/spec/exception-handling/binary.wast:906: assert_malformed passed:
  0000010: error: unfinished section (expected end: 0x15)
out/test/spec/exception-handling/binary.wast:929: assert_malformed passed:
  000001b: error: unable to read u32 leb128: string length
out/test/spec/exception-handling/binary.wast:950: assert_malformed passed:
  000001b: error: unfinished section (expected end: 0x20)
out/test/spec/exception-handling/binary.wast:984: assert_malformed passed:
  0000021: error: unable to read u32 leb128: elem segment flags
out/test/spec/exception-handling/binary.wast:1000: assert_malformed passed:
  0000024: error: init expression must end with END opcode
out/test/spec/exception-handling/binary.wast:1017: assert_malformed passed:
  0000021: error: unfinished section (expected end: 0x27)
out/test/spec/exception-handling/binary.wast:1043: assert_malformed passed:
  0000016: error: unable to read u32 leb128: data segment flags
out/test/spec/exception-handling/binary.wast:1056: assert_malformed passed:
  0000016: error: unfinished section (expected end: 0x1c)
out/test/spec/exception-handling/binary.wast:1069: assert_malformed passed:
  0000015: error: unable to read data: data segment data
out/test/spec/exception-handling/binary.wast:1083: assert_malformed passed:
  000001a: error: unfinished section (expected end: 0x1b)
out/test/spec/exception-handling/binary.wast:1114: assert_malformed passed:
  0000048: error: function body must end with END opcode
out/test/spec/exception-handling/binary.wast:1161: assert_malformed passed:
  0000017: error: multiple Start sections
out/test/spec/exception-handling/binary.wast:1178: assert_malformed passed:
  0000014: error: multiple Function sections
out/test/spec/exception-handling/binary.wast:1190: assert_malformed passed:
  0000016: error: function signature count != function body count
out/test/spec/exception-handling/binary.wast:1202: assert_malformed passed:
  000000d: error: multiple DataCount sections
out/test/spec/exception-handling/binary.wast:1212: assert_malformed passed:
  000000d: error: multiple Data sections
out/test/spec/exception-handling/binary.wast:1222: assert_malformed passed:
  000000d: error: multiple Global sections
out/test/spec/exception-handling/binary.wast:1232: assert_malformed passed:
  000000d: error: multiple Export sections
out/test/spec/exception-handling/binary.wast:1242: assert_malformed passed:
  000000d: error: multiple Table sections
out/test/spec/exception-handling/binary.wast:1252: assert_malformed passed:
  000000d: error: multiple Elem sections
out/test/spec/exception-handling/binary.wast:1262: assert_malformed passed:
  000000d: error: multiple Import sections
out/test/spec/exception-handling/binary.wast:1272: assert_malformed passed:
  000000d: error: multiple Type sections
out/test/spec/exception-handling/binary.wast:1282: assert_malformed passed:
  000000d: error: multiple Memory sections
out/test/spec/exception-handling/binary.wast:1292: assert_malformed passed:
  000000d: error: section Type out of order
out/test/spec/exception-handling/binary.wast:1302: assert_malformed passed:
  000000d: error: section Import out of order
out/test/spec/exception-handling/binary.wast:1312: assert_malformed passed:
  000000d: error: section Function out of order
out/test/spec/exception-handling/binary.wast:1322: assert_malformed passed:
  000000d: error: section Table out of order
out/test/spec/exception-handling/binary.wast:1332: assert_malformed passed:
  000000d: error: section Memory out of order
out/test/spec/exception-handling/binary.wast:1342: assert_malformed passed:
  000000d: error: section Global out of order
out/test/spec/exception-handling/binary.wast:1352: assert_malformed passed:
  0000011: error: section Export out of order
out/test/spec/exception-handling/binary.wast:1363: assert_malformed passed:
  0000011: error: section Start out of order
out/test/spec/exception-handling/binary.wast:1374: assert_malformed passed:
  000000d: error: section Elem out of order
out/test/spec/exception-handling/binary.wast:1384: assert_malformed passed:
  000000d: error: section DataCount out of order
out/test/spec/exception-handling/binary.wast:1394: assert_malformed passed:
  000000d: error: section Code out of order
136/136 tests passed.
;;; STDOUT ;;)