summaryrefslogtreecommitdiff
path: root/test/spec/globals.txt
blob: f3753469f61c1081b15508375011ea7833b6e302 (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
;;; TOOL: run-interp-spec
;;; STDIN_FILE: third_party/testsuite/globals.wast
(;; STDOUT ;;;
out/test/spec/globals.wast:243: assert_invalid passed:
  error: can't global.set on immutable global at index 0.
  0000026: error: OnGlobalSetExpr callback failed
out/test/spec/globals.wast:252: assert_invalid passed:
  0000013: error: expected END opcode after initializer expression
out/test/spec/globals.wast:257: assert_invalid passed:
  000000e: error: unexpected opcode in initializer expression: 0x20
out/test/spec/globals.wast:262: assert_invalid passed:
  0000013: error: expected END opcode after initializer expression
out/test/spec/globals.wast:267: assert_invalid passed:
  0000010: error: expected END opcode after initializer expression
out/test/spec/globals.wast:272: assert_invalid passed:
  000000e: error: unexpected opcode in initializer expression: 0x1
out/test/spec/globals.wast:277: assert_invalid passed:
  error: type mismatch in global, expected i32 but got f32.
  0000013: error: EndGlobalInitExpr callback failed
out/test/spec/globals.wast:282: assert_invalid passed:
  0000010: error: expected END opcode after initializer expression
out/test/spec/globals.wast:287: assert_invalid passed:
  error: type mismatch in global, expected i32 but got void.
  000000e: error: EndGlobalInitExpr callback failed
out/test/spec/globals.wast:292: assert_invalid passed:
  error: initializer expression can only reference an imported global
  000000f: error: OnInitExprGlobalGetExpr callback failed
out/test/spec/globals.wast:297: assert_invalid passed:
  error: initializer expression can only reference an imported global
  000000f: error: OnInitExprGlobalGetExpr callback failed
out/test/spec/globals.wast:305: assert_malformed passed:
  0000019: error: unable to read string: import field name
out/test/spec/globals.wast:318: assert_malformed passed:
  0000019: error: unable to read string: import field name
out/test/spec/globals.wast:335: assert_malformed passed:
  0000011: error: global mutability must be 0 or 1
out/test/spec/globals.wast:347: assert_malformed passed:
  0000011: error: global mutability must be 0 or 1
out/test/spec/globals.wast:361: assert_invalid passed:
  error: type mismatch in global.set, expected [i32] but got []
  0000021: error: OnGlobalSetExpr callback failed
out/test/spec/globals.wast:370: assert_invalid passed:
  error: type mismatch in global.set, expected [i32] but got []
  0000025: error: OnGlobalSetExpr callback failed
out/test/spec/globals.wast:380: assert_invalid passed:
  error: type mismatch in global.set, expected [i32] but got []
  0000025: error: OnGlobalSetExpr callback failed
out/test/spec/globals.wast:390: assert_invalid passed:
  error: type mismatch in global.set, expected [i32] but got []
  0000027: error: OnGlobalSetExpr callback failed
out/test/spec/globals.wast:400: assert_invalid passed:
  error: type mismatch in global.set, expected [i32] but got []
  000002a: error: OnGlobalSetExpr callback failed
out/test/spec/globals.wast:410: assert_invalid passed:
  error: type mismatch in global.set, expected [i32] but got []
  0000025: error: OnGlobalSetExpr callback failed
out/test/spec/globals.wast:420: assert_invalid passed:
  error: type mismatch in global.set, expected [i32] but got []
  0000025: error: OnGlobalSetExpr callback failed
out/test/spec/globals.wast:430: assert_invalid passed:
  error: type mismatch in global.set, expected [i32] but got []
  0000025: error: OnGlobalSetExpr callback failed
out/test/spec/globals.wast:440: assert_invalid passed:
  error: type mismatch in global.set, expected [i32] but got []
  0000021: error: OnGlobalSetExpr callback failed
out/test/spec/globals.wast:449: assert_invalid passed:
  error: type mismatch in global.set, expected [i32] but got []
  0000021: error: OnGlobalSetExpr callback failed
out/test/spec/globals.wast:458: assert_invalid passed:
  error: type mismatch in global.set, expected [i32] but got []
  0000027: error: OnGlobalSetExpr callback failed
out/test/spec/globals.wast:468: assert_invalid passed:
  error: type mismatch in global.set, expected [i32] but got []
  000003e: error: OnGlobalSetExpr callback failed
73/73 tests passed.
;;; STDOUT ;;)