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
54
55
56
57
|
;;; TOOL: run-interp-spec
;;; STDIN_FILE: third_party/testsuite/call.wast
(;; STDOUT ;;;
out/test/spec/call.wast:314: assert_invalid passed:
error: type mismatch in i32.eqz, expected [i32] but got []
000001b: error: OnConvertExpr callback failed
out/test/spec/call.wast:321: assert_invalid passed:
error: type mismatch in i32.eqz, expected [i32] but got [i64]
000001f: error: OnConvertExpr callback failed
out/test/spec/call.wast:329: assert_invalid passed:
error: type mismatch in call, expected [i32] but got []
000001e: error: OnCallExpr callback failed
out/test/spec/call.wast:336: assert_invalid passed:
error: type mismatch in call, expected [f64, i32] but got []
000001f: error: OnCallExpr callback failed
out/test/spec/call.wast:343: assert_invalid passed:
error: type mismatch in function, expected [] but got [i32]
000001d: error: EndFunctionBody callback failed
out/test/spec/call.wast:350: assert_invalid passed:
error: type mismatch in function, expected [] but got [f64, i32]
0000026: error: EndFunctionBody callback failed
out/test/spec/call.wast:358: assert_invalid passed:
error: type mismatch in call, expected [i32, i32] but got [i32]
0000022: error: OnCallExpr callback failed
out/test/spec/call.wast:365: assert_invalid passed:
error: type mismatch in call, expected [i32, i32] but got [i32]
0000022: error: OnCallExpr callback failed
out/test/spec/call.wast:372: assert_invalid passed:
error: type mismatch in call, expected [i32, f64] but got [f64, i32]
000002a: error: OnCallExpr callback failed
out/test/spec/call.wast:379: assert_invalid passed:
error: type mismatch in call, expected [f64, i32] but got [i32, f64]
000002a: error: OnCallExpr callback failed
out/test/spec/call.wast:387: assert_invalid passed:
error: type mismatch in call, expected [i32] but got []
0000020: error: OnCallExpr callback failed
out/test/spec/call.wast:396: assert_invalid passed:
error: type mismatch in call, expected [i32, i32] but got [i32]
0000023: error: OnCallExpr callback failed
out/test/spec/call.wast:405: assert_invalid passed:
error: type mismatch in call, expected [i32] but got []
0000020: error: OnCallExpr callback failed
out/test/spec/call.wast:414: assert_invalid passed:
error: type mismatch in call, expected [i32, i32] but got [i32]
0000023: error: OnCallExpr callback failed
out/test/spec/call.wast:423: assert_invalid passed:
error: type mismatch in call, expected [i32] but got []
0000022: error: OnCallExpr callback failed
out/test/spec/call.wast:432: assert_invalid passed:
error: type mismatch in call, expected [i32, i32] but got [i32]
0000025: error: OnCallExpr callback failed
out/test/spec/call.wast:445: assert_invalid passed:
0000019: error: invalid call function index: 1
out/test/spec/call.wast:449: assert_invalid passed:
000001d: error: invalid call function index: 1012321300
81/81 tests passed.
;;; STDOUT ;;)
|