Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Commit 9352c9b

Browse files
committed
[test] Fix issue #181
- Fix mistake tests in simd_load.wast - Missing lane index should be malformed - Test more values of lane index
1 parent 8986d5a commit 9352c9b

File tree

3 files changed

+318
-58
lines changed

3 files changed

+318
-58
lines changed

test/core/simd/simd_const.wast

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,10 @@
228228
"unexpected token"
229229
)
230230

231+
(assert_malformed
232+
(module quote "(func (v128.const 0 0 0 0) drop)")
233+
"unexpected token"
234+
)
231235
(assert_malformed
232236
(module quote "(func (v128.const i8x16) drop)")
233237
"wrong number of lane literals"

0 commit comments

Comments
 (0)