2023-02-17 09:58:52 -05:00
|
|
|
{
|
|
|
|
"nodeVersion": "18.12.1",
|
2023-02-20 10:35:04 -05:00
|
|
|
"ignore": {
|
2023-05-23 14:56:29 -04:00
|
|
|
"common": ["index.js", "internet.js"],
|
2023-02-20 10:35:04 -05:00
|
|
|
"fixtures": [
|
|
|
|
"child-process-spawn-node.js",
|
|
|
|
"echo.js",
|
|
|
|
"elipses.txt",
|
|
|
|
"empty.txt",
|
|
|
|
"exit.js",
|
2024-09-12 15:24:58 -04:00
|
|
|
"parent-process-nonpersistent.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"print-chars.js",
|
|
|
|
"x.txt"
|
|
|
|
],
|
|
|
|
"internet": [
|
|
|
|
"test-dns-any.js",
|
|
|
|
"test-dns-ipv4.js",
|
|
|
|
"test-dns-ipv6.js",
|
|
|
|
"test-dns.js"
|
|
|
|
],
|
|
|
|
"parallel": [
|
|
|
|
"test-assert.js",
|
2024-06-18 06:46:13 -04:00
|
|
|
"test-blocklist.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-buffer-alloc.js",
|
|
|
|
"test-buffer-arraybuffer.js",
|
|
|
|
"test-buffer-from.js",
|
|
|
|
"test-buffer-includes.js",
|
|
|
|
"test-buffer-indexof.js",
|
2024-09-12 15:24:58 -04:00
|
|
|
"test-child-process-detached.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-child-process-exec-abortcontroller-promisified.js",
|
|
|
|
"test-child-process-exec-encoding.js",
|
|
|
|
"test-child-process-exec-kill-throws.js",
|
|
|
|
"test-child-process-exec-maxbuf.js",
|
|
|
|
"test-child-process-exec-std-encoding.js",
|
2023-04-18 20:10:01 -04:00
|
|
|
// TODO(bartlomieju): this test was flaky on macOS CI
|
|
|
|
// "test-child-process-exec-timeout-expire.js",
|
2023-04-24 09:55:06 -04:00
|
|
|
// TODO(bartlomieju): this test was flaky on macOS CI
|
|
|
|
// "test-child-process-exec-timeout-kill.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-child-process-exec-timeout-not-expired.js",
|
|
|
|
"test-child-process-execfile.js",
|
|
|
|
"test-child-process-execsync-maxbuf.js",
|
|
|
|
"test-child-process-exit-code.js",
|
2023-12-13 05:14:16 -05:00
|
|
|
// TODO(littledivy): windows ipc streams not yet implemented
|
|
|
|
"test-child-process-fork-ref.js",
|
|
|
|
"test-child-process-fork-ref2.js",
|
2024-09-24 19:44:34 -04:00
|
|
|
// TODO(bartlomieju): this test is very flaky on CI
|
|
|
|
// https://github.com/denoland/deno/issues/25855
|
|
|
|
// "test-child-process-ipc-next-tick.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-child-process-ipc.js",
|
|
|
|
"test-child-process-spawnsync-env.js",
|
|
|
|
"test-child-process-stdio-inherit.js",
|
|
|
|
"test-child-process-stdout-flush-exit.js",
|
|
|
|
"test-child-process-stdout-flush.js",
|
|
|
|
"test-console-instance.js",
|
2023-05-15 13:41:53 -04:00
|
|
|
"test-crypto-dh.js",
|
2023-04-17 11:36:49 -04:00
|
|
|
"test-crypto-hkdf.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-crypto-hmac.js",
|
2024-07-05 04:10:22 -04:00
|
|
|
"test-crypto-pbkdf2.js",
|
2023-04-17 11:36:49 -04:00
|
|
|
"test-crypto-prime.js",
|
2023-04-24 22:21:26 -04:00
|
|
|
"test-crypto-stream.js",
|
2023-04-17 11:36:49 -04:00
|
|
|
"test-crypto-x509.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-dgram-custom-lookup.js",
|
|
|
|
"test-dgram-ipv6only.js",
|
|
|
|
"test-dgram-send-cb-quelches-error.js",
|
|
|
|
"test-dgram-socket-buffer-size.js",
|
|
|
|
"test-dns-lookup.js",
|
|
|
|
"test-dns-resolveany.js",
|
|
|
|
"test-dns.js",
|
|
|
|
"test-event-emitter-max-listeners.js",
|
|
|
|
"test-event-emitter-no-error-provided-to-error-event.js",
|
|
|
|
"test-event-emitter-prepend.js",
|
|
|
|
"test-events-once.js",
|
|
|
|
"test-fs-append-file.js",
|
|
|
|
"test-fs-chmod-mask.js",
|
|
|
|
"test-fs-chmod.js",
|
|
|
|
"test-fs-mkdir.js",
|
|
|
|
"test-fs-open.js",
|
|
|
|
"test-fs-opendir.js",
|
2024-06-02 21:12:52 -04:00
|
|
|
"test-fs-read-stream.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-fs-rmdir-recursive.js",
|
|
|
|
"test-fs-write-file.js",
|
2023-09-30 04:14:48 -04:00
|
|
|
"test-http-url.parse-https.request.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-net-better-error-messages-path.js",
|
|
|
|
"test-net-connect-buffer.js",
|
|
|
|
"test-net-connect-buffer2.js",
|
|
|
|
"test-net-end-close.js",
|
|
|
|
"test-net-listen-invalid-port.js",
|
|
|
|
"test-net-server-call-listen-multiple-times.js",
|
|
|
|
"test-net-server-listen-path.js",
|
|
|
|
"test-net-server-try-ports.js",
|
|
|
|
"test-net-socket-timeout.js",
|
|
|
|
"test-net-write-arguments.js",
|
2024-07-23 23:12:08 -04:00
|
|
|
// TODO(nathanwhit): Disable os.userInfo is slightly incorrect
|
|
|
|
// "test-os.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-path-resolve.js",
|
|
|
|
"test-querystring.js",
|
|
|
|
"test-readline-interface.js",
|
|
|
|
"test-stdin-from-file-spawn.js",
|
2023-11-24 21:35:36 -05:00
|
|
|
"test-stream-duplex-from.js",
|
2023-10-30 11:53:08 -04:00
|
|
|
"test-ttywrap-invalid-fd.js",
|
2024-06-11 07:41:44 -04:00
|
|
|
"test-url-parse-invalid-input.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-url-urltooptions.js",
|
|
|
|
"test-util-format.js",
|
|
|
|
"test-util-inspect-namespace.js",
|
|
|
|
"test-util-inspect-proxy.js",
|
|
|
|
"test-util-inspect.js",
|
|
|
|
"test-util-isDeepStrictEqual.js",
|
|
|
|
"test-util-promisify.js",
|
|
|
|
"test-util-types.js",
|
|
|
|
"test-util.js",
|
2024-09-10 17:50:21 -04:00
|
|
|
"test-v8-serdes.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-webcrypto-sign-verify.js",
|
|
|
|
"test-whatwg-url-properties.js",
|
2024-03-10 19:23:06 -04:00
|
|
|
// needs replace ".on" => ".addEventListener" in L29
|
|
|
|
"test-worker-message-port-receive-message.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-zlib-convenience-methods.js",
|
|
|
|
"test-zlib-empty-buffer.js",
|
|
|
|
"test-zlib-invalid-input.js",
|
|
|
|
"test-zlib-random-byte-pipes.js",
|
|
|
|
"test-zlib-write-after-flush.js",
|
|
|
|
"test-zlib-zero-byte.js",
|
|
|
|
"test-zlib-zero-windowBits.js"
|
|
|
|
],
|
2023-03-21 09:38:07 -04:00
|
|
|
"pummel": [],
|
2023-12-13 05:14:16 -05:00
|
|
|
"sequential": ["test-child-process-exit.js"]
|
2023-02-20 10:35:04 -05:00
|
|
|
},
|
2023-02-17 09:58:52 -05:00
|
|
|
"tests": {
|
2023-02-20 10:35:04 -05:00
|
|
|
"common": [
|
|
|
|
"child_process.js",
|
|
|
|
"countdown.js",
|
|
|
|
"dns.js",
|
|
|
|
"duplexpair.js",
|
|
|
|
"fixtures.js",
|
2023-03-21 09:38:07 -04:00
|
|
|
"hijackstdio.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"index.mjs",
|
2023-05-23 14:56:29 -04:00
|
|
|
"internet.js",
|
|
|
|
"tmpdir.js"
|
2023-02-20 10:35:04 -05:00
|
|
|
],
|
|
|
|
"fixtures": [
|
|
|
|
"a.js",
|
|
|
|
"child_process_should_emit_error.js",
|
2024-09-12 15:24:58 -04:00
|
|
|
"child-process-persistent.js",
|
2024-06-24 05:47:12 -04:00
|
|
|
"child-process-spawn-node.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"echo.js",
|
|
|
|
"elipses.txt",
|
|
|
|
"empty.txt",
|
|
|
|
"exit.js",
|
2024-06-24 05:47:12 -04:00
|
|
|
"GH-1899-output.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"loop.js",
|
|
|
|
"print-chars.js",
|
2024-06-24 05:47:12 -04:00
|
|
|
"sample.png",
|
2023-02-20 10:35:04 -05:00
|
|
|
"x.txt"
|
|
|
|
],
|
2023-12-13 05:14:16 -05:00
|
|
|
"fixtures/keys": ["agent1-cert.pem", "agent1-key.pem", "ca1-cert.pem"],
|
2023-02-20 10:35:04 -05:00
|
|
|
"internet": [
|
|
|
|
"test-dns-any.js",
|
|
|
|
"test-dns-idna2008.js",
|
|
|
|
"test-dns-ipv4.js",
|
|
|
|
"test-dns-ipv6.js",
|
|
|
|
"test-dns-lookup.js",
|
|
|
|
"test-dns-promises-resolve.js",
|
|
|
|
"test-dns-regress-6244.js",
|
|
|
|
"test-dns-setserver-in-callback-of-resolve4.js",
|
2023-05-29 17:05:45 -04:00
|
|
|
"test-dns.js",
|
|
|
|
"test-http-https-default-ports.js"
|
2023-02-20 10:35:04 -05:00
|
|
|
],
|
2023-02-17 09:58:52 -05:00
|
|
|
"parallel": [
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-assert-async.js",
|
2023-02-17 09:58:52 -05:00
|
|
|
"test-assert-fail.js",
|
|
|
|
"test-assert-strict-exists.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-assert.js",
|
|
|
|
"test-bad-unicode.js",
|
2024-06-18 06:46:13 -04:00
|
|
|
"test-blocklist.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-btoa-atob.js",
|
2023-10-07 22:09:50 -04:00
|
|
|
"test-buffer-alloc.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-buffer-arraybuffer.js",
|
|
|
|
"test-buffer-ascii.js",
|
|
|
|
"test-buffer-badhex.js",
|
|
|
|
"test-buffer-bigint64.js",
|
|
|
|
"test-buffer-bytelength.js",
|
|
|
|
"test-buffer-compare-offset.js",
|
|
|
|
"test-buffer-concat.js",
|
|
|
|
"test-buffer-constants.js",
|
|
|
|
"test-buffer-copy.js",
|
|
|
|
"test-buffer-equals.js",
|
|
|
|
"test-buffer-failed-alloc-typed-arrays.js",
|
|
|
|
"test-buffer-fakes.js",
|
|
|
|
"test-buffer-from.js",
|
|
|
|
"test-buffer-includes.js",
|
2023-10-07 22:09:50 -04:00
|
|
|
"test-buffer-indexof.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-buffer-inheritance.js",
|
2024-05-21 18:50:59 -04:00
|
|
|
"test-buffer-isascii.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-buffer-isencoding.js",
|
2024-05-21 18:50:59 -04:00
|
|
|
"test-buffer-isutf8.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-buffer-iterator.js",
|
|
|
|
"test-buffer-new.js",
|
|
|
|
"test-buffer-no-negative-allocation.js",
|
|
|
|
"test-buffer-nopendingdep-map.js",
|
|
|
|
"test-buffer-of-no-deprecation.js",
|
|
|
|
"test-buffer-over-max-length.js",
|
|
|
|
"test-buffer-parent-property.js",
|
|
|
|
"test-buffer-read.js",
|
|
|
|
"test-buffer-readdouble.js",
|
|
|
|
"test-buffer-readfloat.js",
|
|
|
|
"test-buffer-readint.js",
|
|
|
|
"test-buffer-readuint.js",
|
|
|
|
"test-buffer-safe-unsafe.js",
|
|
|
|
"test-buffer-slice.js",
|
|
|
|
"test-buffer-slow.js",
|
|
|
|
"test-buffer-swap.js",
|
|
|
|
"test-buffer-tojson.js",
|
|
|
|
"test-buffer-tostring-range.js",
|
|
|
|
"test-buffer-tostring-rangeerror.js",
|
|
|
|
"test-buffer-tostring.js",
|
|
|
|
"test-buffer-writedouble.js",
|
|
|
|
"test-buffer-writefloat.js",
|
|
|
|
"test-buffer-writeint.js",
|
|
|
|
"test-buffer-writeuint.js",
|
|
|
|
"test-buffer-zero-fill-cli.js",
|
|
|
|
"test-buffer-zero-fill-reset.js",
|
|
|
|
"test-buffer-zero-fill.js",
|
2023-04-18 18:32:21 -04:00
|
|
|
// TODO(bartlomieju): this test was flaky on macOS CI
|
|
|
|
// "test-child-process-can-write-to-stdout.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-child-process-default-options.js",
|
|
|
|
"test-child-process-double-pipe.js",
|
|
|
|
"test-child-process-exec-abortcontroller-promisified.js",
|
|
|
|
"test-child-process-exec-cwd.js",
|
|
|
|
"test-child-process-exec-env.js",
|
|
|
|
"test-child-process-exec-error.js",
|
|
|
|
"test-child-process-exec-kill-throws.js",
|
|
|
|
"test-child-process-exec-maxbuf.js",
|
|
|
|
"test-child-process-exec-stdout-stderr-data-string.js",
|
2023-04-18 20:10:01 -04:00
|
|
|
// TODO(bartlomieju): this test was flaky on macOS CI
|
|
|
|
// "test-child-process-exec-timeout-expire.js",
|
2023-04-24 09:55:06 -04:00
|
|
|
// TODO(bartlomieju): this test was flaky on macOS CI
|
|
|
|
// "test-child-process-exec-timeout-kill.js",
|
2023-04-18 18:32:21 -04:00
|
|
|
// TODO(bartlomieju): this test was flaky on macOS CI
|
|
|
|
// "test-child-process-execFile-promisified-abortController.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-child-process-execfile-maxbuf.js",
|
|
|
|
"test-child-process-execfilesync-maxbuf.js",
|
|
|
|
"test-child-process-execsync-maxbuf.js",
|
|
|
|
"test-child-process-flush-stdio.js",
|
|
|
|
"test-child-process-kill.js",
|
|
|
|
"test-child-process-set-blocking.js",
|
|
|
|
"test-child-process-spawn-args.js",
|
|
|
|
"test-child-process-spawn-event.js",
|
|
|
|
"test-child-process-spawnsync-args.js",
|
|
|
|
"test-child-process-spawnsync-maxbuf.js",
|
|
|
|
"test-child-process-spawnsync-validation-errors.js",
|
|
|
|
"test-child-process-spawnsync.js",
|
2023-05-27 09:42:20 -04:00
|
|
|
// TODO(crowlKats): socket is not yet polyfilled
|
|
|
|
// "test-client-request-destroy.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-console-async-write-error.js",
|
|
|
|
"test-console-group.js",
|
|
|
|
"test-console-log-stdio-broken-dest.js",
|
|
|
|
"test-console-log-throw-primitive.js",
|
|
|
|
"test-console-no-swallow-stack-overflow.js",
|
|
|
|
"test-console-sync-write-error.js",
|
|
|
|
"test-console-table.js",
|
2023-03-30 11:33:28 -04:00
|
|
|
"test-console-tty-colors.js",
|
2023-05-15 18:07:58 -04:00
|
|
|
"test-crypto-dh-shared.js",
|
2023-05-15 13:41:53 -04:00
|
|
|
"test-crypto-dh.js",
|
2024-06-24 05:47:12 -04:00
|
|
|
"test-crypto-hash.js",
|
2023-04-06 12:56:56 -04:00
|
|
|
"test-crypto-hkdf.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-crypto-hmac.js",
|
2024-07-05 04:10:22 -04:00
|
|
|
"test-crypto-pbkdf2.js",
|
2023-03-28 06:56:38 -04:00
|
|
|
"test-crypto-prime.js",
|
2023-04-06 09:09:25 -04:00
|
|
|
"test-crypto-secret-keygen.js",
|
2023-04-24 22:21:26 -04:00
|
|
|
"test-crypto-stream.js",
|
2023-04-18 08:04:51 -04:00
|
|
|
"test-crypto-update-encoding.js",
|
2023-04-07 13:24:16 -04:00
|
|
|
"test-crypto-x509.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-dgram-close-during-bind.js",
|
|
|
|
"test-dgram-close-signal.js",
|
|
|
|
"test-diagnostics-channel-has-subscribers.js",
|
2024-06-14 18:07:02 -04:00
|
|
|
"test-diagnostics-channel-net.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-diagnostics-channel-object-channel-pub-sub.js",
|
|
|
|
"test-diagnostics-channel-pub-sub.js",
|
|
|
|
"test-diagnostics-channel-symbol-named.js",
|
2024-06-14 18:07:02 -04:00
|
|
|
"test-diagnostics-channel-sync-unsubscribe.js",
|
|
|
|
"test-diagnostics-channel-tracing-channel-args-types.js",
|
|
|
|
"test-diagnostics-channel-tracing-channel-callback-run-stores.js",
|
|
|
|
"test-diagnostics-channel-tracing-channel-promise-run-stores.js",
|
|
|
|
"test-diagnostics-channel-tracing-channel-sync-error.js",
|
|
|
|
"test-diagnostics-channel-tracing-channel-sync.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-diagnostics-channel-udp.js",
|
|
|
|
"test-dns-lookup.js",
|
|
|
|
"test-dns-memory-error.js",
|
|
|
|
"test-dns-promises-exists.js",
|
|
|
|
"test-dns-resolvens-typeerror.js",
|
|
|
|
"test-dns-setservers-type-check.js",
|
|
|
|
"test-eval-strict-referenceerror.js",
|
|
|
|
"test-eval.js",
|
|
|
|
"test-event-emitter-add-listeners.js",
|
|
|
|
"test-event-emitter-emit-context.js",
|
|
|
|
"test-event-emitter-error-monitor.js",
|
|
|
|
"test-event-emitter-errors.js",
|
|
|
|
"test-event-emitter-get-max-listeners.js",
|
|
|
|
"test-event-emitter-invalid-listener.js",
|
|
|
|
"test-event-emitter-listener-count.js",
|
|
|
|
"test-event-emitter-listeners-side-effects.js",
|
|
|
|
"test-event-emitter-listeners.js",
|
|
|
|
"test-event-emitter-max-listeners.js",
|
|
|
|
"test-event-emitter-method-names.js",
|
|
|
|
"test-event-emitter-modify-in-emit.js",
|
|
|
|
"test-event-emitter-no-error-provided-to-error-event.js",
|
|
|
|
"test-event-emitter-num-args.js",
|
|
|
|
"test-event-emitter-once.js",
|
|
|
|
"test-event-emitter-prepend.js",
|
|
|
|
"test-event-emitter-remove-all-listeners.js",
|
|
|
|
"test-event-emitter-remove-listeners.js",
|
|
|
|
"test-event-emitter-set-max-listeners-side-effects.js",
|
|
|
|
"test-event-emitter-special-event-names.js",
|
|
|
|
"test-event-emitter-subclass.js",
|
|
|
|
"test-event-emitter-symbols.js",
|
|
|
|
"test-events-list.js",
|
|
|
|
"test-events-on-async-iterator.js",
|
|
|
|
"test-events-once.js",
|
|
|
|
"test-events-uncaught-exception-stack.js",
|
|
|
|
"test-eventtarget-brandcheck.js",
|
|
|
|
"test-exception-handler.js",
|
|
|
|
"test-exception-handler2.js",
|
|
|
|
"test-file-read-noexist.js",
|
|
|
|
"test-file-write-stream.js",
|
|
|
|
"test-file-write-stream2.js",
|
|
|
|
"test-file-write-stream3.js",
|
|
|
|
"test-file-write-stream4.js",
|
|
|
|
"test-fs-access.js",
|
|
|
|
"test-fs-append-file-sync.js",
|
|
|
|
"test-fs-append-file.js",
|
|
|
|
"test-fs-chmod-mask.js",
|
|
|
|
"test-fs-chmod.js",
|
|
|
|
"test-fs-chown-type-check.js",
|
|
|
|
"test-fs-copyfile.js",
|
|
|
|
"test-fs-empty-readStream.js",
|
2024-07-05 14:32:51 -04:00
|
|
|
"test-fs-lchown.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-fs-mkdir.js",
|
|
|
|
"test-fs-open-flags.js",
|
|
|
|
"test-fs-open-mode-mask.js",
|
|
|
|
"test-fs-open-no-close.js",
|
|
|
|
"test-fs-open-numeric-flags.js",
|
|
|
|
"test-fs-open.js",
|
|
|
|
"test-fs-opendir.js",
|
2024-09-11 05:08:40 -04:00
|
|
|
"test-fs-promises-writefile-with-fd.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-fs-read-stream-autoClose.js",
|
|
|
|
"test-fs-read-stream-concurrent-reads.js",
|
|
|
|
"test-fs-read-stream-double-close.js",
|
|
|
|
"test-fs-read-stream-encoding.js",
|
|
|
|
"test-fs-read-stream-fd.js",
|
|
|
|
"test-fs-read-stream-inherit.js",
|
|
|
|
"test-fs-read-stream-patch-open.js",
|
|
|
|
"test-fs-read-stream-resume.js",
|
|
|
|
"test-fs-read-stream-throw-type-error.js",
|
|
|
|
"test-fs-read-stream.js",
|
|
|
|
"test-fs-read-type.js",
|
|
|
|
"test-fs-read-zero-length.js",
|
|
|
|
"test-fs-read.js",
|
|
|
|
"test-fs-readdir-stack-overflow.js",
|
|
|
|
"test-fs-readdir.js",
|
|
|
|
"test-fs-readfile-empty.js",
|
2024-04-01 23:42:49 -04:00
|
|
|
"test-fs-readv-sync.js",
|
|
|
|
"test-fs-readv.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-fs-realpath-native.js",
|
|
|
|
"test-fs-rmdir-recursive-sync-warns-not-found.js",
|
|
|
|
"test-fs-rmdir-recursive-sync-warns-on-file.js",
|
|
|
|
"test-fs-rmdir-recursive-throws-not-found.js",
|
|
|
|
"test-fs-rmdir-recursive-throws-on-file.js",
|
|
|
|
"test-fs-rmdir-recursive-warns-not-found.js",
|
|
|
|
"test-fs-rmdir-recursive-warns-on-file.js",
|
|
|
|
"test-fs-rmdir-recursive.js",
|
|
|
|
"test-fs-rmdir-type-check.js",
|
2024-07-02 22:33:32 -04:00
|
|
|
"test-fs-utimes.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-fs-watchfile.js",
|
|
|
|
"test-fs-write-buffer.js",
|
|
|
|
"test-fs-write-file-buffer.js",
|
|
|
|
"test-fs-write-file-invalid-path.js",
|
|
|
|
"test-fs-write-file-sync.js",
|
|
|
|
"test-fs-write-file.js",
|
|
|
|
"test-fs-write-no-fd.js",
|
|
|
|
"test-fs-write-stream-autoclose-option.js",
|
|
|
|
"test-fs-write-stream-close-without-callback.js",
|
|
|
|
"test-fs-write-stream-double-close.js",
|
|
|
|
"test-fs-write-stream-end.js",
|
|
|
|
"test-fs-write-stream-fs.js",
|
|
|
|
"test-fs-write-stream-throw-type-error.js",
|
|
|
|
"test-fs-write-stream.js",
|
|
|
|
"test-fs-write-sync.js",
|
|
|
|
"test-fs-write.js",
|
|
|
|
"test-fs-writev-sync.js",
|
|
|
|
"test-handle-wrap-close-abort.js",
|
|
|
|
"test-http-agent-getname.js",
|
|
|
|
"test-http-client-get-url.js",
|
|
|
|
"test-http-client-read-in-error.js",
|
2023-04-22 07:20:00 -04:00
|
|
|
// TODO(lev): ClientRequest.socket is not polyfilled so this test keeps
|
|
|
|
// failing
|
|
|
|
//"test-http-client-set-timeout.js",
|
2024-03-10 18:46:05 -04:00
|
|
|
"test-http-header-validators.js",
|
2023-04-18 03:00:51 -04:00
|
|
|
"test-http-localaddress.js",
|
2023-05-16 19:20:32 -04:00
|
|
|
// TODO(bartlomieju): temporarily disabled while we iterate on the HTTP client
|
|
|
|
// "test-http-outgoing-buffer.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-http-outgoing-internal-headernames-getter.js",
|
|
|
|
"test-http-outgoing-internal-headernames-setter.js",
|
|
|
|
"test-http-outgoing-internal-headers.js",
|
2023-05-16 19:20:32 -04:00
|
|
|
// TODO(bartlomieju): temporarily disabled while we iterate on the HTTP client
|
|
|
|
// "test-http-outgoing-message-inheritance.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-http-outgoing-renderHeaders.js",
|
|
|
|
"test-http-outgoing-settimeout.js",
|
2023-09-30 04:14:48 -04:00
|
|
|
"test-http-url.parse-https.request.js",
|
|
|
|
"test-http-url.parse-only-support-http-https-protocol.js",
|
2024-10-02 04:23:14 -04:00
|
|
|
"test-icu-transcode.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-net-access-byteswritten.js",
|
|
|
|
"test-net-better-error-messages-listen-path.js",
|
|
|
|
"test-net-better-error-messages-path.js",
|
|
|
|
"test-net-better-error-messages-port-hostname.js",
|
|
|
|
"test-net-connect-after-destroy.js",
|
|
|
|
"test-net-connect-destroy.js",
|
|
|
|
"test-net-connect-immediate-destroy.js",
|
|
|
|
"test-net-connect-immediate-finish.js",
|
|
|
|
"test-net-connect-no-arg.js",
|
|
|
|
"test-net-dns-error.js",
|
|
|
|
"test-net-during-close.js",
|
|
|
|
"test-net-end-close.js",
|
|
|
|
"test-net-end-without-connect.js",
|
|
|
|
"test-net-isip.js",
|
|
|
|
"test-net-isipv4.js",
|
|
|
|
"test-net-isipv6.js",
|
|
|
|
"test-net-listen-close-server-callback-is-not-function.js",
|
|
|
|
"test-net-listen-close-server.js",
|
|
|
|
"test-net-listen-invalid-port.js",
|
|
|
|
"test-net-listening.js",
|
|
|
|
"test-net-localerror.js",
|
|
|
|
"test-net-options-lookup.js",
|
|
|
|
"test-net-pipe-connect-errors.js",
|
|
|
|
"test-net-server-listen-options-signal.js",
|
|
|
|
"test-net-server-listen-options.js",
|
|
|
|
"test-net-server-listen-path.js",
|
|
|
|
"test-net-server-listen-remove-callback.js",
|
|
|
|
"test-net-server-options.js",
|
|
|
|
"test-net-server-unref-persistent.js",
|
|
|
|
"test-net-server-unref.js",
|
|
|
|
"test-net-socket-destroy-twice.js",
|
|
|
|
"test-net-socket-no-halfopen-enforcer.js",
|
|
|
|
"test-net-timeout-no-handle.js",
|
|
|
|
"test-net-write-arguments.js",
|
|
|
|
"test-next-tick-doesnt-hang.js",
|
|
|
|
"test-next-tick-fixed-queue-regression.js",
|
|
|
|
"test-next-tick-intentional-starvation.js",
|
|
|
|
"test-next-tick-ordering.js",
|
|
|
|
"test-next-tick-ordering2.js",
|
|
|
|
"test-next-tick-when-exiting.js",
|
|
|
|
"test-next-tick.js",
|
|
|
|
"test-nodeeventtarget.js",
|
|
|
|
"test-outgoing-message-destroy.js",
|
|
|
|
"test-outgoing-message-pipe.js",
|
2023-11-29 01:42:58 -05:00
|
|
|
"test-parse-args.mjs",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-path-basename.js",
|
|
|
|
"test-path-dirname.js",
|
|
|
|
"test-path-extname.js",
|
|
|
|
"test-path-isabsolute.js",
|
|
|
|
"test-path-join.js",
|
|
|
|
"test-path-makelong.js",
|
|
|
|
"test-path-normalize.js",
|
|
|
|
"test-path-parse-format.js",
|
|
|
|
"test-path-posix-exists.js",
|
|
|
|
"test-path-relative.js",
|
|
|
|
"test-path-resolve.js",
|
|
|
|
"test-path-win32-exists.js",
|
|
|
|
"test-path-zero-length-strings.js",
|
|
|
|
"test-path.js",
|
|
|
|
"test-process-beforeexit.js",
|
|
|
|
"test-process-binding-internalbinding-allowlist.js",
|
|
|
|
"test-process-env-allowed-flags.js",
|
|
|
|
"test-process-exit-from-before-exit.js",
|
|
|
|
"test-process-exit-handler.js",
|
|
|
|
"test-process-exit-recursive.js",
|
|
|
|
"test-process-exit.js",
|
|
|
|
"test-process-kill-pid.js",
|
2023-02-21 10:14:15 -05:00
|
|
|
"test-process-uptime.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-promise-unhandled-silent.js",
|
|
|
|
"test-promise-unhandled-throw-handler.js",
|
2024-03-11 18:49:43 -04:00
|
|
|
"test-punycode.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-querystring-escape.js",
|
|
|
|
"test-querystring-maxKeys-non-finite.js",
|
|
|
|
"test-querystring-multichar-separator.js",
|
|
|
|
"test-querystring.js",
|
|
|
|
"test-readline-emit-keypress-events.js",
|
|
|
|
"test-readline-interface-escapecodetimeout.js",
|
|
|
|
"test-readline-keys.js",
|
2023-03-30 11:33:28 -04:00
|
|
|
"test-readline-position.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-readline-reopen.js",
|
|
|
|
"test-readline-set-raw-mode.js",
|
|
|
|
"test-readline-undefined-columns.js",
|
|
|
|
"test-readline.js",
|
|
|
|
"test-stdin-from-file-spawn.js",
|
|
|
|
"test-stream-add-abort-signal.js",
|
|
|
|
"test-stream-aliases-legacy.js",
|
|
|
|
"test-stream-auto-destroy.js",
|
|
|
|
"test-stream-await-drain-writers-in-synchronously-recursion-write.js",
|
|
|
|
"test-stream-backpressure.js",
|
|
|
|
"test-stream-big-packet.js",
|
|
|
|
"test-stream-big-push.js",
|
|
|
|
"test-stream-construct.js",
|
|
|
|
"test-stream-destroy-event-order.js",
|
|
|
|
"test-stream-duplex-destroy.js",
|
|
|
|
"test-stream-duplex-end.js",
|
2023-02-22 09:30:58 -05:00
|
|
|
"test-stream-duplex-from.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-stream-duplex-props.js",
|
|
|
|
"test-stream-duplex-readable-end.js",
|
|
|
|
"test-stream-duplex-writable-finished.js",
|
|
|
|
"test-stream-duplex.js",
|
|
|
|
"test-stream-end-paused.js",
|
|
|
|
"test-stream-error-once.js",
|
|
|
|
"test-stream-events-prepend.js",
|
|
|
|
"test-stream-inheritance.js",
|
|
|
|
"test-stream-ispaused.js",
|
|
|
|
"test-stream-objectmode-undefined.js",
|
|
|
|
"test-stream-once-readable-pipe.js",
|
|
|
|
"test-stream-pipe-after-end.js",
|
|
|
|
"test-stream-pipe-await-drain-manual-resume.js",
|
|
|
|
"test-stream-pipe-await-drain-push-while-write.js",
|
|
|
|
"test-stream-pipe-await-drain.js",
|
|
|
|
"test-stream-pipe-cleanup-pause.js",
|
|
|
|
"test-stream-pipe-cleanup.js",
|
|
|
|
"test-stream-pipe-error-handling.js",
|
|
|
|
"test-stream-pipe-event.js",
|
|
|
|
"test-stream-pipe-flow-after-unpipe.js",
|
|
|
|
"test-stream-pipe-flow.js",
|
|
|
|
"test-stream-pipe-manual-resume.js",
|
|
|
|
"test-stream-pipe-multiple-pipes.js",
|
|
|
|
"test-stream-pipe-needDrain.js",
|
|
|
|
"test-stream-pipe-same-destination-twice.js",
|
|
|
|
"test-stream-pipe-unpipe-streams.js",
|
|
|
|
"test-stream-pipe-without-listenerCount.js",
|
2023-02-22 09:30:58 -05:00
|
|
|
"test-stream-pipeline-async-iterator.js",
|
|
|
|
"test-stream-pipeline-queued-end-in-destroy.js",
|
|
|
|
"test-stream-pipeline-with-empty-string.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-stream-push-strings.js",
|
|
|
|
"test-stream-readable-aborted.js",
|
|
|
|
"test-stream-readable-add-chunk-during-data.js",
|
|
|
|
"test-stream-readable-constructor-set-methods.js",
|
|
|
|
"test-stream-readable-data.js",
|
|
|
|
"test-stream-readable-destroy.js",
|
|
|
|
"test-stream-readable-didRead.js",
|
|
|
|
"test-stream-readable-emit-readable-short-stream.js",
|
|
|
|
"test-stream-readable-emittedReadable.js",
|
|
|
|
"test-stream-readable-end-destroyed.js",
|
|
|
|
"test-stream-readable-ended.js",
|
|
|
|
"test-stream-readable-error-end.js",
|
|
|
|
"test-stream-readable-event.js",
|
|
|
|
"test-stream-readable-flow-recursion.js",
|
|
|
|
"test-stream-readable-hwm-0-async.js",
|
|
|
|
"test-stream-readable-hwm-0-no-flow-data.js",
|
|
|
|
"test-stream-readable-hwm-0.js",
|
|
|
|
"test-stream-readable-infinite-read.js",
|
|
|
|
"test-stream-readable-invalid-chunk.js",
|
|
|
|
"test-stream-readable-needReadable.js",
|
|
|
|
"test-stream-readable-next-no-null.js",
|
|
|
|
"test-stream-readable-no-unneeded-readable.js",
|
|
|
|
"test-stream-readable-object-multi-push-async.js",
|
|
|
|
"test-stream-readable-pause-and-resume.js",
|
|
|
|
"test-stream-readable-readable-then-resume.js",
|
|
|
|
"test-stream-readable-readable.js",
|
|
|
|
"test-stream-readable-reading-readingMore.js",
|
|
|
|
"test-stream-readable-resume-hwm.js",
|
|
|
|
"test-stream-readable-resumeScheduled.js",
|
|
|
|
"test-stream-readable-setEncoding-existing-buffers.js",
|
|
|
|
"test-stream-readable-setEncoding-null.js",
|
|
|
|
"test-stream-readable-unshift.js",
|
|
|
|
"test-stream-readable-with-unimplemented-_read.js",
|
|
|
|
"test-stream-readableListening-state.js",
|
|
|
|
"test-stream-transform-callback-twice.js",
|
|
|
|
"test-stream-transform-constructor-set-methods.js",
|
|
|
|
"test-stream-transform-destroy.js",
|
|
|
|
"test-stream-transform-final-sync.js",
|
|
|
|
"test-stream-transform-final.js",
|
|
|
|
"test-stream-transform-flush-data.js",
|
|
|
|
"test-stream-transform-objectmode-falsey-value.js",
|
|
|
|
"test-stream-transform-split-highwatermark.js",
|
|
|
|
"test-stream-transform-split-objectmode.js",
|
|
|
|
"test-stream-uint8array.js",
|
|
|
|
"test-stream-unpipe-event.js",
|
|
|
|
"test-stream-unshift-empty-chunk.js",
|
|
|
|
"test-stream-unshift-read-race.js",
|
2024-06-25 05:36:40 -04:00
|
|
|
"test-stream-writable-aborted.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-stream-writable-change-default-encoding.js",
|
|
|
|
"test-stream-writable-clear-buffer.js",
|
|
|
|
"test-stream-writable-constructor-set-methods.js",
|
|
|
|
"test-stream-writable-decoded-encoding.js",
|
|
|
|
"test-stream-writable-destroy.js",
|
|
|
|
"test-stream-writable-end-cb-error.js",
|
|
|
|
"test-stream-writable-end-multiple.js",
|
|
|
|
"test-stream-writable-ended-state.js",
|
2024-06-25 05:36:40 -04:00
|
|
|
"test-stream-writable-final-async.js",
|
|
|
|
"test-stream-writable-final-destroy.js",
|
|
|
|
"test-stream-writable-final-throw.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-stream-writable-finish-destroyed.js",
|
|
|
|
"test-stream-writable-finished-state.js",
|
|
|
|
"test-stream-writable-finished.js",
|
|
|
|
"test-stream-writable-invalid-chunk.js",
|
|
|
|
"test-stream-writable-needdrain-state.js",
|
|
|
|
"test-stream-writable-null.js",
|
|
|
|
"test-stream-writable-properties.js",
|
|
|
|
"test-stream-writable-writable.js",
|
|
|
|
"test-stream-writable-write-cb-error.js",
|
|
|
|
"test-stream-writable-write-cb-twice.js",
|
|
|
|
"test-stream-writable-write-error.js",
|
|
|
|
"test-stream-writable-write-writev-finish.js",
|
|
|
|
"test-stream-writableState-ending.js",
|
|
|
|
"test-stream-writableState-uncorked-bufferedRequestCount.js",
|
|
|
|
"test-stream-write-destroy.js",
|
|
|
|
"test-stream-write-drain.js",
|
|
|
|
"test-stream-write-final.js",
|
|
|
|
"test-stream-writev.js",
|
|
|
|
"test-stream2-base64-single-char-read-end.js",
|
|
|
|
"test-stream2-basic.js",
|
|
|
|
"test-stream2-compatibility.js",
|
|
|
|
"test-stream2-decode-partial.js",
|
|
|
|
"test-stream2-finish-pipe.js",
|
|
|
|
"test-stream2-large-read-stall.js",
|
|
|
|
"test-stream2-objects.js",
|
|
|
|
"test-stream2-pipe-error-handling.js",
|
|
|
|
"test-stream2-pipe-error-once-listener.js",
|
|
|
|
"test-stream2-push.js",
|
|
|
|
"test-stream2-read-sync-stack.js",
|
|
|
|
"test-stream2-readable-empty-buffer-no-eof.js",
|
|
|
|
"test-stream2-readable-legacy-drain.js",
|
|
|
|
"test-stream2-readable-non-empty-end.js",
|
|
|
|
"test-stream2-readable-wrap-destroy.js",
|
|
|
|
"test-stream2-readable-wrap-empty.js",
|
|
|
|
"test-stream2-readable-wrap-error.js",
|
|
|
|
"test-stream2-readable-wrap.js",
|
|
|
|
"test-stream2-set-encoding.js",
|
|
|
|
"test-stream2-transform.js",
|
|
|
|
"test-stream2-unpipe-drain.js",
|
|
|
|
"test-stream2-unpipe-leak.js",
|
|
|
|
"test-stream2-writable.js",
|
|
|
|
"test-stream3-cork-end.js",
|
|
|
|
"test-stream3-cork-uncork.js",
|
|
|
|
"test-stream3-pause-then-read.js",
|
|
|
|
"test-streams-highwatermark.js",
|
2024-03-15 20:24:13 -04:00
|
|
|
"test-string-decoder.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-timers-api-refs.js",
|
|
|
|
"test-timers-args.js",
|
|
|
|
"test-timers-clear-null-does-not-throw-error.js",
|
|
|
|
"test-timers-clear-object-does-not-throw-error.js",
|
|
|
|
"test-timers-clear-timeout-interval-equivalent.js",
|
|
|
|
"test-timers-clearImmediate.js",
|
|
|
|
"test-timers-interval-throw.js",
|
|
|
|
"test-timers-non-integer-delay.js",
|
|
|
|
"test-timers-refresh.js",
|
|
|
|
"test-timers-same-timeout-wrong-list-deleted.js",
|
|
|
|
"test-timers-timeout-with-non-integer.js",
|
|
|
|
"test-timers-uncaught-exception.js",
|
|
|
|
"test-timers-unref-throw-then-ref.js",
|
|
|
|
"test-timers-user-call.js",
|
|
|
|
"test-timers-zero-timeout.js",
|
2023-10-30 11:53:08 -04:00
|
|
|
"test-tty-stdin-end.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-url-domain-ascii-unicode.js",
|
|
|
|
"test-url-fileurltopath.js",
|
|
|
|
"test-url-format-invalid-input.js",
|
2023-05-17 01:51:51 -04:00
|
|
|
"test-url-format-whatwg.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-url-format.js",
|
|
|
|
"test-url-parse-invalid-input.js",
|
|
|
|
"test-url-parse-query.js",
|
|
|
|
"test-url-pathtofileurl.js",
|
|
|
|
"test-url-relative.js",
|
|
|
|
"test-url-urltooptions.js",
|
|
|
|
"test-util-deprecate-invalid-code.js",
|
|
|
|
"test-util-deprecate.js",
|
|
|
|
"test-util-format.js",
|
|
|
|
"test-util-inherits.js",
|
|
|
|
"test-util-inspect-long-running.js",
|
|
|
|
"test-util-inspect-namespace.js",
|
|
|
|
"test-util-inspect-proxy.js",
|
|
|
|
"test-util-inspect.js",
|
|
|
|
"test-util-isDeepStrictEqual.js",
|
|
|
|
"test-util-promisify.js",
|
|
|
|
"test-util-types-exists.js",
|
2023-02-25 21:23:53 -05:00
|
|
|
"test-util-types.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-util.js",
|
2024-08-06 08:52:53 -04:00
|
|
|
"test-vm-access-process-env.js",
|
|
|
|
"test-vm-attributes-property-not-on-sandbox.js",
|
|
|
|
"test-vm-codegen.js",
|
|
|
|
"test-vm-context-async-script.js",
|
|
|
|
"test-vm-context-property-forwarding.js",
|
|
|
|
"test-vm-create-and-run-in-context.js",
|
|
|
|
"test-vm-create-context-accessors.js",
|
|
|
|
"test-vm-create-context-arg.js",
|
|
|
|
"test-vm-create-context-circular-reference.js",
|
|
|
|
"test-vm-createcacheddata.js",
|
|
|
|
"test-vm-cross-context.js",
|
|
|
|
"test-vm-data-property-writable.js",
|
|
|
|
"test-vm-deleting-property.js",
|
|
|
|
"test-vm-function-declaration.js",
|
|
|
|
"test-vm-function-redefinition.js",
|
|
|
|
"test-vm-getters.js",
|
|
|
|
"test-vm-global-assignment.js",
|
|
|
|
"test-vm-global-define-property.js",
|
|
|
|
"test-vm-global-identity.js",
|
|
|
|
"test-vm-global-setter.js",
|
|
|
|
"test-vm-harmony-symbols.js",
|
|
|
|
"test-vm-indexed-properties.js",
|
|
|
|
"test-vm-inherited_properties.js",
|
|
|
|
"test-vm-is-context.js",
|
|
|
|
"test-vm-low-stack-space.js",
|
|
|
|
"test-vm-new-script-new-context.js",
|
2023-04-19 10:26:16 -04:00
|
|
|
"test-vm-new-script-this-context.js",
|
2024-08-06 08:52:53 -04:00
|
|
|
"test-vm-not-strict.js",
|
|
|
|
"test-vm-options-validation.js",
|
|
|
|
"test-vm-parse-abort-on-uncaught-exception.js",
|
|
|
|
"test-vm-preserves-property.js",
|
|
|
|
"test-vm-property-not-on-sandbox.js",
|
|
|
|
"test-vm-proxies.js",
|
|
|
|
"test-vm-proxy-failure-CP.js",
|
|
|
|
"test-vm-script-throw-in-tostring.js",
|
|
|
|
"test-vm-set-property-proxy.js",
|
|
|
|
"test-vm-set-proto-null-on-globalthis.js",
|
|
|
|
"test-vm-source-map-url.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-vm-static-this.js",
|
2024-08-06 08:52:53 -04:00
|
|
|
"test-vm-strict-mode.js",
|
|
|
|
"test-vm-symbols.js",
|
|
|
|
"test-vm-timeout-escape-promise-2.js",
|
|
|
|
"test-vm-timeout-escape-promise.js",
|
|
|
|
"test-vm-timeout.js",
|
2023-02-21 22:40:36 -05:00
|
|
|
"test-webcrypto-sign-verify.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-whatwg-encoding-custom-api-basics.js",
|
|
|
|
"test-whatwg-encoding-custom-textdecoder-ignorebom.js",
|
|
|
|
"test-whatwg-encoding-custom-textdecoder-streaming.js",
|
|
|
|
"test-whatwg-events-add-event-listener-options-passive.js",
|
|
|
|
"test-whatwg-events-add-event-listener-options-signal.js",
|
|
|
|
"test-whatwg-events-customevent.js",
|
|
|
|
"test-whatwg-url-custom-deepequal.js",
|
|
|
|
"test-whatwg-url-custom-global.js",
|
|
|
|
"test-whatwg-url-custom-href-side-effect.js",
|
|
|
|
"test-whatwg-url-custom-tostringtag.js",
|
|
|
|
"test-whatwg-url-override-hostname.js",
|
|
|
|
"test-whatwg-url-properties.js",
|
2024-07-25 17:06:19 -04:00
|
|
|
"test-worker-message-port-infinite-message-loop.js",
|
|
|
|
"test-worker-message-port-multiple-sharedarraybuffers.js",
|
2024-03-10 19:23:06 -04:00
|
|
|
"test-worker-message-port-receive-message.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-zlib-close-after-error.js",
|
|
|
|
"test-zlib-close-after-write.js",
|
|
|
|
"test-zlib-convenience-methods.js",
|
|
|
|
"test-zlib-deflate-raw-inherits.js",
|
|
|
|
"test-zlib-destroy-pipe.js",
|
|
|
|
"test-zlib-empty-buffer.js",
|
|
|
|
"test-zlib-from-string.js",
|
|
|
|
"test-zlib-invalid-input.js",
|
|
|
|
"test-zlib-no-stream.js",
|
|
|
|
"test-zlib-random-byte-pipes.js",
|
|
|
|
"test-zlib-sync-no-event.js",
|
|
|
|
"test-zlib-truncated.js",
|
|
|
|
"test-zlib-unzip-one-byte-chunks.js",
|
|
|
|
"test-zlib-write-after-end.js",
|
|
|
|
"test-zlib-write-after-flush.js",
|
|
|
|
"test-zlib-zero-byte.js",
|
|
|
|
"test-zlib-zero-windowBits.js"
|
|
|
|
],
|
|
|
|
"pseudo-tty": [
|
|
|
|
"console_colors.js",
|
2024-06-24 05:47:12 -04:00
|
|
|
"console-dumb-tty.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"no_dropped_stdio.js",
|
|
|
|
"no_interleaved_stdio.js",
|
|
|
|
"test-tty-color-support-warning-2.js",
|
|
|
|
"test-tty-color-support-warning.js",
|
|
|
|
"test-tty-stdin-end.js",
|
|
|
|
"test-tty-stdout-end.js"
|
|
|
|
],
|
2023-03-21 09:38:07 -04:00
|
|
|
"pummel": [],
|
2024-08-06 08:52:53 -04:00
|
|
|
"sequential": [
|
|
|
|
"test-child-process-exit.js"
|
|
|
|
]
|
2023-02-20 10:35:04 -05:00
|
|
|
},
|
|
|
|
"windowsIgnore": {
|
|
|
|
"parallel": [
|
2024-09-12 15:24:58 -04:00
|
|
|
"test-child-process-detached.js",
|
2023-02-20 10:35:04 -05:00
|
|
|
"test-child-process-exec-abortcontroller-promisified.js",
|
|
|
|
"test-console-log-throw-primitive.js",
|
|
|
|
"test-console-no-swallow-stack-overflow.js",
|
|
|
|
"test-console-sync-write-error.js",
|
|
|
|
"test-dns.js",
|
|
|
|
"test-dns-resolveany.js",
|
|
|
|
"test-fs-access.js",
|
|
|
|
"test-fs-mkdir.js",
|
|
|
|
"test-fs-open-mode-mask.js",
|
|
|
|
"test-fs-readdir-stack-overflow.js",
|
|
|
|
"test-fs-rm.js",
|
|
|
|
"test-fs-watchfile.js",
|
|
|
|
"test-fs-write-file-invalid-path.js",
|
|
|
|
"test-fs-write-file-sync.js",
|
|
|
|
"test-fs-write-file.js",
|
|
|
|
"test-http-client-get-url.js",
|
|
|
|
"test-http-client-reject-cr-no-lf.js",
|
|
|
|
"test-net-allow-half-open.js",
|
|
|
|
"test-net-better-error-messages-listen-path.js",
|
|
|
|
"test-net-better-error-messages-path.js",
|
|
|
|
"test-net-pipe-connect-errors.js",
|
|
|
|
"test-net-server-listen-path.js",
|
|
|
|
"test-net-socket-close-after-end.js",
|
|
|
|
"test-util-inspect-long-running.js",
|
2024-08-06 08:52:53 -04:00
|
|
|
"test-util-inspect.js",
|
|
|
|
"test-vm-low-stack-space.js"
|
2023-02-20 10:35:04 -05:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"darwinIgnore": {
|
|
|
|
"parallel": [
|
|
|
|
"test-net-allow-half-open.js",
|
2024-01-31 12:01:14 -05:00
|
|
|
"test-net-socket-close-after-end.js",
|
|
|
|
"test-fs-watchfile.js"
|
2023-02-17 09:58:52 -05:00
|
|
|
]
|
|
|
|
},
|
2023-02-20 10:35:04 -05:00
|
|
|
"suitesFolder": "test",
|
|
|
|
"versionsFolder": "versions"
|
2023-02-17 09:58:52 -05:00
|
|
|
}
|