1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
;;; SLOW:
;;; TOOL: run-interp-spec
;;; STDIN_FILE: third_party/testsuite/f32_cmp.wast
(;; STDOUT ;;;
out/test/spec/f32_cmp.wast:2417: assert_invalid passed:
out/test/spec/f32_cmp/f32_cmp.1.wasm:0000024: error: type mismatch in f32.eq, expected [f32, f32] but got [i64, f64]
0000024: error: OnCompareExpr callback failed
out/test/spec/f32_cmp.wast:2418: assert_invalid passed:
out/test/spec/f32_cmp/f32_cmp.2.wasm:0000024: error: type mismatch in f32.ge, expected [f32, f32] but got [i64, f64]
0000024: error: OnCompareExpr callback failed
out/test/spec/f32_cmp.wast:2419: assert_invalid passed:
out/test/spec/f32_cmp/f32_cmp.3.wasm:0000024: error: type mismatch in f32.gt, expected [f32, f32] but got [i64, f64]
0000024: error: OnCompareExpr callback failed
out/test/spec/f32_cmp.wast:2420: assert_invalid passed:
out/test/spec/f32_cmp/f32_cmp.4.wasm:0000024: error: type mismatch in f32.le, expected [f32, f32] but got [i64, f64]
0000024: error: OnCompareExpr callback failed
out/test/spec/f32_cmp.wast:2421: assert_invalid passed:
out/test/spec/f32_cmp/f32_cmp.5.wasm:0000024: error: type mismatch in f32.lt, expected [f32, f32] but got [i64, f64]
0000024: error: OnCompareExpr callback failed
out/test/spec/f32_cmp.wast:2422: assert_invalid passed:
out/test/spec/f32_cmp/f32_cmp.6.wasm:0000024: error: type mismatch in f32.ne, expected [f32, f32] but got [i64, f64]
0000024: error: OnCompareExpr callback failed
2407/2407 tests passed.
;;; STDOUT ;;)
|