You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -260,9 +260,9 @@ description: Node.js v22 test/parallel/ conformance results for the secure-exec
260
260
-`test-https-*.js` — https depends on tls — most tests fail on missing TLS fixture files or crypto API gaps
261
261
-`test-http2-*.js` — http2 module bridged via kernel — most tests fail on API gaps, missing fixtures, or protocol handling
262
262
263
-
*698 individual tests — see expectations.json for full list.*
263
+
*699 individual tests — see expectations.json for full list.*
264
264
265
-
### unsupported-module (190 entries)
265
+
### unsupported-module (191 entries)
266
266
267
267
**Glob patterns:**
268
268
@@ -278,7 +278,7 @@ description: Node.js v22 test/parallel/ conformance results for the secure-exec
278
278
-`test-debugger-*.js` — debugger protocol requires inspector which is Tier 5 (Unsupported)
279
279
-`test-quic-*.js` — QUIC protocol depends on tls which is Tier 4 (Deferred)
280
280
281
-
<Accordiontitle="179 individual tests">
281
+
<Accordiontitle="180 individual tests">
282
282
283
283
| Test | Reason |
284
284
| --- | --- |
@@ -458,6 +458,7 @@ description: Node.js v22 test/parallel/ conformance results for the secure-exec
458
458
|`test-util-text-decoder.js`| requires node:test module which is not available in sandbox |
459
459
|`test-warn-stream-wrap.js`| require('_stream_wrap') module not registered in sandbox — _stream_wrap is an internal Node.js alias not exposed through readable-stream polyfill |
460
460
|`test-vm-timeout.js`| hangs — vm.runInNewContext with timeout blocks waiting for vm module (not available) |
461
+
|`test-crypto-worker-thread.js`| requires worker_threads module which is Tier 4 (Deferred) |
461
462
|`test-assert-fail-deprecation.js`| requires 'test' module (node:test) which is not available in sandbox |
462
463
|`test-buffer-resizable.js`| requires 'test' module (node:test) which is not available in sandbox |
463
464
|`test-stream-consumers.js`| stream/consumers submodule not available in stream polyfill |
@@ -800,9 +801,9 @@ description: Node.js v22 test/parallel/ conformance results for the secure-exec
800
801
801
802
</Accordion>
802
803
803
-
### vacuous-skip (34 entries)
804
+
### vacuous-skip (33 entries)
804
805
805
-
<Accordiontitle="34 individual tests">
806
+
<Accordiontitle="33 individual tests">
806
807
807
808
| Test | Reason |
808
809
| --- | --- |
@@ -813,7 +814,6 @@ description: Node.js v22 test/parallel/ conformance results for the secure-exec
813
814
|`test-crypto-keygen-empty-passphrase-no-error.js`| vacuous pass — test self-skips via common.skip() because common.hasCrypto is false |
814
815
|`test-crypto-keygen-missing-oid.js`| vacuous pass — test self-skips via common.skip() because common.hasCrypto is false |
815
816
|`test-crypto-keygen-promisify.js`| vacuous pass — test self-skips via common.skip() because common.hasCrypto is false |
816
-
|`test-crypto-no-algorithm.js`| vacuous pass — test self-skips via common.skip() because common.hasCrypto is false |
817
817
|`test-crypto-op-during-process-exit.js`| vacuous pass — test self-skips via common.skip() because common.hasCrypto is false |
818
818
|`test-crypto-padding-aes256.js`| vacuous pass — test self-skips via common.skip() because common.hasCrypto is false |
819
819
|`test-crypto-publicDecrypt-fails-first-time.js`| vacuous pass — test self-skips via common.skip() because common.hasCrypto is false |
0 commit comments