blob: 86ed5b0534187de0508f3ac9233388f790e2b0f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
;;; TOOL: run-interp-spec
;;; STDIN_FILE: third_party/testsuite/simd_i64x2_arith2.wast
(;; STDOUT ;;;
out/test/spec/simd_i64x2_arith2.wast:59: assert_invalid passed:
out/test/spec/simd_i64x2_arith2/simd_i64x2_arith2.1.wasm:0000020: error: type mismatch in i64x2.abs, expected [v128] but got [f32]
0000020: error: OnUnaryExpr callback failed
out/test/spec/simd_i64x2_arith2.wast:64: assert_invalid passed:
out/test/spec/simd_i64x2_arith2/simd_i64x2_arith2.2.wasm:000001b: error: type mismatch in i64x2.abs, expected [v128] but got []
000001b: error: OnUnaryExpr callback failed
25/25 tests passed.
;;; STDOUT ;;)
|