blob: bee5356a4435d9a552120dff76d22db9e1837f82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
;;; RUN: %(spectest-interp)s %(in_file)s
;;; ERROR: 1
{
"source_filename": "test.wast",
"commands": [
{"type": "module", "line": 1, "filename": "test.0.wasm"},
{
"type": "assert_return",
"line": 3,
"action": {"type": "invoke", "field": "f", "args": []},
"expected": [{"type": "i32", "value": "xx"}]
}
]
}
(;; STDERR ;;;
out/test/spectest-interp-invalid-literal.txt:11:49: invalid i32 literal
;;; STDERR ;;)
|