summaryrefslogtreecommitdiff
path: root/test/parse/expr/bad-simd-shuffle-lane-index-overflow.txt
diff options
context:
space:
mode:
authorNg Zhi An <zhin@chromium.org>2021-09-20 13:39:34 -0700
committerGitHub <noreply@github.com>2021-09-20 13:39:34 -0700
commit2a67b114e956a5c68c286563ae9b463e1b0a8654 (patch)
treefe106b58af913da2a8e3fe439adbf0c5bdb1da8a /test/parse/expr/bad-simd-shuffle-lane-index-overflow.txt
parent6c065379fcc991173fcfd6ed4cfb56cfa98a19d5 (diff)
downloadwabt-2a67b114e956a5c68c286563ae9b463e1b0a8654.tar.gz
wabt-2a67b114e956a5c68c286563ae9b463e1b0a8654.tar.bz2
wabt-2a67b114e956a5c68c286563ae9b463e1b0a8654.zip
SIMD is now phase 5, enable it by default (#1712)
* SIMD is now phase 5, enable it by default * Update test flags, rebase test, and docs
Diffstat (limited to 'test/parse/expr/bad-simd-shuffle-lane-index-overflow.txt')
-rw-r--r--test/parse/expr/bad-simd-shuffle-lane-index-overflow.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/parse/expr/bad-simd-shuffle-lane-index-overflow.txt b/test/parse/expr/bad-simd-shuffle-lane-index-overflow.txt
index 680e048b..5c44cfdb 100644
--- a/test/parse/expr/bad-simd-shuffle-lane-index-overflow.txt
+++ b/test/parse/expr/bad-simd-shuffle-lane-index-overflow.txt
@@ -1,5 +1,4 @@
;;; TOOL: wat2wasm
-;;; ARGS: --enable-simd
;;; ERROR: 1
(module
(func
@@ -9,7 +8,7 @@
))
(;; STDERR ;;;
-out/test/parse/expr/bad-simd-shuffle-lane-index-overflow.txt:8:19: error: lane index "0x01020304" out-of-range [0, 32)
+out/test/parse/expr/bad-simd-shuffle-lane-index-overflow.txt:7:19: error: lane index "0x01020304" out-of-range [0, 32)
i8x16.shuffle 0x01020304 05060708 0x090a0b0c 0x00000000
^^^^^^^^^^
;;; STDERR ;;)