|
2 | 2 | "esm-integration/global-exports-live-bindings.tentative.any.js": { |
3 | 3 | "skip": "Live bindings unsupported pending V8 WebAssemblyModuleRecord" |
4 | 4 | }, |
5 | | - "esm-integration/v128-tdz.tentative.any.js": { |
6 | | - "skip": "v128 undefined Wasm bindings not yet supported in V8" |
7 | | - }, |
8 | 5 | "esm-integration/namespace-instance.tentative.any.js": { |
9 | 6 | "skip": "pending https://github.com/nodejs/node/pull/59024" |
10 | 7 | }, |
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 | + } |
13 | 14 | }, |
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" |
16 | 17 | }, |
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 | + } |
19 | 66 | }, |
20 | 67 | "exception/getArg.tentative.any.js": { |
21 | 68 | "skip": "track - still tentative / unsupported" |
|
0 commit comments