-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwasi-p3-testsuite-skip.json
More file actions
45 lines (45 loc) · 4.59 KB
/
wasi-p3-testsuite-skip.json
File metadata and controls
45 lines (45 loc) · 4.59 KB
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
{
"_comment": "Skip-list for `zig build wasi-p3-testsuite`. Every Rust p3 fixture currently fails under the AOT-only `wamr run` policy introduced in #644 / #661: the failing core modules import canon-lower trampolines from sibling cores that the AOT host bridge does not yet wire. Tracked in #662. Drop entries as #662 lands the cross-instance function-import plumbing. Suite key matches `tests/wasi-testsuite/tests/rust/testsuite/wasm32-wasip3/manifest.json` `name`.",
"WASI Rust tests [wasm32-wasip3]": {
"cli-env": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"cli-exit": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"cli-stdio": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"cli-stdio-roundtrip": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"cli-terminal": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"filesystem-advise": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"filesystem-dotdot": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"filesystem-flags-and-type": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"filesystem-hard-links": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"filesystem-io": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"filesystem-is-same-object": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"filesystem-metadata-hash": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"filesystem-mkdir-rmdir": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"filesystem-open-errors": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"filesystem-read-directory": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"filesystem-rename": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"filesystem-set-size": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"filesystem-stat": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"filesystem-unlink-errors": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"http-fields": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"http-request": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"http-response": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"http-service": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"monotonic-clock": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"multi-clock-wait": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"random": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"run-with-err": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"sockets-echo": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"sockets-tcp-bind": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"sockets-tcp-connect": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"sockets-tcp-listen": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"sockets-tcp-properties": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"sockets-tcp-receive": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"sockets-tcp-send": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"sockets-udp-bind": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"sockets-udp-connect": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"sockets-udp-properties": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"sockets-udp-receive": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"sockets-udp-send": "AOT host bridge does not yet wire cross-instance function imports (#662)",
"wall-clock": "AOT host bridge does not yet wire cross-instance function imports (#662)"
}
}