summaryrefslogtreecommitdiff
path: root/test/spec/simd_load64_lane.txt
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2021-11-19 16:15:38 -0800
committerGitHub <noreply@github.com>2021-11-19 16:15:38 -0800
commitf65fadeedff3458e1dd9c157553cd0ed891683dd (patch)
treeb2322ecfdeb89d787ca56a5b22c3e39b9257dd75 /test/spec/simd_load64_lane.txt
parent8761c56038aa69e697315dc9898ba2b1cfa305f5 (diff)
downloadwabt-f65fadeedff3458e1dd9c157553cd0ed891683dd.tar.gz
wabt-f65fadeedff3458e1dd9c157553cd0ed891683dd.tar.bz2
wabt-f65fadeedff3458e1dd9c157553cd0ed891683dd.zip
Update testsuite (#1765)
Diffstat (limited to 'test/spec/simd_load64_lane.txt')
-rw-r--r--test/spec/simd_load64_lane.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/spec/simd_load64_lane.txt b/test/spec/simd_load64_lane.txt
new file mode 100644
index 00000000..17a3dca4
--- /dev/null
+++ b/test/spec/simd_load64_lane.txt
@@ -0,0 +1,14 @@
+;;; TOOL: run-interp-spec
+;;; STDIN_FILE: third_party/testsuite/simd_load64_lane.wast
+(;; STDOUT ;;;
+out/test/spec/simd_load64_lane.wast:81: assert_invalid passed:
+ error: type mismatch in v128.load64_lane, expected [i32, v128] but got [v128, i32]
+ 0000027: error: OnSimdLoadLaneExpr callback failed
+out/test/spec/simd_load64_lane.wast:87: assert_invalid passed:
+ error: lane index must be less than 2 (got 2)
+ 0000027: error: OnSimdLoadLaneExpr callback failed
+out/test/spec/simd_load64_lane.wast:94: assert_invalid passed:
+ error: alignment must not be larger than natural alignment (8)
+ 0000027: error: OnSimdLoadLaneExpr callback failed
+15/15 tests passed.
+;;; STDOUT ;;)