Skip to content

Commit 88c3137

Browse files
committed
update test status
1 parent 7e36e0d commit 88c3137

File tree

1 file changed

+56
-9
lines changed

1 file changed

+56
-9
lines changed

test/wpt/status/wasm/jsapi.json

Lines changed: 56 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,67 @@
22
"esm-integration/global-exports-live-bindings.tentative.any.js": {
33
"skip": "Live bindings unsupported pending V8 WebAssemblyModuleRecord"
44
},
5-
"esm-integration/v128-tdz.tentative.any.js": {
6-
"skip": "v128 undefined Wasm bindings not yet supported in V8"
7-
},
85
"esm-integration/namespace-instance.tentative.any.js": {
96
"skip": "pending https://github.com/nodejs/node/pull/59024"
107
},
11-
"esm-integration/reserved-import-names.tentative.any.js": {
12-
"skip": "pending https://github.com/nodejs/node/pull/59020"
8+
"esm-integration/source-phase.tentative.any.js": {
9+
"fail": {
10+
"expected": [
11+
"Source phase identities"
12+
]
13+
}
1314
},
14-
"esm-integration/source-phase-string-builtins.tentative.any.js": {
15-
"skip": "pending https://github.com/nodejs/node/pull/59020"
15+
"esm-integration/v128-tdz.tentative.any.js": {
16+
"skip": "v128 undefined Wasm bindings not yet supported in V8"
1617
},
17-
"esm-integration/string-builtins.tentative.any.js": {
18-
"skip": "pending https://github.com/nodejs/node/pull/59020"
18+
"global/value-get-set.any.js": {
19+
"fail": {
20+
"expected": [
21+
"Calling setter without argument"
22+
]
23+
}
24+
},
25+
"memory/to-fixed-length-buffer-shared.any.js": {
26+
"fail": {
27+
"expected": [
28+
"toFixedLengthBuffer caching behavior"
29+
]
30+
}
31+
},
32+
"memory/to-fixed-length-buffer.any.js": {
33+
"fail": {
34+
"expected": [
35+
"API surface",
36+
"toFixedLengthBuffer caching behavior"
37+
]
38+
}
39+
},
40+
"memory/to-resizable-buffer-shared.any.js": {
41+
"fail": {
42+
"expected": [
43+
"toResizableBuffer caching behavior",
44+
"toResizableBuffer max size",
45+
"Resizing a Memory's resizable buffer"
46+
]
47+
}
48+
},
49+
"memory/to-resizable-buffer.any.js": {
50+
"fail": {
51+
"expected": [
52+
"API surface",
53+
"toResizableBuffer caching behavior",
54+
"toResizableBuffer max size",
55+
"Resizing a Memory's resizable buffer",
56+
"Resizable buffers from Memory cannot be detached by JS"
57+
]
58+
}
59+
},
60+
"module/moduleSource.tentative.any.js": {
61+
"fail": {
62+
"expected": [
63+
"AbstractModuleSourceProto toStringTag brand check"
64+
]
65+
}
1966
},
2067
"exception/getArg.tentative.any.js": {
2168
"skip": "track - still tentative / unsupported"

0 commit comments

Comments
 (0)