summaryrefslogtreecommitdiff
path: root/test/spec/simd_f64x2_pmin_pmax.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_f64x2_pmin_pmax.txt
parent8761c56038aa69e697315dc9898ba2b1cfa305f5 (diff)
downloadwabt-f65fadeedff3458e1dd9c157553cd0ed891683dd.tar.gz
wabt-f65fadeedff3458e1dd9c157553cd0ed891683dd.tar.bz2
wabt-f65fadeedff3458e1dd9c157553cd0ed891683dd.zip
Update testsuite (#1765)
Diffstat (limited to 'test/spec/simd_f64x2_pmin_pmax.txt')
-rw-r--r--test/spec/simd_f64x2_pmin_pmax.txt55
1 files changed, 55 insertions, 0 deletions
diff --git a/test/spec/simd_f64x2_pmin_pmax.txt b/test/spec/simd_f64x2_pmin_pmax.txt
new file mode 100644
index 00000000..d1a5f171
--- /dev/null
+++ b/test/spec/simd_f64x2_pmin_pmax.txt
@@ -0,0 +1,55 @@
+;;; TOOL: run-interp-spec
+;;; STDIN_FILE: third_party/testsuite/simd_f64x2_pmin_pmax.wast
+(;; STDOUT ;;;
+out/test/spec/simd_f64x2_pmin_pmax.wast:11629: assert_malformed passed:
+ out/test/spec/simd_f64x2_pmin_pmax/simd_f64x2_pmin_pmax.1.wat:1:33: error: unexpected token "i8x16.pmin", expected an instr.
+ (memory 1) (func (result v128) (i8x16.pmin (v128.const i32x4 0 0 0 0) (v128.c...
+ ^^^^^^^^^^
+out/test/spec/simd_f64x2_pmin_pmax.wast:11630: assert_malformed passed:
+ out/test/spec/simd_f64x2_pmin_pmax/simd_f64x2_pmin_pmax.2.wat:1:33: error: unexpected token "i8x16.pmax", expected an instr.
+ (memory 1) (func (result v128) (i8x16.pmax (v128.const i32x4 0 0 0 0) (v128.c...
+ ^^^^^^^^^^
+out/test/spec/simd_f64x2_pmin_pmax.wast:11631: assert_malformed passed:
+ out/test/spec/simd_f64x2_pmin_pmax/simd_f64x2_pmin_pmax.3.wat:1:33: error: unexpected token "i16x8.pmin", expected an instr.
+ (memory 1) (func (result v128) (i16x8.pmin (v128.const i32x4 0 0 0 0) (v128.c...
+ ^^^^^^^^^^
+out/test/spec/simd_f64x2_pmin_pmax.wast:11632: assert_malformed passed:
+ out/test/spec/simd_f64x2_pmin_pmax/simd_f64x2_pmin_pmax.4.wat:1:33: error: unexpected token "i16x8.pmax", expected an instr.
+ (memory 1) (func (result v128) (i16x8.pmax (v128.const i32x4 0 0 0 0) (v128.c...
+ ^^^^^^^^^^
+out/test/spec/simd_f64x2_pmin_pmax.wast:11633: assert_malformed passed:
+ out/test/spec/simd_f64x2_pmin_pmax/simd_f64x2_pmin_pmax.5.wat:1:33: error: unexpected token "i32x4.pmin", expected an instr.
+ (memory 1) (func (result v128) (i32x4.pmin (v128.const i32x4 0 0 0 0) (v128.c...
+ ^^^^^^^^^^
+out/test/spec/simd_f64x2_pmin_pmax.wast:11634: assert_malformed passed:
+ out/test/spec/simd_f64x2_pmin_pmax/simd_f64x2_pmin_pmax.6.wat:1:33: error: unexpected token "i32x4.pmax", expected an instr.
+ (memory 1) (func (result v128) (i32x4.pmax (v128.const i32x4 0 0 0 0) (v128.c...
+ ^^^^^^^^^^
+out/test/spec/simd_f64x2_pmin_pmax.wast:11635: assert_malformed passed:
+ out/test/spec/simd_f64x2_pmin_pmax/simd_f64x2_pmin_pmax.7.wat:1:33: error: unexpected token "i64x2.pmin", expected an instr.
+ (memory 1) (func (result v128) (i64x2.pmin (v128.const i32x4 0 0 0 0) (v128.c...
+ ^^^^^^^^^^
+out/test/spec/simd_f64x2_pmin_pmax.wast:11636: assert_malformed passed:
+ out/test/spec/simd_f64x2_pmin_pmax/simd_f64x2_pmin_pmax.8.wat:1:33: error: unexpected token "i64x2.pmax", expected an instr.
+ (memory 1) (func (result v128) (i64x2.pmax (v128.const i32x4 0 0 0 0) (v128.c...
+ ^^^^^^^^^^
+out/test/spec/simd_f64x2_pmin_pmax.wast:11639: assert_invalid passed:
+ error: type mismatch in f64x2.pmin, expected [v128, v128] but got [i32, f32]
+ 0000022: error: OnBinaryExpr callback failed
+out/test/spec/simd_f64x2_pmin_pmax.wast:11640: assert_invalid passed:
+ error: type mismatch in f64x2.pmax, expected [v128, v128] but got [i32, f32]
+ 0000022: error: OnBinaryExpr callback failed
+out/test/spec/simd_f64x2_pmin_pmax.wast:11645: assert_invalid passed:
+ error: type mismatch in f64x2.pmin, expected [v128, v128] but got [v128]
+ 000002d: error: OnBinaryExpr callback failed
+out/test/spec/simd_f64x2_pmin_pmax.wast:11653: assert_invalid passed:
+ error: type mismatch in f64x2.pmin, expected [v128, v128] but got []
+ 000001b: error: OnBinaryExpr callback failed
+out/test/spec/simd_f64x2_pmin_pmax.wast:11661: assert_invalid passed:
+ error: type mismatch in f64x2.pmax, expected [v128, v128] but got [v128]
+ 000002d: error: OnBinaryExpr callback failed
+out/test/spec/simd_f64x2_pmin_pmax.wast:11669: assert_invalid passed:
+ error: type mismatch in f64x2.pmax, expected [v128, v128] but got []
+ 000001b: error: OnBinaryExpr callback failed
+3886/3886 tests passed.
+;;; STDOUT ;;)