summaryrefslogtreecommitdiff
path: root/test/spec/local_get.txt
blob: b5b7253abfd1764ce195dc852124e5de5ca58ba6 (plain)
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/local_get.wast
(;; STDOUT ;;;
out/test/spec/local_get.wast:149: assert_invalid passed:
  error: type mismatch in implicit return, expected [i64] but got [i32]
  000001d: error: EndFunctionBody callback failed
out/test/spec/local_get.wast:153: assert_invalid passed:
  error: type mismatch in i32.eqz, expected [i32] but got [f32]
  000001d: error: OnConvertExpr callback failed
out/test/spec/local_get.wast:157: assert_invalid passed:
  error: type mismatch in f64.neg, expected [f64] but got [i64]
  000001f: error: OnUnaryExpr callback failed
out/test/spec/local_get.wast:165: assert_invalid passed:
  error: type mismatch in implicit return, expected [i64] but got [i32]
  000001c: error: EndFunctionBody callback failed
out/test/spec/local_get.wast:169: assert_invalid passed:
  error: type mismatch in i32.eqz, expected [i32] but got [f32]
  000001c: error: OnConvertExpr callback failed
out/test/spec/local_get.wast:173: assert_invalid passed:
  error: type mismatch in f64.neg, expected [f64] but got [i64]
  000001d: error: OnUnaryExpr callback failed
out/test/spec/local_get.wast:178: assert_invalid passed:
  error: type mismatch in function, expected [] but got [i32]
  000001c: error: EndFunctionBody callback failed
out/test/spec/local_get.wast:182: assert_invalid passed:
  error: type mismatch in function, expected [] but got [i64]
  000001c: error: EndFunctionBody callback failed
out/test/spec/local_get.wast:186: assert_invalid passed:
  error: type mismatch in function, expected [] but got [f32]
  000001c: error: EndFunctionBody callback failed
out/test/spec/local_get.wast:190: assert_invalid passed:
  error: type mismatch in function, expected [] but got [f64]
  000001c: error: EndFunctionBody callback failed
out/test/spec/local_get.wast:198: assert_invalid passed:
  error: invalid local_index: 3 (max 2)
  000001d: error: OnLocalGetExpr callback failed
out/test/spec/local_get.wast:202: assert_invalid passed:
  error: invalid local_index: 14324343 (max 2)
  0000020: error: OnLocalGetExpr callback failed
out/test/spec/local_get.wast:207: assert_invalid passed:
  error: invalid local_index: 2 (max 2)
  000001b: error: OnLocalGetExpr callback failed
out/test/spec/local_get.wast:211: assert_invalid passed:
  error: invalid local_index: 714324343 (max 2)
  000001f: error: OnLocalGetExpr callback failed
out/test/spec/local_get.wast:216: assert_invalid passed:
  error: invalid local_index: 3 (max 3)
  000001e: error: OnLocalGetExpr callback failed
out/test/spec/local_get.wast:220: assert_invalid passed:
  error: invalid local_index: 214324343 (max 3)
  0000021: error: OnLocalGetExpr callback failed
35/35 tests passed.
;;; STDOUT ;;)