1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
;;; TOOL: run-interp-spec
;;; STDIN_FILE: third_party/testsuite/simd_f64x2_arith.wast
(;; STDOUT ;;;
out/test/spec/simd_f64x2_arith.wast:5302: assert_invalid passed:
out/test/spec/simd_f64x2_arith/simd_f64x2_arith.2.wasm:000001d: error: type mismatch in f64x2.neg, expected [v128] but got [i64]
000001d: error: OnUnaryExpr callback failed
out/test/spec/simd_f64x2_arith.wast:5303: assert_invalid passed:
out/test/spec/simd_f64x2_arith/simd_f64x2_arith.3.wasm:000001d: error: type mismatch in f64x2.sqrt, expected [v128] but got [i64]
000001d: error: OnUnaryExpr callback failed
out/test/spec/simd_f64x2_arith.wast:5304: assert_invalid passed:
out/test/spec/simd_f64x2_arith/simd_f64x2_arith.4.wasm:0000026: error: type mismatch in f64x2.add, expected [v128, v128] but got [i64, f64]
0000026: error: OnBinaryExpr callback failed
out/test/spec/simd_f64x2_arith.wast:5305: assert_invalid passed:
out/test/spec/simd_f64x2_arith/simd_f64x2_arith.5.wasm:0000026: error: type mismatch in f64x2.sub, expected [v128, v128] but got [i64, f64]
0000026: error: OnBinaryExpr callback failed
out/test/spec/simd_f64x2_arith.wast:5306: assert_invalid passed:
out/test/spec/simd_f64x2_arith/simd_f64x2_arith.6.wasm:0000026: error: type mismatch in f64x2.mul, expected [v128, v128] but got [i64, f64]
0000026: error: OnBinaryExpr callback failed
out/test/spec/simd_f64x2_arith.wast:5307: assert_invalid passed:
out/test/spec/simd_f64x2_arith/simd_f64x2_arith.7.wasm:0000026: error: type mismatch in f64x2.div, expected [v128, v128] but got [i64, f64]
0000026: error: OnBinaryExpr callback failed
out/test/spec/simd_f64x2_arith.wast:5312: assert_invalid passed:
out/test/spec/simd_f64x2_arith/simd_f64x2_arith.8.wasm:000001b: error: type mismatch in f64x2.neg, expected [v128] but got []
000001b: error: OnUnaryExpr callback failed
out/test/spec/simd_f64x2_arith.wast:5320: assert_invalid passed:
out/test/spec/simd_f64x2_arith/simd_f64x2_arith.9.wasm:000001b: error: type mismatch in f64x2.sqrt, expected [v128] but got []
000001b: error: OnUnaryExpr callback failed
out/test/spec/simd_f64x2_arith.wast:5328: assert_invalid passed:
out/test/spec/simd_f64x2_arith/simd_f64x2_arith.10.wasm:000002d: error: type mismatch in f64x2.add, expected [v128, v128] but got [v128]
000002d: error: OnBinaryExpr callback failed
out/test/spec/simd_f64x2_arith.wast:5336: assert_invalid passed:
out/test/spec/simd_f64x2_arith/simd_f64x2_arith.11.wasm:000001b: error: type mismatch in f64x2.add, expected [v128, v128] but got []
000001b: error: OnBinaryExpr callback failed
out/test/spec/simd_f64x2_arith.wast:5344: assert_invalid passed:
out/test/spec/simd_f64x2_arith/simd_f64x2_arith.12.wasm:000002d: error: type mismatch in f64x2.sub, expected [v128, v128] but got [v128]
000002d: error: OnBinaryExpr callback failed
out/test/spec/simd_f64x2_arith.wast:5352: assert_invalid passed:
out/test/spec/simd_f64x2_arith/simd_f64x2_arith.13.wasm:000001b: error: type mismatch in f64x2.sub, expected [v128, v128] but got []
000001b: error: OnBinaryExpr callback failed
out/test/spec/simd_f64x2_arith.wast:5360: assert_invalid passed:
out/test/spec/simd_f64x2_arith/simd_f64x2_arith.14.wasm:000002d: error: type mismatch in f64x2.mul, expected [v128, v128] but got [v128]
000002d: error: OnBinaryExpr callback failed
out/test/spec/simd_f64x2_arith.wast:5368: assert_invalid passed:
out/test/spec/simd_f64x2_arith/simd_f64x2_arith.15.wasm:000001b: error: type mismatch in f64x2.mul, expected [v128, v128] but got []
000001b: error: OnBinaryExpr callback failed
out/test/spec/simd_f64x2_arith.wast:5376: assert_invalid passed:
out/test/spec/simd_f64x2_arith/simd_f64x2_arith.16.wasm:000002d: error: type mismatch in f64x2.div, expected [v128, v128] but got [v128]
000002d: error: OnBinaryExpr callback failed
out/test/spec/simd_f64x2_arith.wast:5384: assert_invalid passed:
out/test/spec/simd_f64x2_arith/simd_f64x2_arith.17.wasm:000001b: error: type mismatch in f64x2.div, expected [v128, v128] but got []
000001b: error: OnBinaryExpr callback failed
1825/1825 tests passed.
;;; STDOUT ;;)
|