mirror of
https://github.com/denoland/deno.git
synced 2024-12-18 13:22:55 -05:00
fb24fd37c9
This PR enables node compat test cases found passing by using the tool added in #27122 The percentage of passing test case increases from 16.16% to 30.43% by this change.
1347 lines
52 KiB
Text
1347 lines
52 KiB
Text
{
|
|
"ignore": {
|
|
"common": ["index.js", "internet.js"],
|
|
"fixtures": [
|
|
"child-process-spawn-node.js",
|
|
"echo.js",
|
|
"elipses.txt",
|
|
"empty.txt",
|
|
"exit.js",
|
|
"parent-process-nonpersistent.js",
|
|
"print-chars.js",
|
|
"x.txt"
|
|
],
|
|
"internet": [
|
|
// TODO(bartlomieju): temporarily disabled as these tests were hitting nodejs.org
|
|
// server. We should have a setup that hits a local server instead.
|
|
// "test-dns-any.js",
|
|
// "test-dns-ipv4.js",
|
|
// "test-dns-ipv6.js",
|
|
// "test-dns.js"
|
|
],
|
|
"parallel": [
|
|
"test-assert.js",
|
|
"test-blocklist.js",
|
|
"test-buffer-alloc.js",
|
|
"test-buffer-arraybuffer.js",
|
|
"test-buffer-from.js",
|
|
"test-buffer-includes.js",
|
|
"test-buffer-indexof.js",
|
|
"test-child-process-detached.js",
|
|
"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",
|
|
// TODO(bartlomieju): this test was flaky on macOS CI
|
|
// "test-child-process-exec-timeout-expire.js",
|
|
// TODO(bartlomieju): this test was flaky on macOS CI
|
|
// "test-child-process-exec-timeout-kill.js",
|
|
"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",
|
|
// TODO(littledivy): windows ipc streams not yet implemented
|
|
"test-child-process-fork-ref.js",
|
|
"test-child-process-fork-ref2.js",
|
|
"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",
|
|
"test-crypto-dh.js",
|
|
"test-crypto-hkdf.js",
|
|
"test-crypto-hmac.js",
|
|
"test-crypto-pbkdf2.js",
|
|
"test-crypto-prime.js",
|
|
"test-crypto-stream.js",
|
|
"test-crypto-x509.js",
|
|
"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",
|
|
"test-fs-read-stream.js",
|
|
"test-fs-rmdir-recursive.js",
|
|
"test-fs-write-file.js",
|
|
"test-http-url.parse-https.request.js",
|
|
"test-net-autoselectfamily.js",
|
|
"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",
|
|
"test-path-resolve.js",
|
|
"test-querystring.js",
|
|
"test-readline-interface.js",
|
|
"test-stdin-from-file-spawn.js",
|
|
"test-stream-duplex-from.js",
|
|
"test-ttywrap-invalid-fd.js",
|
|
"test-url-parse-invalid-input.js",
|
|
"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",
|
|
"test-v8-serdes.js",
|
|
"test-webcrypto-sign-verify.js",
|
|
"test-whatwg-url-properties.js",
|
|
// needs replace ".on" => ".addEventListener" in L29
|
|
"test-worker-message-port-receive-message.js",
|
|
"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"
|
|
],
|
|
"pummel": [],
|
|
"sequential": ["test-child-process-exit.js"]
|
|
},
|
|
"tests": {
|
|
"abort": [
|
|
"test-addon-uv-handle-leak.js"
|
|
],
|
|
"benchmark": [
|
|
"test-benchmark-async-hooks.js",
|
|
"test-benchmark-http.js",
|
|
"test-benchmark-http2.js",
|
|
"test-benchmark-tls.js",
|
|
"test-benchmark-worker.js"
|
|
],
|
|
"common": [
|
|
"child_process.js",
|
|
"countdown.js",
|
|
"dns.js",
|
|
"duplexpair.js",
|
|
"fixtures.js",
|
|
"hijackstdio.js",
|
|
"index.mjs",
|
|
"internet.js",
|
|
"tmpdir.js"
|
|
],
|
|
"es-module": [
|
|
"test-cjs-prototype-pollution.js",
|
|
"test-esm-dynamic-import-mutating-fs.js",
|
|
"test-esm-loader-cache-clearing.js",
|
|
"test-esm-windows.js",
|
|
"test-vm-compile-function-lineoffset.js"
|
|
],
|
|
"fixtures": [
|
|
"a.js",
|
|
"child_process_should_emit_error.js",
|
|
"child-process-persistent.js",
|
|
"child-process-spawn-node.js",
|
|
"echo.js",
|
|
"elipses.txt",
|
|
"empty.txt",
|
|
"exit.js",
|
|
"GH-1899-output.js",
|
|
"loop.js",
|
|
"print-chars.js",
|
|
"sample.png",
|
|
"x.txt"
|
|
],
|
|
"fixtures/keys": ["agent1-cert.pem", "agent1-key.pem", "ca1-cert.pem"],
|
|
"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",
|
|
// "test-dns.js",
|
|
"test-http-https-default-ports.js"
|
|
],
|
|
"message": [
|
|
"eval_messages.js",
|
|
"max_tick_depth.js",
|
|
"stdin_messages.js",
|
|
"util_inspect_error.js"
|
|
],
|
|
"parallel": [
|
|
"test-arm-math-illegal-instruction.js",
|
|
"test-assert-async.js",
|
|
"test-assert-fail.js",
|
|
"test-assert-strict-exists.js",
|
|
"test-assert.js",
|
|
"test-async-hooks-run-in-async-scope-caught-exception.js",
|
|
"test-async-hooks-run-in-async-scope-this-arg.js",
|
|
"test-async-local-storage-bind.js",
|
|
"test-async-local-storage-contexts.js",
|
|
"test-async-local-storage-deep-stack.js",
|
|
"test-async-local-storage-http-multiclients.js",
|
|
"test-async-local-storage-snapshot.js",
|
|
"test-atomics-wake.js",
|
|
"test-bad-unicode.js",
|
|
"test-beforeexit-event-exit.js",
|
|
"test-blob-buffer-too-large.js",
|
|
"test-blocklist.js",
|
|
"test-btoa-atob.js",
|
|
"test-buffer-alloc.js",
|
|
"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",
|
|
"test-buffer-indexof.js",
|
|
"test-buffer-inheritance.js",
|
|
"test-buffer-isascii.js",
|
|
"test-buffer-isencoding.js",
|
|
"test-buffer-isutf8.js",
|
|
"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-sharedarraybuffer.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-write.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",
|
|
// TODO(bartlomieju): this test was flaky on macOS CI
|
|
// "test-child-process-can-write-to-stdout.js",
|
|
"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",
|
|
// TODO(bartlomieju): this test was flaky on macOS CI
|
|
// "test-child-process-exec-timeout-expire.js",
|
|
// TODO(bartlomieju): this test was flaky on macOS CI
|
|
// "test-child-process-exec-timeout-kill.js",
|
|
// TODO(bartlomieju): this test was flaky on macOS CI
|
|
// "test-child-process-execFile-promisified-abortController.js",
|
|
"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-fork3.js",
|
|
"test-child-process-ipc-next-tick.js",
|
|
"test-child-process-kill.js",
|
|
"test-child-process-send-type-error.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",
|
|
"test-child-process-stdin-ipc.js",
|
|
"test-child-process-stdio-overlapped.js",
|
|
"test-client-request-destroy.js",
|
|
"test-cluster-uncaught-exception.js",
|
|
"test-console-assign-undefined.js",
|
|
"test-console-async-write-error.js",
|
|
"test-console-formatTime.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-not-call-toString.js",
|
|
"test-console-self-assign.js",
|
|
"test-console-sync-write-error.js",
|
|
"test-console-table.js",
|
|
"test-console-tty-colors.js",
|
|
"test-crypto-dh-errors.js",
|
|
"test-crypto-dh-odd-key.js",
|
|
"test-crypto-dh-shared.js",
|
|
"test-crypto-dh.js",
|
|
"test-crypto-domain.js",
|
|
"test-crypto-from-binary.js",
|
|
"test-crypto-hash.js",
|
|
"test-crypto-hkdf.js",
|
|
"test-crypto-hmac.js",
|
|
"test-crypto-keygen-dh-classic.js",
|
|
"test-crypto-keygen-duplicate-deprecated-option.js",
|
|
"test-crypto-keygen-empty-passphrase-no-error.js",
|
|
"test-crypto-keygen-key-objects.js",
|
|
"test-crypto-keygen-missing-oid.js",
|
|
"test-crypto-keygen-non-standard-public-exponent.js",
|
|
"test-crypto-keygen-rfc8017-9-1.js",
|
|
"test-crypto-keygen-rfc8017-a-2-3.js",
|
|
"test-crypto-lazy-transform-writable.js",
|
|
"test-crypto-no-algorithm.js",
|
|
"test-crypto-op-during-process-exit.js",
|
|
"test-crypto-padding-aes256.js",
|
|
"test-crypto-pbkdf2.js",
|
|
"test-crypto-prime.js",
|
|
"test-crypto-psychic-signatures.js",
|
|
"test-crypto-publicDecrypt-fails-first-time.js",
|
|
"test-crypto-randomfillsync-regression.js",
|
|
"test-crypto-scrypt.js",
|
|
"test-crypto-secret-keygen.js",
|
|
"test-crypto-stream.js",
|
|
"test-crypto-subtle-zero-length.js",
|
|
"test-crypto-update-encoding.js",
|
|
"test-crypto-x509.js",
|
|
"test-dgram-address.js",
|
|
"test-dgram-bind-default-address.js",
|
|
"test-dgram-bind-error-repeat.js",
|
|
"test-dgram-bind.js",
|
|
"test-dgram-bytes-length.js",
|
|
"test-dgram-close-during-bind.js",
|
|
"test-dgram-close-in-listening.js",
|
|
"test-dgram-close-is-not-callback.js",
|
|
"test-dgram-close-signal.js",
|
|
"test-dgram-close.js",
|
|
"test-dgram-connect-send-callback-buffer-length.js",
|
|
"test-dgram-connect-send-callback-buffer.js",
|
|
"test-dgram-connect-send-callback-multi-buffer.js",
|
|
"test-dgram-connect-send-default-host.js",
|
|
"test-dgram-connect-send-empty-array.js",
|
|
"test-dgram-connect-send-empty-buffer.js",
|
|
"test-dgram-connect-send-empty-packet.js",
|
|
"test-dgram-connect-send-multi-buffer-copy.js",
|
|
"test-dgram-connect-send-multi-string-array.js",
|
|
"test-dgram-connect.js",
|
|
"test-dgram-createSocket-type.js",
|
|
"test-dgram-error-message-address.js",
|
|
"test-dgram-implicit-bind.js",
|
|
"test-dgram-listen-after-bind.js",
|
|
"test-dgram-msgsize.js",
|
|
"test-dgram-oob-buffer.js",
|
|
"test-dgram-recv-error.js",
|
|
"test-dgram-ref.js",
|
|
"test-dgram-send-bad-arguments.js",
|
|
"test-dgram-send-callback-buffer-empty-address.js",
|
|
"test-dgram-send-callback-buffer-length-empty-address.js",
|
|
"test-dgram-send-callback-buffer-length.js",
|
|
"test-dgram-send-callback-buffer.js",
|
|
"test-dgram-send-callback-multi-buffer-empty-address.js",
|
|
"test-dgram-send-callback-multi-buffer.js",
|
|
"test-dgram-send-callback-recursive.js",
|
|
"test-dgram-send-default-host.js",
|
|
"test-dgram-send-empty-array.js",
|
|
"test-dgram-send-empty-buffer.js",
|
|
"test-dgram-send-empty-packet.js",
|
|
"test-dgram-send-error.js",
|
|
"test-dgram-send-invalid-msg-type.js",
|
|
"test-dgram-send-multi-buffer-copy.js",
|
|
"test-dgram-send-multi-string-array.js",
|
|
"test-dgram-udp4.js",
|
|
"test-dgram-udp6-send-default-host.js",
|
|
"test-dgram-unref.js",
|
|
"test-diagnostics-channel-bind-store.js",
|
|
"test-diagnostics-channel-has-subscribers.js",
|
|
"test-diagnostics-channel-net.js",
|
|
"test-diagnostics-channel-object-channel-pub-sub.js",
|
|
"test-diagnostics-channel-pub-sub.js",
|
|
"test-diagnostics-channel-safe-subscriber-errors.js",
|
|
"test-diagnostics-channel-symbol-named.js",
|
|
"test-diagnostics-channel-sync-unsubscribe.js",
|
|
"test-diagnostics-channel-tracing-channel-args-types.js",
|
|
"test-diagnostics-channel-tracing-channel-async-error.js",
|
|
"test-diagnostics-channel-tracing-channel-async.js",
|
|
"test-diagnostics-channel-tracing-channel-callback-run-stores.js",
|
|
"test-diagnostics-channel-tracing-channel-promise-run-stores.js",
|
|
"test-diagnostics-channel-tracing-channel-run-stores.js",
|
|
"test-diagnostics-channel-tracing-channel-sync-error.js",
|
|
"test-diagnostics-channel-tracing-channel-sync.js",
|
|
"test-diagnostics-channel-udp.js",
|
|
"test-dns-lookup.js",
|
|
"test-dns-memory-error.js",
|
|
"test-dns-multi-channel.js",
|
|
"test-dns-promises-exists.js",
|
|
"test-dns-resolvens-typeerror.js",
|
|
"test-dns-setservers-type-check.js",
|
|
"test-domain-crypto.js",
|
|
"test-domain-ee-error-listener.js",
|
|
"test-domain-nested-throw.js",
|
|
"test-domain-nested.js",
|
|
"test-domain-stack.js",
|
|
"test-domain-top-level-error-handler-clears-stack.js",
|
|
"test-dsa-fips-invalid-key.js",
|
|
"test-env-newprotomethod-remove-unnecessary-prototypes.js",
|
|
"test-error-aggregateTwoErrors.js",
|
|
"test-error-prepare-stack-trace.js",
|
|
"test-errors-aborterror.js",
|
|
"test-eval-strict-referenceerror.js",
|
|
"test-eval.js",
|
|
"test-event-capture-rejections.js",
|
|
"test-event-emitter-add-listeners.js",
|
|
"test-event-emitter-check-listener-leaks.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-warning-for-null.js",
|
|
"test-event-emitter-max-listeners-warning-for-symbol.js",
|
|
"test-event-emitter-max-listeners-warning.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-eventtarget-once-twice.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-buffertype-writesync.js",
|
|
"test-fs-chmod-mask.js",
|
|
"test-fs-chmod.js",
|
|
"test-fs-chown-type-check.js",
|
|
"test-fs-close.js",
|
|
"test-fs-constants.js",
|
|
"test-fs-copyfile.js",
|
|
"test-fs-empty-readStream.js",
|
|
"test-fs-fmap.js",
|
|
"test-fs-lchown.js",
|
|
"test-fs-long-path.js",
|
|
"test-fs-mkdir.js",
|
|
"test-fs-non-number-arguments-throw.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",
|
|
"test-fs-promises-exists.js",
|
|
"test-fs-promises-file-handle-stat.js",
|
|
"test-fs-promises-file-handle-write.js",
|
|
"test-fs-promises-readfile-empty.js",
|
|
"test-fs-promises-readfile-with-fd.js",
|
|
"test-fs-promises-writefile-with-fd.js",
|
|
"test-fs-read-file-sync-hostname.js",
|
|
"test-fs-read-file-sync.js",
|
|
"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-leak.js",
|
|
"test-fs-read-stream-fd.js",
|
|
"test-fs-read-stream-inherit.js",
|
|
"test-fs-read-stream-patch-open.js",
|
|
"test-fs-read-stream-pos.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",
|
|
"test-fs-readfile-unlink.js",
|
|
"test-fs-readfile-zero-byte-liar.js",
|
|
"test-fs-readfilesync-enoent.js",
|
|
"test-fs-readv-sync.js",
|
|
"test-fs-readv.js",
|
|
"test-fs-ready-event-stream.js",
|
|
"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",
|
|
"test-fs-sir-writes-alot.js",
|
|
"test-fs-stream-construct-compat-error-read.js",
|
|
"test-fs-stream-construct-compat-graceful-fs.js",
|
|
"test-fs-stream-construct-compat-old-node.js",
|
|
"test-fs-stream-destroy-emit-error.js",
|
|
"test-fs-stream-double-close.js",
|
|
"test-fs-stream-fs-options.js",
|
|
"test-fs-stream-options.js",
|
|
"test-fs-symlink-dir-junction-relative.js",
|
|
"test-fs-timestamp-parsing-error.js",
|
|
"test-fs-truncate-clear-file-zero.js",
|
|
"test-fs-util-validateoffsetlength.js",
|
|
"test-fs-utimes-y2K38.js",
|
|
"test-fs-utimes.js",
|
|
"test-fs-watch-file-enoent-after-deletion.js",
|
|
"test-fs-watch-recursive-add-file-with-url.js",
|
|
"test-fs-watch-recursive-add-file.js",
|
|
"test-fs-watch-recursive-add-folder.js",
|
|
"test-fs-watch-recursive-update-file.js",
|
|
"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-negativeoffset.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-encoding.js",
|
|
"test-fs-write-stream-end.js",
|
|
"test-fs-write-stream-fs.js",
|
|
"test-fs-write-stream-patch-open.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-fs-writev.js",
|
|
"test-global-domexception.js",
|
|
"test-global-encoder.js",
|
|
"test-global-webcrypto.js",
|
|
"test-global-webstreams.js",
|
|
"test-handle-wrap-close-abort.js",
|
|
"test-http-abort-before-end.js",
|
|
"test-http-addrequest-localaddress.js",
|
|
"test-http-agent-false.js",
|
|
"test-http-agent-getname.js",
|
|
"test-http-agent-keepalive-delay.js",
|
|
"test-http-agent-maxtotalsockets.js",
|
|
"test-http-agent-no-protocol.js",
|
|
"test-http-agent-null.js",
|
|
"test-http-allow-req-after-204-res.js",
|
|
"test-http-bind-twice.js",
|
|
"test-http-buffer-sanity.js",
|
|
"test-http-chunked-smuggling.js",
|
|
"test-http-chunked.js",
|
|
"test-http-client-abort2.js",
|
|
"test-http-client-check-http-token.js",
|
|
"test-http-client-close-with-default-agent.js",
|
|
"test-http-client-default-headers-exist.js",
|
|
"test-http-client-defaults.js",
|
|
"test-http-client-encoding.js",
|
|
"test-http-client-get-url.js",
|
|
"test-http-client-headers-array.js",
|
|
"test-http-client-invalid-path.js",
|
|
"test-http-client-keep-alive-hint.js",
|
|
"test-http-client-race-2.js",
|
|
"test-http-client-race.js",
|
|
"test-http-client-read-in-error.js",
|
|
"test-http-client-reject-unexpected-agent.js",
|
|
"test-http-client-timeout-connect-listener.js",
|
|
"test-http-client-timeout-with-data.js",
|
|
"test-http-client-unescaped-path.js",
|
|
"test-http-client-upload-buf.js",
|
|
"test-http-client-upload.js",
|
|
// TODO(lev): ClientRequest.socket is not polyfilled so this test keeps
|
|
// failing
|
|
//"test-http-client-set-timeout.js",
|
|
"test-http-common.js",
|
|
"test-http-contentLength0.js",
|
|
"test-http-correct-hostname.js",
|
|
"test-http-date-header.js",
|
|
"test-http-decoded-auth.js",
|
|
"test-http-default-encoding.js",
|
|
"test-http-dump-req-when-res-ends.js",
|
|
"test-http-end-throw-socket-handling.js",
|
|
"test-http-eof-on-connect.js",
|
|
"test-http-extra-response.js",
|
|
"test-http-flush-headers.js",
|
|
"test-http-full-response.js",
|
|
"test-http-head-request.js",
|
|
"test-http-head-response-has-no-body-end-implicit-headers.js",
|
|
"test-http-head-response-has-no-body-end.js",
|
|
"test-http-head-response-has-no-body.js",
|
|
"test-http-head-throw-on-response-body-write.js",
|
|
"test-http-header-obstext.js",
|
|
"test-http-header-owstext.js",
|
|
"test-http-header-read.js",
|
|
"test-http-header-validators.js",
|
|
"test-http-hex-write.js",
|
|
"test-http-highwatermark.js",
|
|
"test-http-host-headers.js",
|
|
"test-http-hostname-typechecking.js",
|
|
"test-http-incoming-message-destroy.js",
|
|
"test-http-invalid-path-chars.js",
|
|
"test-http-invalidheaderfield.js",
|
|
"test-http-invalidheaderfield2.js",
|
|
"test-http-keep-alive-timeout-custom.js",
|
|
"test-http-listening.js",
|
|
"test-http-localaddress-bind-error.js",
|
|
"test-http-localaddress.js",
|
|
"test-http-methods.js",
|
|
"test-http-outgoing-end-types.js",
|
|
"test-http-outgoing-finished.js",
|
|
// TODO(bartlomieju): temporarily disabled while we iterate on the HTTP client
|
|
// "test-http-outgoing-buffer.js",
|
|
"test-http-outgoing-internal-headernames-getter.js",
|
|
"test-http-outgoing-internal-headernames-setter.js",
|
|
"test-http-outgoing-internal-headers.js",
|
|
// TODO(bartlomieju): temporarily disabled while we iterate on the HTTP client
|
|
// "test-http-outgoing-message-inheritance.js",
|
|
"test-http-outgoing-renderHeaders.js",
|
|
"test-http-outgoing-settimeout.js",
|
|
"test-http-outgoing-write-types.js",
|
|
"test-http-parser-free.js",
|
|
"test-http-pause-no-dump.js",
|
|
"test-http-pause-resume-one-end.js",
|
|
"test-http-pause.js",
|
|
"test-http-pipe-fs.js",
|
|
"test-http-pipeline-requests-connection-leak.js",
|
|
"test-http-proxy.js",
|
|
"test-http-readable-data-event.js",
|
|
"test-http-request-arguments.js",
|
|
"test-http-request-dont-override-options.js",
|
|
"test-http-request-end-twice.js",
|
|
"test-http-request-end.js",
|
|
"test-http-request-invalid-method-error.js",
|
|
"test-http-request-large-payload.js",
|
|
"test-http-request-methods.js",
|
|
"test-http-res-write-end-dont-take-array.js",
|
|
"test-http-response-multiheaders.js",
|
|
"test-http-response-readable.js",
|
|
"test-http-response-writehead-returns-this.js",
|
|
"test-http-server-delete-parser.js",
|
|
"test-http-server-write-after-end.js",
|
|
"test-http-server-write-end-after-end.js",
|
|
"test-http-set-cookies.js",
|
|
"test-http-set-header-chain.js",
|
|
"test-http-status-code.js",
|
|
"test-http-status-reason-invalid-chars.js",
|
|
"test-http-uncaught-from-request-callback.js",
|
|
"test-http-url.parse-auth.js",
|
|
"test-http-url.parse-basic.js",
|
|
"test-http-url.parse-https.request.js",
|
|
"test-http-url.parse-only-support-http-https-protocol.js",
|
|
"test-http-url.parse-path.js",
|
|
"test-http-url.parse-post.js",
|
|
"test-http-url.parse-search.js",
|
|
"test-http-wget.js",
|
|
"test-http-write-empty-string.js",
|
|
"test-http-zerolengthbuffer.js",
|
|
"test-http2-client-request-listeners-warning.js",
|
|
"test-http2-compat-expect-handling.js",
|
|
"test-http2-compat-socket-set.js",
|
|
"test-http2-connect-options.js",
|
|
"test-http2-date-header.js",
|
|
"test-http2-dont-override.js",
|
|
"test-http2-endafterheaders.js",
|
|
"test-http2-methods.js",
|
|
"test-http2-request-response-proto.js",
|
|
"test-http2-respond-file-204.js",
|
|
"test-http2-respond-file-compat.js",
|
|
"test-http2-session-timeout.js",
|
|
"test-http2-socket-proxy.js",
|
|
"test-http2-status-code-invalid.js",
|
|
"test-http2-status-code.js",
|
|
"test-http2-stream-removelisteners-after-close.js",
|
|
"test-http2-write-empty-string.js",
|
|
"test-https-client-renegotiation-limit.js",
|
|
"test-https-connecting-to-http.js",
|
|
"test-https-foafssl.js",
|
|
"test-https-localaddress-bind-error.js",
|
|
"test-https-localaddress.js",
|
|
"test-icu-data-dir.js",
|
|
"test-icu-env.js",
|
|
"test-icu-stringwidth.js",
|
|
"test-icu-transcode.js",
|
|
"test-inspector-stops-no-file.js",
|
|
"test-instanceof.js",
|
|
"test-internal-fs.js",
|
|
"test-internal-util-normalizeencoding.js",
|
|
"test-kill-segfault-freebsd.js",
|
|
"test-listen-fd-detached-inherit.js",
|
|
"test-listen-fd-detached.js",
|
|
"test-memory-usage-emfile.js",
|
|
"test-memory-usage.js",
|
|
"test-messagechannel.js",
|
|
"test-microtask-queue-integration.js",
|
|
"test-microtask-queue-run-immediate.js",
|
|
"test-microtask-queue-run.js",
|
|
"test-module-cache.js",
|
|
"test-module-circular-symlinks.js",
|
|
"test-module-isBuiltin.js",
|
|
"test-module-multi-extensions.js",
|
|
"test-module-nodemodulepaths.js",
|
|
"test-module-readonly.js",
|
|
"test-module-relative-lookup.js",
|
|
"test-net-access-byteswritten.js",
|
|
"test-net-after-close.js",
|
|
"test-net-autoselectfamily.js",
|
|
"test-net-better-error-messages-listen-path.js",
|
|
"test-net-better-error-messages-listen.js",
|
|
"test-net-better-error-messages-path.js",
|
|
"test-net-better-error-messages-port-hostname.js",
|
|
"test-net-bind-twice.js",
|
|
"test-net-buffersize.js",
|
|
"test-net-bytes-written-large.js",
|
|
"test-net-can-reset-timeout.js",
|
|
"test-net-connect-after-destroy.js",
|
|
"test-net-connect-call-socket-connect.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-connect-options-fd.js",
|
|
"test-net-connect-options-ipv6.js",
|
|
"test-net-connect-options-port.js",
|
|
"test-net-connect-paused-connection.js",
|
|
"test-net-dns-custom-lookup.js",
|
|
"test-net-dns-error.js",
|
|
"test-net-dns-lookup-skip.js",
|
|
"test-net-dns-lookup.js",
|
|
"test-net-during-close.js",
|
|
"test-net-eaddrinuse.js",
|
|
"test-net-end-close.js",
|
|
"test-net-end-without-connect.js",
|
|
"test-net-error-twice.js",
|
|
"test-net-isip.js",
|
|
"test-net-isipv4.js",
|
|
"test-net-isipv6.js",
|
|
"test-net-keepalive.js",
|
|
"test-net-listen-after-destroying-stdin.js",
|
|
"test-net-listen-close-server-callback-is-not-function.js",
|
|
"test-net-listen-close-server.js",
|
|
"test-net-listen-error.js",
|
|
"test-net-listen-invalid-port.js",
|
|
"test-net-listening.js",
|
|
"test-net-local-address-port.js",
|
|
"test-net-localerror.js",
|
|
"test-net-options-lookup.js",
|
|
"test-net-pause-resume-connecting.js",
|
|
"test-net-persistent-keepalive.js",
|
|
"test-net-persistent-nodelay.js",
|
|
"test-net-persistent-ref-unref.js",
|
|
"test-net-pipe-connect-errors.js",
|
|
"test-net-reconnect.js",
|
|
"test-net-remote-address-port.js",
|
|
"test-net-remote-address.js",
|
|
"test-net-server-capture-rejection.js",
|
|
"test-net-server-close.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-pause-on-connect.js",
|
|
"test-net-server-unref-persistent.js",
|
|
"test-net-server-unref.js",
|
|
"test-net-settimeout.js",
|
|
"test-net-socket-close-after-end.js",
|
|
"test-net-socket-connect-invalid-autoselectfamily.js",
|
|
"test-net-socket-connect-without-cb.js",
|
|
"test-net-socket-connecting.js",
|
|
"test-net-socket-destroy-send.js",
|
|
"test-net-socket-destroy-twice.js",
|
|
"test-net-socket-end-before-connect.js",
|
|
"test-net-socket-end-callback.js",
|
|
"test-net-socket-no-halfopen-enforcer.js",
|
|
"test-net-socket-ready-without-cb.js",
|
|
"test-net-socket-setnodelay.js",
|
|
"test-net-socket-timeout-unref.js",
|
|
"test-net-socket-write-after-close.js",
|
|
"test-net-socket-write-error.js",
|
|
"test-net-sync-cork.js",
|
|
"test-net-timeout-no-handle.js",
|
|
"test-net-writable.js",
|
|
"test-net-write-arguments.js",
|
|
"test-net-write-connect-write.js",
|
|
"test-net-write-fully-async-buffer.js",
|
|
"test-net-write-fully-async-hex-string.js",
|
|
"test-net-write-slow.js",
|
|
"test-next-tick-doesnt-hang.js",
|
|
"test-next-tick-domain.js",
|
|
"test-next-tick-errors.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-no-node-snapshot.js",
|
|
"test-nodeeventtarget.js",
|
|
"test-os-homedir-no-envvar.js",
|
|
"test-os.js",
|
|
"test-outgoing-message-destroy.js",
|
|
"test-outgoing-message-pipe.js",
|
|
"test-parse-args.mjs",
|
|
"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-perf-gc-crash.js",
|
|
"test-performanceobserver-gc.js",
|
|
"test-pipe-return-val.js",
|
|
"test-pipe-writev.js",
|
|
"test-process-abort.js",
|
|
"test-process-argv-0.js",
|
|
"test-process-beforeexit.js",
|
|
"test-process-binding-internalbinding-allowlist.js",
|
|
"test-process-binding.js",
|
|
"test-process-dlopen-undefined-exports.js",
|
|
"test-process-domain-segfault.js",
|
|
"test-process-emitwarning.js",
|
|
"test-process-env-allowed-flags.js",
|
|
"test-process-env-delete.js",
|
|
"test-process-env-windows-error-reset.js",
|
|
"test-process-exit-from-before-exit.js",
|
|
"test-process-exit-handler.js",
|
|
"test-process-exit-recursive.js",
|
|
"test-process-exit.js",
|
|
"test-process-getgroups.js",
|
|
"test-process-hrtime-bigint.js",
|
|
"test-process-kill-pid.js",
|
|
"test-process-next-tick.js",
|
|
"test-process-no-deprecation.js",
|
|
"test-process-ppid.js",
|
|
"test-process-really-exit.js",
|
|
"test-process-uptime.js",
|
|
"test-process-warning.js",
|
|
"test-promise-handled-rejection-no-warning.js",
|
|
"test-promise-unhandled-silent.js",
|
|
"test-promise-unhandled-throw-handler.js",
|
|
"test-punycode.js",
|
|
"test-querystring-escape.js",
|
|
"test-querystring-maxKeys-non-finite.js",
|
|
"test-querystring-multichar-separator.js",
|
|
"test-querystring.js",
|
|
"test-readable-from-iterator-closing.js",
|
|
"test-readable-from.js",
|
|
"test-readable-large-hwm.js",
|
|
"test-readable-single-end.js",
|
|
"test-readline-async-iterators-destroy.js",
|
|
"test-readline-async-iterators.js",
|
|
"test-readline-carriage-return-between-chunks.js",
|
|
"test-readline-csi.js",
|
|
"test-readline-emit-keypress-events.js",
|
|
"test-readline-interface-escapecodetimeout.js",
|
|
"test-readline-keys.js",
|
|
"test-readline-position.js",
|
|
"test-readline-reopen.js",
|
|
"test-readline-set-raw-mode.js",
|
|
"test-readline-undefined-columns.js",
|
|
"test-readline.js",
|
|
"test-ref-unref-return.js",
|
|
"test-regression-object-prototype.js",
|
|
"test-require-invalid-package.js",
|
|
"test-require-long-path.js",
|
|
"test-require-nul.js",
|
|
"test-require-process.js",
|
|
"test-signal-handler-remove-on-exit.js",
|
|
"test-signal-handler.js",
|
|
"test-socket-address.js",
|
|
"test-socket-write-after-fin-error.js",
|
|
"test-source-map-enable.js",
|
|
"test-spawn-cmd-named-pipe.js",
|
|
"test-stdin-from-file-spawn.js",
|
|
"test-stdin-hang.js",
|
|
"test-stdin-pipe-large.js",
|
|
"test-stdin-pipe-resume.js",
|
|
"test-stdin-script-child-option.js",
|
|
"test-stdio-pipe-access.js",
|
|
"test-stdio-pipe-redirect.js",
|
|
"test-stdio-pipe-stderr.js",
|
|
"test-stdio-undestroy.js",
|
|
"test-stdout-cannot-be-closed-child-process-pipe.js",
|
|
"test-stdout-pipeline-destroy.js",
|
|
"test-stdout-stderr-reading.js",
|
|
"test-stdout-stderr-write.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-catch-rejections.js",
|
|
"test-stream-construct.js",
|
|
"test-stream-decoder-objectmode.js",
|
|
"test-stream-destroy-event-order.js",
|
|
"test-stream-duplex-destroy.js",
|
|
"test-stream-duplex-end.js",
|
|
"test-stream-duplex-from.js",
|
|
"test-stream-duplex-props.js",
|
|
"test-stream-duplex-readable-end.js",
|
|
"test-stream-duplex-readable-writable.js",
|
|
"test-stream-duplex-writable-finished.js",
|
|
"test-stream-duplex.js",
|
|
"test-stream-end-of-streams.js",
|
|
"test-stream-end-paused.js",
|
|
"test-stream-error-once.js",
|
|
"test-stream-events-prepend.js",
|
|
"test-stream-filter.js",
|
|
"test-stream-flatMap.js",
|
|
"test-stream-forEach.js",
|
|
"test-stream-inheritance.js",
|
|
"test-stream-ispaused.js",
|
|
"test-stream-objectmode-undefined.js",
|
|
"test-stream-once-readable-pipe.js",
|
|
"test-stream-passthrough-drain.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-error-unhandled.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",
|
|
"test-stream-pipeline-async-iterator.js",
|
|
"test-stream-pipeline-duplex.js",
|
|
"test-stream-pipeline-listeners.js",
|
|
"test-stream-pipeline-queued-end-in-destroy.js",
|
|
"test-stream-pipeline-uncaught.js",
|
|
"test-stream-pipeline-with-empty-string.js",
|
|
"test-stream-push-order.js",
|
|
"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-strategy-option.js",
|
|
"test-stream-readable-unpipe-resume.js",
|
|
"test-stream-readable-unshift.js",
|
|
"test-stream-readable-with-unimplemented-_read.js",
|
|
"test-stream-readableListening-state.js",
|
|
"test-stream-reduce.js",
|
|
"test-stream-toArray.js",
|
|
"test-stream-toWeb-allows-server-response.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-hwm0.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",
|
|
"test-stream-writable-aborted.js",
|
|
"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-cb-uncaught.js",
|
|
"test-stream-writable-end-multiple.js",
|
|
"test-stream-writable-ended-state.js",
|
|
"test-stream-writable-final-async.js",
|
|
"test-stream-writable-final-destroy.js",
|
|
"test-stream-writable-final-throw.js",
|
|
"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-error.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-stream3-pipeline-async-iterator.js",
|
|
"test-streams-highwatermark.js",
|
|
"test-string-decoder.js",
|
|
"test-stringbytes-external.js",
|
|
"test-sync-fileread.js",
|
|
"test-sys.js",
|
|
"test-tick-processor-arguments.js",
|
|
"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-als.js",
|
|
"test-timers-clearImmediate.js",
|
|
"test-timers-immediate-queue.js",
|
|
"test-timers-immediate.js",
|
|
"test-timers-interval-throw.js",
|
|
"test-timers-non-integer-delay.js",
|
|
"test-timers-refresh-in-callback.js",
|
|
"test-timers-refresh.js",
|
|
"test-timers-same-timeout-wrong-list-deleted.js",
|
|
"test-timers-setimmediate-infinite-loop.js",
|
|
"test-timers-socket-timeout-removes-other-socket-unref-timer.js",
|
|
"test-timers-timeout-with-non-integer.js",
|
|
"test-timers-uncaught-exception.js",
|
|
"test-timers-unref-throw-then-ref.js",
|
|
"test-timers-unref.js",
|
|
"test-timers-unrefd-interval-still-fires.js",
|
|
"test-timers-unrefed-in-beforeexit.js",
|
|
"test-timers-unrefed-in-callback.js",
|
|
"test-timers-user-call.js",
|
|
"test-timers-zero-timeout.js",
|
|
"test-timers.js",
|
|
"test-tls-alert-handling.js",
|
|
"test-tls-alert.js",
|
|
"test-tls-client-renegotiation-limit.js",
|
|
"test-tls-dhe.js",
|
|
"test-tls-ecdh-auto.js",
|
|
"test-tls-ecdh-multiple.js",
|
|
"test-tls-ecdh.js",
|
|
"test-tls-enable-trace-cli.js",
|
|
"test-tls-enable-trace.js",
|
|
"test-tls-env-extra-ca-no-crypto.js",
|
|
"test-tls-ocsp-callback.js",
|
|
"test-tls-psk-server.js",
|
|
"test-tls-securepair-server.js",
|
|
"test-tls-server-verify.js",
|
|
"test-tls-session-cache.js",
|
|
"test-tls-set-ciphers.js",
|
|
"test-tls-transport-destroy-after-own-gc.js",
|
|
"test-trace-events-async-hooks-dynamic.js",
|
|
"test-trace-events-async-hooks-worker.js",
|
|
"test-tty-stdin-end.js",
|
|
"test-tz-version.js",
|
|
"test-url-domain-ascii-unicode.js",
|
|
"test-url-fileurltopath.js",
|
|
"test-url-format-invalid-input.js",
|
|
"test-url-format-whatwg.js",
|
|
"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-utf8-scripts.js",
|
|
"test-util-deprecate-invalid-code.js",
|
|
"test-util-deprecate.js",
|
|
"test-util-format.js",
|
|
"test-util-inherits.js",
|
|
"test-util-inspect-getters-accessing-this.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-primordial-monkeypatching.js",
|
|
"test-util-promisify.js",
|
|
"test-util-types-exists.js",
|
|
"test-util-types.js",
|
|
"test-util.js",
|
|
"test-uv-binding-constant.js",
|
|
"test-uv-unmapped-exception.js",
|
|
"test-v8-coverage.js",
|
|
"test-v8-deserialize-buffer.js",
|
|
"test-v8-flag-pool-size-0.js",
|
|
"test-v8-global-setter.js",
|
|
"test-v8-stop-coverage.js",
|
|
"test-v8-take-coverage-noop.js",
|
|
"test-v8-take-coverage.js",
|
|
"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",
|
|
"test-vm-new-script-this-context.js",
|
|
"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",
|
|
"test-vm-static-this.js",
|
|
"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",
|
|
"test-weakref.js",
|
|
"test-webcrypto-encrypt-decrypt.js",
|
|
"test-webcrypto-sign-verify.js",
|
|
"test-websocket.js",
|
|
"test-webstream-string-tag.js",
|
|
"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-readablebytestreambyob.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",
|
|
"test-worker-cleanexit-with-js.js",
|
|
"test-worker-message-port-infinite-message-loop.js",
|
|
"test-worker-message-port-multiple-sharedarraybuffers.js",
|
|
"test-worker-message-port-receive-message.js",
|
|
"test-worker-on-process-exit.js",
|
|
"test-worker-ref-onexit.js",
|
|
"test-worker-terminate-unrefed.js",
|
|
"test-zlib-close-after-error.js",
|
|
"test-zlib-close-after-write.js",
|
|
"test-zlib-convenience-methods.js",
|
|
"test-zlib-create-raw.js",
|
|
"test-zlib-deflate-raw-inherits.js",
|
|
"test-zlib-destroy-pipe.js",
|
|
"test-zlib-empty-buffer.js",
|
|
"test-zlib-flush-write-sync-interleaved.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",
|
|
"console-dumb-tty.js",
|
|
"no_dropped_stdio.js",
|
|
"no_interleaved_stdio.js",
|
|
"test-set-raw-mode-reset-process-exit.js",
|
|
"test-set-raw-mode-reset.js",
|
|
"test-tty-color-support-warning-2.js",
|
|
"test-tty-color-support-warning.js",
|
|
"test-tty-stdin-call-end.js",
|
|
"test-tty-stdin-end.js",
|
|
"test-tty-stdout-end.js"
|
|
],
|
|
"pummel": [
|
|
"test-crypto-dh-hash.js",
|
|
"test-crypto-timing-safe-equal-benchmarks.js",
|
|
"test-dh-regr.js",
|
|
"test-fs-largefile.js",
|
|
"test-fs-readfile-tostring-fail.js",
|
|
"test-fs-watch-system-limit.js",
|
|
"test-heapsnapshot-near-heap-limit-big.js",
|
|
"test-net-many-clients.js",
|
|
"test-net-pingpong-delay.js",
|
|
"test-process-cpuUsage.js",
|
|
"test-stream-pipe-multi.js"
|
|
],
|
|
"sequential": [
|
|
"test-buffer-creation-regression.js",
|
|
"test-child-process-exit.js",
|
|
"test-http-server-keep-alive-timeout-slow-server.js",
|
|
"test-net-better-error-messages-port.js",
|
|
"test-net-connect-handle-econnrefused.js",
|
|
"test-net-connect-local-error.js",
|
|
"test-net-reconnect-error.js",
|
|
"test-net-response-size.js",
|
|
"test-net-server-bind.js",
|
|
"test-tls-lookup.js",
|
|
"test-tls-psk-client.js",
|
|
"test-tls-securepair-client.js",
|
|
"test-tls-session-timeout.js"
|
|
]
|
|
},
|
|
"windowsIgnore": {
|
|
"parallel": [
|
|
"test-child-process-detached.js",
|
|
"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",
|
|
"test-util-inspect.js",
|
|
"test-vm-low-stack-space.js"
|
|
]
|
|
},
|
|
"darwinIgnore": {
|
|
"parallel": [
|
|
"test-net-allow-half-open.js",
|
|
"test-net-socket-close-after-end.js",
|
|
"test-fs-watchfile.js"
|
|
]
|
|
},
|
|
"suitesFolder": "test",
|
|
"versionsFolder": "versions"
|
|
}
|