summaryrefslogtreecommitdiff
path: root/test/spec/simd_i8x16_arith.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_i8x16_arith.txt
parent8761c56038aa69e697315dc9898ba2b1cfa305f5 (diff)
downloadwabt-f65fadeedff3458e1dd9c157553cd0ed891683dd.tar.gz
wabt-f65fadeedff3458e1dd9c157553cd0ed891683dd.tar.bz2
wabt-f65fadeedff3458e1dd9c157553cd0ed891683dd.zip
Update testsuite (#1765)
Diffstat (limited to 'test/spec/simd_i8x16_arith.txt')
-rw-r--r--test/spec/simd_i8x16_arith.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/test/spec/simd_i8x16_arith.txt b/test/spec/simd_i8x16_arith.txt
new file mode 100644
index 00000000..cbf8a3b8
--- /dev/null
+++ b/test/spec/simd_i8x16_arith.txt
@@ -0,0 +1,29 @@
+;;; TOOL: run-interp-spec
+;;; STDIN_FILE: third_party/testsuite/simd_i8x16_arith.wast
+(;; STDOUT ;;;
+out/test/spec/simd_i8x16_arith.wast:354: assert_invalid passed:
+ error: type mismatch in i8x16.neg, expected [v128] but got [i32]
+ 000001c: error: OnUnaryExpr callback failed
+out/test/spec/simd_i8x16_arith.wast:355: assert_invalid passed:
+ error: type mismatch in i8x16.add, expected [v128, v128] but got [i32, f32]
+ 0000021: error: OnBinaryExpr callback failed
+out/test/spec/simd_i8x16_arith.wast:356: assert_invalid passed:
+ error: type mismatch in i8x16.sub, expected [v128, v128] but got [i32, f32]
+ 0000021: error: OnBinaryExpr callback failed
+out/test/spec/simd_i8x16_arith.wast:361: assert_invalid passed:
+ error: type mismatch in i8x16.neg, expected [v128] but got []
+ 000001a: error: OnUnaryExpr callback failed
+out/test/spec/simd_i8x16_arith.wast:369: assert_invalid passed:
+ error: type mismatch in i8x16.add, expected [v128, v128] but got [v128]
+ 000002c: error: OnBinaryExpr callback failed
+out/test/spec/simd_i8x16_arith.wast:377: assert_invalid passed:
+ error: type mismatch in i8x16.add, expected [v128, v128] but got []
+ 000001a: error: OnBinaryExpr callback failed
+out/test/spec/simd_i8x16_arith.wast:385: assert_invalid passed:
+ error: type mismatch in i8x16.sub, expected [v128, v128] but got [v128]
+ 000002c: error: OnBinaryExpr callback failed
+out/test/spec/simd_i8x16_arith.wast:393: assert_invalid passed:
+ error: type mismatch in i8x16.sub, expected [v128, v128] but got []
+ 000001a: error: OnBinaryExpr callback failed
+129/129 tests passed.
+;;; STDOUT ;;)