blob: f7d84da63bdab21221b4934fdc28b3b5f0e4fc72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# SKIP: leaks memory when function is exported twice with different names
# EXE: test/run-d8.py
# FLAGS: --spec
# STDIN_FILE: third_party/spec/ml-proto/test/exports.wasm
# STDOUT:
assert_invalid error:
third_party/spec/ml-proto/test/exports.wasm:5:44: function variable out of range (max 1)
assert_invalid error:
third_party/spec/ml-proto/test/exports.wasm:8:76: duplicate function export "a"
assert_invalid error:
third_party/spec/ml-proto/test/exports.wasm:11:55: duplicate function export "a"
instantiating module
0/0 tests passed.
instantiating module
0/0 tests passed.
instantiating module
0/0 tests passed.
instantiating module
$assert_eq_0 OK
1/1 tests passed.
|