test: split test in parallel/sequential
authorFedor Indutny <fedor@indutny.com>
Wed, 17 Dec 2014 13:30:04 +0000 (20:30 +0700)
committerFedor Indutny <fedor@indutny.com>
Wed, 17 Dec 2014 13:45:02 +0000 (20:45 +0700)
commit0e19476595729c850f07befea93e864822cd8459
treea868c3dd1becd87b7b5ea9fd2b645dd61e68ae8c
parent165b70f146e163b82a09bb869463708516c08cf6
test: split test in parallel/sequential

Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
PR-URL: https://github.com/iojs/io.js/pull/172
Fix: iojs/io.js#139
775 files changed:
Makefile
test/fixtures/path.js [moved from test/simple/path.js with 100% similarity]
test/parallel/simple.status [moved from test/simple/simple.status with 100% similarity]
test/parallel/test-assert.js [moved from test/simple/test-assert.js with 100% similarity]
test/parallel/test-bad-unicode.js [moved from test/simple/test-bad-unicode.js with 100% similarity]
test/parallel/test-beforeexit-event-exit.js [moved from test/simple/test-beforeexit-event-exit.js with 100% similarity]
test/parallel/test-beforeexit-event.js [moved from test/simple/test-beforeexit-event.js with 97% similarity]
test/parallel/test-buffer-ascii.js [moved from test/simple/test-buffer-ascii.js with 100% similarity]
test/parallel/test-buffer-concat.js [moved from test/simple/test-buffer-concat.js with 100% similarity]
test/parallel/test-buffer-inspect.js [moved from test/simple/test-buffer-inspect.js with 100% similarity]
test/parallel/test-buffer-slice.js [moved from test/simple/test-buffer-slice.js with 100% similarity]
test/parallel/test-buffer.js [moved from test/simple/test-buffer.js with 100% similarity]
test/parallel/test-c-ares.js [moved from test/simple/test-c-ares.js with 100% similarity]
test/parallel/test-child-process-buffering.js [moved from test/simple/test-child-process-buffering.js with 100% similarity]
test/parallel/test-child-process-cwd.js [moved from test/simple/test-child-process-cwd.js with 100% similarity]
test/parallel/test-child-process-default-options.js [moved from test/simple/test-child-process-default-options.js with 100% similarity]
test/parallel/test-child-process-detached.js [moved from test/simple/test-child-process-detached.js with 100% similarity]
test/parallel/test-child-process-disconnect.js [moved from test/simple/test-child-process-disconnect.js with 100% similarity]
test/parallel/test-child-process-double-pipe.js [moved from test/simple/test-child-process-double-pipe.js with 100% similarity]
test/parallel/test-child-process-env.js [moved from test/simple/test-child-process-env.js with 100% similarity]
test/parallel/test-child-process-exec-buffer.js [moved from test/simple/test-child-process-exec-buffer.js with 100% similarity]
test/parallel/test-child-process-exec-cwd.js [moved from test/simple/test-child-process-exec-cwd.js with 100% similarity]
test/parallel/test-child-process-exec-env.js [moved from test/simple/test-child-process-exec-env.js with 100% similarity]
test/parallel/test-child-process-exec-error.js [moved from test/simple/test-child-process-exec-error.js with 100% similarity]
test/parallel/test-child-process-exit-code.js [moved from test/simple/test-child-process-exit-code.js with 100% similarity]
test/parallel/test-child-process-fork-and-spawn.js [moved from test/simple/test-child-process-fork-and-spawn.js with 100% similarity]
test/parallel/test-child-process-fork-close.js [moved from test/simple/test-child-process-fork-close.js with 100% similarity]
test/parallel/test-child-process-fork-dgram.js [moved from test/simple/test-child-process-fork-dgram.js with 100% similarity]
test/parallel/test-child-process-fork-exec-argv.js [moved from test/simple/test-child-process-fork-exec-argv.js with 100% similarity]
test/parallel/test-child-process-fork-exec-path.js [moved from test/simple/test-child-process-fork-exec-path.js with 100% similarity]
test/parallel/test-child-process-fork-net.js [moved from test/simple/test-child-process-fork-net.js with 100% similarity]
test/parallel/test-child-process-fork-net2.js [moved from test/simple/test-child-process-fork-net2.js with 100% similarity]
test/parallel/test-child-process-fork-ref.js [moved from test/simple/test-child-process-fork-ref.js with 100% similarity]
test/parallel/test-child-process-fork-ref2.js [moved from test/simple/test-child-process-fork-ref2.js with 100% similarity]
test/parallel/test-child-process-fork.js [moved from test/simple/test-child-process-fork.js with 100% similarity]
test/parallel/test-child-process-fork3.js [moved from test/simple/test-child-process-fork3.js with 100% similarity]
test/parallel/test-child-process-internal.js [moved from test/simple/test-child-process-internal.js with 100% similarity]
test/parallel/test-child-process-ipc.js [moved from test/simple/test-child-process-ipc.js with 100% similarity]
test/parallel/test-child-process-kill.js [moved from test/simple/test-child-process-kill.js with 100% similarity]
test/parallel/test-child-process-recv-handle.js [moved from test/simple/test-child-process-recv-handle.js with 100% similarity]
test/parallel/test-child-process-send-utf8.js [moved from test/simple/test-child-process-send-utf8.js with 100% similarity]
test/parallel/test-child-process-set-blocking.js [moved from test/simple/test-child-process-set-blocking.js with 100% similarity]
test/parallel/test-child-process-silent.js [moved from test/simple/test-child-process-silent.js with 100% similarity]
test/parallel/test-child-process-spawn-error.js [moved from test/simple/test-child-process-spawn-error.js with 100% similarity]
test/parallel/test-child-process-spawn-typeerror.js [moved from test/simple/test-child-process-spawn-typeerror.js with 100% similarity]
test/parallel/test-child-process-spawnsync-env.js [moved from test/simple/test-child-process-spawnsync-env.js with 100% similarity]
test/parallel/test-child-process-spawnsync-input.js [moved from test/simple/test-child-process-spawnsync-input.js with 100% similarity]
test/parallel/test-child-process-spawnsync-timeout.js [moved from test/simple/test-child-process-spawnsync-timeout.js with 100% similarity]
test/parallel/test-child-process-spawnsync.js [moved from test/simple/test-child-process-spawnsync.js with 100% similarity]
test/parallel/test-child-process-stdin-ipc.js [moved from test/simple/test-child-process-stdin-ipc.js with 100% similarity]
test/parallel/test-child-process-stdin.js [moved from test/simple/test-child-process-stdin.js with 100% similarity]
test/parallel/test-child-process-stdio-big-write-end.js [moved from test/simple/test-child-process-stdio-big-write-end.js with 100% similarity]
test/parallel/test-child-process-stdio-inherit.js [moved from test/simple/test-child-process-stdio-inherit.js with 100% similarity]
test/parallel/test-child-process-stdio.js [moved from test/simple/test-child-process-stdio.js with 100% similarity]
test/parallel/test-child-process-stdout-flush-exit.js [moved from test/simple/test-child-process-stdout-flush-exit.js with 100% similarity]
test/parallel/test-child-process-stdout-flush.js [moved from test/simple/test-child-process-stdout-flush.js with 100% similarity]
test/parallel/test-cli-eval.js [moved from test/simple/test-cli-eval.js with 97% similarity]
test/parallel/test-cluster-basic.js [moved from test/simple/test-cluster-basic.js with 100% similarity]
test/parallel/test-cluster-bind-privileged-port.js [moved from test/simple/test-cluster-bind-privileged-port.js with 100% similarity]
test/parallel/test-cluster-bind-twice.js [moved from test/simple/test-cluster-bind-twice.js with 100% similarity]
test/parallel/test-cluster-dgram-1.js [moved from test/simple/test-cluster-dgram-1.js with 100% similarity]
test/parallel/test-cluster-dgram-2.js [moved from test/simple/test-cluster-dgram-2.js with 100% similarity]
test/parallel/test-cluster-disconnect-idle-worker.js [moved from test/simple/test-cluster-disconnect-idle-worker.js with 100% similarity]
test/parallel/test-cluster-disconnect-with-no-workers.js [moved from test/simple/test-cluster-disconnect-with-no-workers.js with 100% similarity]
test/parallel/test-cluster-disconnect.js [moved from test/simple/test-cluster-disconnect.js with 100% similarity]
test/parallel/test-cluster-eaccess.js [moved from test/simple/test-cluster-eaccess.js with 100% similarity]
test/parallel/test-cluster-eaddrinuse.js [moved from test/simple/test-cluster-eaddrinuse.js with 100% similarity]
test/parallel/test-cluster-fork-env.js [moved from test/simple/test-cluster-fork-env.js with 100% similarity]
test/parallel/test-cluster-http-pipe.js [moved from test/simple/test-cluster-http-pipe.js with 100% similarity]
test/parallel/test-cluster-master-error.js [moved from test/simple/test-cluster-master-error.js with 100% similarity]
test/parallel/test-cluster-master-kill.js [moved from test/simple/test-cluster-master-kill.js with 100% similarity]
test/parallel/test-cluster-message.js [moved from test/simple/test-cluster-message.js with 100% similarity]
test/parallel/test-cluster-net-listen.js [moved from test/simple/test-cluster-net-listen.js with 100% similarity]
test/parallel/test-cluster-net-send.js [moved from test/simple/test-cluster-net-send.js with 100% similarity]
test/parallel/test-cluster-rr-domain-listen.js [moved from test/simple/test-cluster-rr-domain-listen.js with 100% similarity]
test/parallel/test-cluster-send-deadlock.js [moved from test/simple/test-cluster-send-deadlock.js with 100% similarity]
test/parallel/test-cluster-send-handle-twice.js [moved from test/simple/test-cluster-send-handle-twice.js with 100% similarity]
test/parallel/test-cluster-setup-master-argv.js [moved from test/simple/test-cluster-setup-master-argv.js with 100% similarity]
test/parallel/test-cluster-setup-master-cumulative.js [moved from test/simple/test-cluster-setup-master-cumulative.js with 100% similarity]
test/parallel/test-cluster-setup-master-emit.js [moved from test/simple/test-cluster-setup-master-emit.js with 100% similarity]
test/parallel/test-cluster-setup-master-multiple.js [moved from test/simple/test-cluster-setup-master-multiple.js with 100% similarity]
test/parallel/test-cluster-setup-master.js [moved from test/simple/test-cluster-setup-master.js with 100% similarity]
test/parallel/test-cluster-shared-handle-bind-error.js [moved from test/simple/test-cluster-shared-handle-bind-error.js with 100% similarity]
test/parallel/test-cluster-shared-handle-bind-privileged-port.js [moved from test/simple/test-cluster-shared-handle-bind-privileged-port.js with 100% similarity]
test/parallel/test-cluster-uncaught-exception.js [moved from test/simple/test-cluster-uncaught-exception.js with 100% similarity]
test/parallel/test-cluster-worker-constructor.js [moved from test/simple/test-cluster-worker-constructor.js with 100% similarity]
test/parallel/test-cluster-worker-death.js [moved from test/simple/test-cluster-worker-death.js with 100% similarity]
test/parallel/test-cluster-worker-destroy.js [moved from test/simple/test-cluster-worker-destroy.js with 100% similarity]
test/parallel/test-cluster-worker-disconnect.js [moved from test/simple/test-cluster-worker-disconnect.js with 100% similarity]
test/parallel/test-cluster-worker-events.js [moved from test/simple/test-cluster-worker-events.js with 100% similarity]
test/parallel/test-cluster-worker-exit.js [moved from test/simple/test-cluster-worker-exit.js with 100% similarity]
test/parallel/test-cluster-worker-forced-exit.js [moved from test/simple/test-cluster-worker-forced-exit.js with 100% similarity]
test/parallel/test-cluster-worker-init.js [moved from test/simple/test-cluster-worker-init.js with 100% similarity]
test/parallel/test-cluster-worker-isconnected.js [moved from test/simple/test-cluster-worker-isconnected.js with 100% similarity]
test/parallel/test-cluster-worker-isdead.js [moved from test/simple/test-cluster-worker-isdead.js with 100% similarity]
test/parallel/test-cluster-worker-kill.js [moved from test/simple/test-cluster-worker-kill.js with 100% similarity]
test/parallel/test-cluster-worker-no-exit.js [moved from test/simple/test-cluster-worker-no-exit.js with 97% similarity]
test/parallel/test-common.js [moved from test/simple/test-common.js with 100% similarity]
test/parallel/test-console-instance.js [moved from test/simple/test-console-instance.js with 100% similarity]
test/parallel/test-console-not-call-toString.js [moved from test/simple/test-console-not-call-toString.js with 100% similarity]
test/parallel/test-console.js [moved from test/simple/test-console.js with 100% similarity]
test/parallel/test-crypto-authenticated.js [moved from test/simple/test-crypto-authenticated.js with 100% similarity]
test/parallel/test-crypto-binary-default.js [moved from test/simple/test-crypto-binary-default.js with 100% similarity]
test/parallel/test-crypto-certificate.js [moved from test/simple/test-crypto-certificate.js with 100% similarity]
test/parallel/test-crypto-dh-odd-key.js [moved from test/simple/test-crypto-dh-odd-key.js with 100% similarity]
test/parallel/test-crypto-domain.js [moved from test/simple/test-crypto-domain.js with 100% similarity]
test/parallel/test-crypto-domains.js [moved from test/simple/test-crypto-domains.js with 100% similarity]
test/parallel/test-crypto-ecb.js [moved from test/simple/test-crypto-ecb.js with 100% similarity]
test/parallel/test-crypto-from-binary.js [moved from test/simple/test-crypto-from-binary.js with 100% similarity]
test/parallel/test-crypto-hash-stream-pipe.js [moved from test/simple/test-crypto-hash-stream-pipe.js with 100% similarity]
test/parallel/test-crypto-padding-aes256.js [moved from test/simple/test-crypto-padding-aes256.js with 100% similarity]
test/parallel/test-crypto-padding.js [moved from test/simple/test-crypto-padding.js with 100% similarity]
test/parallel/test-crypto-random.js [moved from test/simple/test-crypto-random.js with 100% similarity]
test/parallel/test-crypto-stream.js [moved from test/simple/test-crypto-stream.js with 100% similarity]
test/parallel/test-crypto-verify-failure.js [moved from test/simple/test-crypto-verify-failure.js with 100% similarity]
test/parallel/test-crypto.js [moved from test/simple/test-crypto.js with 100% similarity]
test/parallel/test-delayed-require.js [moved from test/simple/test-delayed-require.js with 100% similarity]
test/parallel/test-dgram-address.js [moved from test/simple/test-dgram-address.js with 100% similarity]
test/parallel/test-dgram-bind-default-address.js [moved from test/simple/test-dgram-bind-default-address.js with 100% similarity]
test/parallel/test-dgram-bind-shared-ports.js [moved from test/simple/test-dgram-bind-shared-ports.js with 100% similarity]
test/parallel/test-dgram-bind.js [moved from test/simple/test-dgram-bind.js with 100% similarity]
test/parallel/test-dgram-broadcast-multi-process.js [moved from test/simple/test-dgram-broadcast-multi-process.js with 100% similarity]
test/parallel/test-dgram-bytes-length.js [moved from test/simple/test-dgram-bytes-length.js with 100% similarity]
test/parallel/test-dgram-close.js [moved from test/simple/test-dgram-close.js with 100% similarity]
test/parallel/test-dgram-empty-packet.js [moved from test/simple/test-dgram-empty-packet.js with 100% similarity]
test/parallel/test-dgram-implicit-bind.js [moved from test/simple/test-dgram-implicit-bind.js with 100% similarity]
test/parallel/test-dgram-listen-after-bind.js [moved from test/simple/test-dgram-listen-after-bind.js with 100% similarity]
test/parallel/test-dgram-msgsize.js [moved from test/simple/test-dgram-msgsize.js with 100% similarity]
test/parallel/test-dgram-multicast-setTTL.js [moved from test/simple/test-dgram-multicast-setTTL.js with 100% similarity]
test/parallel/test-dgram-oob-buffer.js [moved from test/simple/test-dgram-oob-buffer.js with 100% similarity]
test/parallel/test-dgram-pingpong.js [moved from test/simple/test-dgram-pingpong.js with 100% similarity]
test/parallel/test-dgram-ref.js [moved from test/simple/test-dgram-ref.js with 100% similarity]
test/parallel/test-dgram-regress-4496.js [moved from test/simple/test-dgram-regress-4496.js with 100% similarity]
test/parallel/test-dgram-send-bad-arguments.js [moved from test/simple/test-dgram-send-bad-arguments.js with 100% similarity]
test/parallel/test-dgram-send-callback-buffer-length.js [moved from test/simple/test-dgram-send-callback-buffer-length.js with 100% similarity]
test/parallel/test-dgram-send-empty-buffer.js [moved from test/simple/test-dgram-send-empty-buffer.js with 100% similarity]
test/parallel/test-dgram-udp4.js [moved from test/simple/test-dgram-udp4.js with 98% similarity]
test/parallel/test-dgram-unref.js [moved from test/simple/test-dgram-unref.js with 100% similarity]
test/parallel/test-dh-padding.js [moved from test/simple/test-dh-padding.js with 100% similarity]
test/parallel/test-dns-cares-domains.js [moved from test/simple/test-dns-cares-domains.js with 100% similarity]
test/parallel/test-dns-lookup-cb-error.js [moved from test/simple/test-dns-lookup-cb-error.js with 100% similarity]
test/parallel/test-dns-regress-6244.js [moved from test/simple/test-dns-regress-6244.js with 100% similarity]
test/parallel/test-dns-regress-7070.js [moved from test/simple/test-dns-regress-7070.js with 100% similarity]
test/parallel/test-dns.js [moved from test/simple/test-dns.js with 100% similarity]
test/parallel/test-domain-crypto.js [moved from test/simple/test-domain-crypto.js with 100% similarity]
test/parallel/test-domain-enter-exit.js [moved from test/simple/test-domain-enter-exit.js with 100% similarity]
test/parallel/test-domain-exit-dispose-again.js [moved from test/simple/test-domain-exit-dispose-again.js with 100% similarity]
test/parallel/test-domain-exit-dispose.js [moved from test/simple/test-domain-exit-dispose.js with 100% similarity]
test/parallel/test-domain-from-timer.js [moved from test/simple/test-domain-from-timer.js with 100% similarity]
test/parallel/test-domain-http-server.js [moved from test/simple/test-domain-http-server.js with 100% similarity]
test/parallel/test-domain-implicit-fs.js [moved from test/simple/test-domain-implicit-fs.js with 100% similarity]
test/parallel/test-domain-multi.js [moved from test/simple/test-domain-multi.js with 100% similarity]
test/parallel/test-domain-nested-throw.js [moved from test/simple/test-domain-nested-throw.js with 100% similarity]
test/parallel/test-domain-nested.js [moved from test/simple/test-domain-nested.js with 100% similarity]
test/parallel/test-domain-safe-exit.js [moved from test/simple/test-domain-safe-exit.js with 100% similarity]
test/parallel/test-domain-stack.js [moved from test/simple/test-domain-stack.js with 100% similarity]
test/parallel/test-domain-timers.js [moved from test/simple/test-domain-timers.js with 100% similarity]
test/parallel/test-domain.js [moved from test/simple/test-domain.js with 100% similarity]
test/parallel/test-error-reporting.js [moved from test/simple/test-error-reporting.js with 100% similarity]
test/parallel/test-eval-require.js [moved from test/simple/test-eval-require.js with 100% similarity]
test/parallel/test-eval.js [moved from test/simple/test-eval.js with 100% similarity]
test/parallel/test-event-emitter-add-listeners.js [moved from test/simple/test-event-emitter-add-listeners.js with 100% similarity]
test/parallel/test-event-emitter-check-listener-leaks.js [moved from test/simple/test-event-emitter-check-listener-leaks.js with 100% similarity]
test/parallel/test-event-emitter-get-max-listeners.js [moved from test/simple/test-event-emitter-get-max-listeners.js with 100% similarity]
test/parallel/test-event-emitter-listeners-side-effects.js [moved from test/simple/test-event-emitter-listeners-side-effects.js with 100% similarity]
test/parallel/test-event-emitter-listeners.js [moved from test/simple/test-event-emitter-listeners.js with 100% similarity]
test/parallel/test-event-emitter-max-listeners.js [moved from test/simple/test-event-emitter-max-listeners.js with 100% similarity]
test/parallel/test-event-emitter-method-names.js [moved from test/simple/test-event-emitter-method-names.js with 100% similarity]
test/parallel/test-event-emitter-modify-in-emit.js [moved from test/simple/test-event-emitter-modify-in-emit.js with 100% similarity]
test/parallel/test-event-emitter-no-error-provided-to-error-event.js [moved from test/simple/test-event-emitter-no-error-provided-to-error-event.js with 100% similarity]
test/parallel/test-event-emitter-num-args.js [moved from test/simple/test-event-emitter-num-args.js with 100% similarity]
test/parallel/test-event-emitter-once.js [moved from test/simple/test-event-emitter-once.js with 100% similarity]
test/parallel/test-event-emitter-remove-all-listeners.js [moved from test/simple/test-event-emitter-remove-all-listeners.js with 100% similarity]
test/parallel/test-event-emitter-remove-listeners.js [moved from test/simple/test-event-emitter-remove-listeners.js with 100% similarity]
test/parallel/test-event-emitter-set-max-listeners-side-effects.js [moved from test/simple/test-event-emitter-set-max-listeners-side-effects.js with 100% similarity]
test/parallel/test-event-emitter-subclass.js [moved from test/simple/test-event-emitter-subclass.js with 100% similarity]
test/parallel/test-exception-handler.js [moved from test/simple/test-exception-handler.js with 100% similarity]
test/parallel/test-exception-handler2.js [moved from test/simple/test-exception-handler2.js with 100% similarity]
test/parallel/test-exec-max-buffer.js [moved from test/simple/test-exec-max-buffer.js with 100% similarity]
test/parallel/test-file-read-noexist.js [moved from test/simple/test-file-read-noexist.js with 100% similarity]
test/parallel/test-file-write-stream.js [moved from test/simple/test-file-write-stream.js with 100% similarity]
test/parallel/test-file-write-stream2.js [moved from test/simple/test-file-write-stream2.js with 100% similarity]
test/parallel/test-file-write-stream3.js [moved from test/simple/test-file-write-stream3.js with 100% similarity]
test/parallel/test-fs-access.js [moved from test/simple/test-fs-access.js with 100% similarity]
test/parallel/test-fs-append-file-sync.js [moved from test/simple/test-fs-append-file-sync.js with 100% similarity]
test/parallel/test-fs-append-file.js [moved from test/simple/test-fs-append-file.js with 100% similarity]
test/parallel/test-fs-chmod.js [moved from test/simple/test-fs-chmod.js with 100% similarity]
test/parallel/test-fs-empty-readStream.js [moved from test/simple/test-fs-empty-readStream.js with 100% similarity]
test/parallel/test-fs-error-messages.js [moved from test/simple/test-fs-error-messages.js with 100% similarity]
test/parallel/test-fs-exists.js [moved from test/simple/test-fs-exists.js with 100% similarity]
test/parallel/test-fs-fsync.js [moved from test/simple/test-fs-fsync.js with 100% similarity]
test/parallel/test-fs-long-path.js [moved from test/simple/test-fs-long-path.js with 100% similarity]
test/parallel/test-fs-mkdir.js [moved from test/simple/test-fs-mkdir.js with 100% similarity]
test/parallel/test-fs-non-number-arguments-throw.js [moved from test/simple/test-fs-non-number-arguments-throw.js with 100% similarity]
test/parallel/test-fs-null-bytes.js [moved from test/simple/test-fs-null-bytes.js with 100% similarity]
test/parallel/test-fs-open-flags.js [moved from test/simple/test-fs-open-flags.js with 100% similarity]
test/parallel/test-fs-open.js [moved from test/simple/test-fs-open.js with 100% similarity]
test/parallel/test-fs-read-buffer.js [moved from test/simple/test-fs-read-buffer.js with 100% similarity]
test/parallel/test-fs-read-file-sync-hostname.js [moved from test/simple/test-fs-read-file-sync-hostname.js with 100% similarity]
test/parallel/test-fs-read-file-sync.js [moved from test/simple/test-fs-read-file-sync.js with 100% similarity]
test/parallel/test-fs-read-stream-err.js [moved from test/simple/test-fs-read-stream-err.js with 100% similarity]
test/parallel/test-fs-read-stream-fd.js [moved from test/simple/test-fs-read-stream-fd.js with 100% similarity]
test/parallel/test-fs-read-stream-resume.js [moved from test/simple/test-fs-read-stream-resume.js with 100% similarity]
test/parallel/test-fs-read-stream.js [moved from test/simple/test-fs-read-stream.js with 100% similarity]
test/parallel/test-fs-read.js [moved from test/simple/test-fs-read.js with 100% similarity]
test/parallel/test-fs-readfile-empty.js [moved from test/simple/test-fs-readfile-empty.js with 100% similarity]
test/parallel/test-fs-readfile-error.js [moved from test/simple/test-fs-readfile-error.js with 100% similarity]
test/parallel/test-fs-readfile-pipe.js [moved from test/simple/test-fs-readfile-pipe.js with 100% similarity]
test/parallel/test-fs-readfile-unlink.js [moved from test/simple/test-fs-readfile-unlink.js with 100% similarity]
test/parallel/test-fs-readfile-zero-byte-liar.js [moved from test/simple/test-fs-readfile-zero-byte-liar.js with 100% similarity]
test/parallel/test-fs-realpath.js [moved from test/simple/test-fs-realpath.js with 98% similarity]
test/parallel/test-fs-sir-writes-alot.js [moved from test/simple/test-fs-sir-writes-alot.js with 100% similarity]
test/parallel/test-fs-stat.js [moved from test/simple/test-fs-stat.js with 100% similarity]
test/parallel/test-fs-stream-double-close.js [moved from test/simple/test-fs-stream-double-close.js with 100% similarity]
test/parallel/test-fs-symlink-dir-junction-relative.js [moved from test/simple/test-fs-symlink-dir-junction-relative.js with 100% similarity]
test/parallel/test-fs-symlink-dir-junction.js [moved from test/simple/test-fs-symlink-dir-junction.js with 100% similarity]
test/parallel/test-fs-symlink.js [moved from test/simple/test-fs-symlink.js with 100% similarity]
test/parallel/test-fs-sync-fd-leak.js [moved from test/simple/test-fs-sync-fd-leak.js with 100% similarity]
test/parallel/test-fs-truncate-GH-6233.js [moved from test/simple/test-fs-truncate-GH-6233.js with 100% similarity]
test/parallel/test-fs-truncate.js [moved from test/simple/test-fs-truncate.js with 100% similarity]
test/parallel/test-fs-utimes.js [moved from test/simple/test-fs-utimes.js with 100% similarity]
test/parallel/test-fs-write-buffer.js [moved from test/simple/test-fs-write-buffer.js with 100% similarity]
test/parallel/test-fs-write-file-buffer.js [moved from test/simple/test-fs-write-file-buffer.js with 100% similarity]
test/parallel/test-fs-write-file-sync.js [moved from test/simple/test-fs-write-file-sync.js with 100% similarity]
test/parallel/test-fs-write-file.js [moved from test/simple/test-fs-write-file.js with 100% similarity]
test/parallel/test-fs-write-stream-change-open.js [moved from test/simple/test-fs-write-stream-change-open.js with 100% similarity]
test/parallel/test-fs-write-stream-end.js [moved from test/simple/test-fs-write-stream-end.js with 100% similarity]
test/parallel/test-fs-write-stream-err.js [moved from test/simple/test-fs-write-stream-err.js with 100% similarity]
test/parallel/test-fs-write-stream.js [moved from test/simple/test-fs-write-stream.js with 100% similarity]
test/parallel/test-fs-write-sync.js [moved from test/simple/test-fs-write-sync.js with 100% similarity]
test/parallel/test-fs-write.js [moved from test/simple/test-fs-write.js with 100% similarity]
test/parallel/test-global.js [moved from test/simple/test-global.js with 100% similarity]
test/parallel/test-handle-wrap-close-abort.js [moved from test/simple/test-handle-wrap-close-abort.js with 100% similarity]
test/parallel/test-http-1.0-keep-alive.js [moved from test/simple/test-http-1.0-keep-alive.js with 100% similarity]
test/parallel/test-http-1.0.js [moved from test/simple/test-http-1.0.js with 100% similarity]
test/parallel/test-http-304.js [moved from test/simple/test-http-304.js with 100% similarity]
test/parallel/test-http-abort-before-end.js [moved from test/simple/test-http-abort-before-end.js with 100% similarity]
test/parallel/test-http-abort-client.js [moved from test/simple/test-http-abort-client.js with 100% similarity]
test/parallel/test-http-abort-queued.js [moved from test/simple/test-http-abort-queued.js with 97% similarity]
test/parallel/test-http-after-connect.js [moved from test/simple/test-http-after-connect.js with 100% similarity]
test/parallel/test-http-agent-destroyed-socket.js [moved from test/simple/test-http-agent-destroyed-socket.js with 100% similarity]
test/parallel/test-http-agent-false.js [moved from test/simple/test-http-agent-false.js with 100% similarity]
test/parallel/test-http-agent-keepalive.js [moved from test/simple/test-http-agent-keepalive.js with 100% similarity]
test/parallel/test-http-agent-no-protocol.js [moved from test/simple/test-http-agent-no-protocol.js with 100% similarity]
test/parallel/test-http-agent-null.js [moved from test/simple/test-http-agent-null.js with 97% similarity]
test/parallel/test-http-agent.js [moved from test/simple/test-http-agent.js with 100% similarity]
test/parallel/test-http-allow-req-after-204-res.js [moved from test/simple/test-http-allow-req-after-204-res.js with 100% similarity]
test/parallel/test-http-bind-twice.js [moved from test/simple/test-http-bind-twice.js with 100% similarity]
test/parallel/test-http-blank-header.js [moved from test/simple/test-http-blank-header.js with 100% similarity]
test/parallel/test-http-buffer-sanity.js [moved from test/simple/test-http-buffer-sanity.js with 100% similarity]
test/parallel/test-http-byteswritten.js [moved from test/simple/test-http-byteswritten.js with 100% similarity]
test/parallel/test-http-chunked-304.js [moved from test/simple/test-http-chunked-304.js with 100% similarity]
test/parallel/test-http-chunked.js [moved from test/simple/test-http-chunked.js with 100% similarity]
test/parallel/test-http-client-abort.js [moved from test/simple/test-http-client-abort.js with 100% similarity]
test/parallel/test-http-client-abort2.js [moved from test/simple/test-http-client-abort2.js with 100% similarity]
test/parallel/test-http-client-agent.js [moved from test/simple/test-http-client-agent.js with 100% similarity]
test/parallel/test-http-client-default-headers-exist.js [moved from test/simple/test-http-client-default-headers-exist.js with 100% similarity]
test/parallel/test-http-client-encoding.js [moved from test/simple/test-http-client-encoding.js with 100% similarity]
test/parallel/test-http-client-get-url.js [moved from test/simple/test-http-client-get-url.js with 100% similarity]
test/parallel/test-http-client-parse-error.js [moved from test/simple/test-http-client-parse-error.js with 100% similarity]
test/parallel/test-http-client-pipe-end.js [moved from test/simple/test-http-client-pipe-end.js with 100% similarity]
test/parallel/test-http-client-race-2.js [moved from test/simple/test-http-client-race-2.js with 100% similarity]
test/parallel/test-http-client-race.js [moved from test/simple/test-http-client-race.js with 100% similarity]
test/parallel/test-http-client-readable.js [moved from test/simple/test-http-client-readable.js with 100% similarity]
test/parallel/test-http-client-response-domain.js [moved from test/simple/test-http-client-response-domain.js with 100% similarity]
test/parallel/test-http-client-timeout-agent.js [moved from test/simple/test-http-client-timeout-agent.js with 100% similarity]
test/parallel/test-http-client-timeout-event.js [moved from test/simple/test-http-client-timeout-event.js with 100% similarity]
test/parallel/test-http-client-timeout-with-data.js [moved from test/simple/test-http-client-timeout-with-data.js with 100% similarity]
test/parallel/test-http-client-timeout.js [moved from test/simple/test-http-client-timeout.js with 100% similarity]
test/parallel/test-http-client-unescaped-path.js [moved from test/simple/test-http-client-unescaped-path.js with 100% similarity]
test/parallel/test-http-client-upload-buf.js [moved from test/simple/test-http-client-upload-buf.js with 100% similarity]
test/parallel/test-http-client-upload.js [moved from test/simple/test-http-client-upload.js with 100% similarity]
test/parallel/test-http-conn-reset.js [moved from test/simple/test-http-conn-reset.js with 100% similarity]
test/parallel/test-http-connect.js [moved from test/simple/test-http-connect.js with 100% similarity]
test/parallel/test-http-contentLength0.js [moved from test/simple/test-http-contentLength0.js with 100% similarity]
test/parallel/test-http-createConnection.js [moved from test/simple/test-http-createConnection.js with 100% similarity]
test/parallel/test-http-curl-chunk-problem.js [moved from test/simple/test-http-curl-chunk-problem.js with 100% similarity]
test/parallel/test-http-date-header.js [moved from test/simple/test-http-date-header.js with 100% similarity]
test/parallel/test-http-default-encoding.js [moved from test/simple/test-http-default-encoding.js with 100% similarity]
test/parallel/test-http-default-port.js [moved from test/simple/test-http-default-port.js with 100% similarity]
test/parallel/test-http-destroyed-socket-write2.js [moved from test/simple/test-http-destroyed-socket-write2.js with 100% similarity]
test/parallel/test-http-dns-error.js [moved from test/simple/test-http-dns-error.js with 100% similarity]
test/parallel/test-http-end-throw-socket-handling.js [moved from test/simple/test-http-end-throw-socket-handling.js with 100% similarity]
test/parallel/test-http-eof-on-connect.js [moved from test/simple/test-http-eof-on-connect.js with 100% similarity]
test/parallel/test-http-exceptions.js [moved from test/simple/test-http-exceptions.js with 100% similarity]
test/parallel/test-http-exit-delay.js [moved from test/simple/test-http-exit-delay.js with 100% similarity]
test/parallel/test-http-expect-continue.js [moved from test/simple/test-http-expect-continue.js with 100% similarity]
test/parallel/test-http-extra-response.js [moved from test/simple/test-http-extra-response.js with 100% similarity]
test/parallel/test-http-flush.js [moved from test/simple/test-http-flush.js with 100% similarity]
test/parallel/test-http-full-response.js [moved from test/simple/test-http-full-response.js with 100% similarity]
test/parallel/test-http-get-pipeline-problem.js [moved from test/simple/test-http-get-pipeline-problem.js with 100% similarity]
test/parallel/test-http-head-request.js [moved from test/simple/test-http-head-request.js with 100% similarity]
test/parallel/test-http-head-response-has-no-body-end.js [moved from test/simple/test-http-head-response-has-no-body-end.js with 100% similarity]
test/parallel/test-http-head-response-has-no-body.js [moved from test/simple/test-http-head-response-has-no-body.js with 100% similarity]
test/parallel/test-http-header-read.js [moved from test/simple/test-http-header-read.js with 100% similarity]
test/parallel/test-http-header-response-splitting.js [moved from test/simple/test-http-header-response-splitting.js with 100% similarity]
test/parallel/test-http-hex-write.js [moved from test/simple/test-http-hex-write.js with 100% similarity]
test/parallel/test-http-host-headers.js [moved from test/simple/test-http-host-headers.js with 100% similarity]
test/parallel/test-http-incoming-pipelined-socket-destroy.js [moved from test/simple/test-http-incoming-pipelined-socket-destroy.js with 100% similarity]
test/parallel/test-http-keep-alive-close-on-header.js [moved from test/simple/test-http-keep-alive-close-on-header.js with 100% similarity]
test/parallel/test-http-keep-alive.js [moved from test/simple/test-http-keep-alive.js with 100% similarity]
test/parallel/test-http-keepalive-client.js [moved from test/simple/test-http-keepalive-client.js with 100% similarity]
test/parallel/test-http-keepalive-maxsockets.js [moved from test/simple/test-http-keepalive-maxsockets.js with 100% similarity]
test/parallel/test-http-keepalive-request.js [moved from test/simple/test-http-keepalive-request.js with 100% similarity]
test/parallel/test-http-legacy.js [moved from test/simple/test-http-legacy.js with 100% similarity]
test/parallel/test-http-localaddress-bind-error.js [moved from test/simple/test-http-localaddress-bind-error.js with 100% similarity]
test/parallel/test-http-localaddress.js [moved from test/simple/test-http-localaddress.js with 100% similarity]
test/parallel/test-http-malformed-request.js [moved from test/simple/test-http-malformed-request.js with 100% similarity]
test/parallel/test-http-many-ended-pipelines.js [moved from test/simple/test-http-many-ended-pipelines.js with 100% similarity]
test/parallel/test-http-max-headers-count.js [moved from test/simple/test-http-max-headers-count.js with 100% similarity]
test/parallel/test-http-methods.js [moved from test/simple/test-http-methods.js with 100% similarity]
test/parallel/test-http-multi-line-headers.js [moved from test/simple/test-http-multi-line-headers.js with 100% similarity]
test/parallel/test-http-mutable-headers.js [moved from test/simple/test-http-mutable-headers.js with 100% similarity]
test/parallel/test-http-no-content-length.js [moved from test/simple/test-http-no-content-length.js with 100% similarity]
test/parallel/test-http-outgoing-finish.js [moved from test/simple/test-http-outgoing-finish.js with 100% similarity]
test/parallel/test-http-parser-bad-ref.js [moved from test/simple/test-http-parser-bad-ref.js with 100% similarity]
test/parallel/test-http-parser-free.js [moved from test/simple/test-http-parser-free.js with 100% similarity]
test/parallel/test-http-parser.js [moved from test/simple/test-http-parser.js with 100% similarity]
test/parallel/test-http-pause-resume-one-end.js [moved from test/simple/test-http-pause-resume-one-end.js with 100% similarity]
test/parallel/test-http-pause.js [moved from test/simple/test-http-pause.js with 100% similarity]
test/parallel/test-http-pipe-fs.js [moved from test/simple/test-http-pipe-fs.js with 100% similarity]
test/parallel/test-http-proxy.js [moved from test/simple/test-http-proxy.js with 100% similarity]
test/parallel/test-http-raw-headers.js [moved from test/simple/test-http-raw-headers.js with 100% similarity]
test/parallel/test-http-remove-header-stays-removed.js [moved from test/simple/test-http-remove-header-stays-removed.js with 100% similarity]
test/parallel/test-http-request-end-twice.js [moved from test/simple/test-http-request-end-twice.js with 100% similarity]
test/parallel/test-http-request-end.js [moved from test/simple/test-http-request-end.js with 100% similarity]
test/parallel/test-http-request-methods.js [moved from test/simple/test-http-request-methods.js with 100% similarity]
test/parallel/test-http-res-write-after-end.js [moved from test/simple/test-http-res-write-after-end.js with 100% similarity]
test/parallel/test-http-res-write-end-dont-take-array.js [moved from test/simple/test-http-res-write-end-dont-take-array.js with 100% similarity]
test/parallel/test-http-response-close.js [moved from test/simple/test-http-response-close.js with 100% similarity]
test/parallel/test-http-response-no-headers.js [moved from test/simple/test-http-response-no-headers.js with 100% similarity]
test/parallel/test-http-response-readable.js [moved from test/simple/test-http-response-readable.js with 100% similarity]
test/parallel/test-http-response-status-message.js [moved from test/simple/test-http-response-status-message.js with 100% similarity]
test/parallel/test-http-server-multiheaders.js [moved from test/simple/test-http-server-multiheaders.js with 100% similarity]
test/parallel/test-http-server-multiheaders2.js [moved from test/simple/test-http-server-multiheaders2.js with 100% similarity]
test/parallel/test-http-server-stale-close.js [moved from test/simple/test-http-server-stale-close.js with 100% similarity]
test/parallel/test-http-server.js [moved from test/simple/test-http-server.js with 100% similarity]
test/parallel/test-http-set-cookies.js [moved from test/simple/test-http-set-cookies.js with 100% similarity]
test/parallel/test-http-set-timeout-server.js [moved from test/simple/test-http-set-timeout-server.js with 100% similarity]
test/parallel/test-http-set-timeout.js [moved from test/simple/test-http-set-timeout.js with 100% similarity]
test/parallel/test-http-set-trailers.js [moved from test/simple/test-http-set-trailers.js with 100% similarity]
test/parallel/test-http-should-keep-alive.js [moved from test/simple/test-http-should-keep-alive.js with 100% similarity]
test/parallel/test-http-status-code.js [moved from test/simple/test-http-status-code.js with 100% similarity]
test/parallel/test-http-status-message.js [moved from test/simple/test-http-status-message.js with 100% similarity]
test/parallel/test-http-timeout-overflow.js [moved from test/simple/test-http-timeout-overflow.js with 100% similarity]
test/parallel/test-http-timeout.js [moved from test/simple/test-http-timeout.js with 100% similarity]
test/parallel/test-http-unix-socket.js [moved from test/simple/test-http-unix-socket.js with 100% similarity]
test/parallel/test-http-upgrade-agent.js [moved from test/simple/test-http-upgrade-agent.js with 100% similarity]
test/parallel/test-http-upgrade-client.js [moved from test/simple/test-http-upgrade-client.js with 100% similarity]
test/parallel/test-http-upgrade-client2.js [moved from test/simple/test-http-upgrade-client2.js with 100% similarity]
test/parallel/test-http-upgrade-server.js [moved from test/simple/test-http-upgrade-server.js with 100% similarity]
test/parallel/test-http-upgrade-server2.js [moved from test/simple/test-http-upgrade-server2.js with 100% similarity]
test/parallel/test-http-url.parse-auth-with-header-in-request.js [moved from test/simple/test-http-url.parse-auth-with-header-in-request.js with 100% similarity]
test/parallel/test-http-url.parse-auth.js [moved from test/simple/test-http-url.parse-auth.js with 100% similarity]
test/parallel/test-http-url.parse-basic.js [moved from test/simple/test-http-url.parse-basic.js with 100% similarity]
test/parallel/test-http-url.parse-https.request.js [moved from test/simple/test-http-url.parse-https.request.js with 100% similarity]
test/parallel/test-http-url.parse-only-support-http-https-protocol.js [moved from test/simple/test-http-url.parse-only-support-http-https-protocol.js with 100% similarity]
test/parallel/test-http-url.parse-path.js [moved from test/simple/test-http-url.parse-path.js with 100% similarity]
test/parallel/test-http-url.parse-post.js [moved from test/simple/test-http-url.parse-post.js with 100% similarity]
test/parallel/test-http-url.parse-search.js [moved from test/simple/test-http-url.parse-search.js with 100% similarity]
test/parallel/test-http-wget.js [moved from test/simple/test-http-wget.js with 100% similarity]
test/parallel/test-http-write-callbacks.js [moved from test/simple/test-http-write-callbacks.js with 100% similarity]
test/parallel/test-http-write-empty-string.js [moved from test/simple/test-http-write-empty-string.js with 100% similarity]
test/parallel/test-http-write-head.js [moved from test/simple/test-http-write-head.js with 100% similarity]
test/parallel/test-http-zero-length-write.js [moved from test/simple/test-http-zero-length-write.js with 100% similarity]
test/parallel/test-http.js [moved from test/simple/test-http.js with 100% similarity]
test/parallel/test-https-agent.js [moved from test/simple/test-https-agent.js with 100% similarity]
test/parallel/test-https-byteswritten.js [moved from test/simple/test-https-byteswritten.js with 100% similarity]
test/parallel/test-https-client-checkServerIdentity.js [moved from test/simple/test-https-client-checkServerIdentity.js with 100% similarity]
test/parallel/test-https-client-get-url.js [moved from test/simple/test-https-client-get-url.js with 100% similarity]
test/parallel/test-https-client-reject.js [moved from test/simple/test-https-client-reject.js with 100% similarity]
test/parallel/test-https-client-resume.js [moved from test/simple/test-https-client-resume.js with 100% similarity]
test/parallel/test-https-connecting-to-http.js [moved from test/simple/test-https-connecting-to-http.js with 100% similarity]
test/parallel/test-https-drain.js [moved from test/simple/test-https-drain.js with 100% similarity]
test/parallel/test-https-eof-for-eom.js [moved from test/simple/test-https-eof-for-eom.js with 100% similarity]
test/parallel/test-https-foafssl.js [moved from test/simple/test-https-foafssl.js with 100% similarity]
test/parallel/test-https-localaddress-bind-error.js [moved from test/simple/test-https-localaddress-bind-error.js with 100% similarity]
test/parallel/test-https-localaddress.js [moved from test/simple/test-https-localaddress.js with 100% similarity]
test/parallel/test-https-pfx.js [moved from test/simple/test-https-pfx.js with 100% similarity]
test/parallel/test-https-req-split.js [moved from test/simple/test-https-req-split.js with 100% similarity]
test/parallel/test-https-set-timeout-server.js [moved from test/simple/test-https-set-timeout-server.js with 100% similarity]
test/parallel/test-https-simple.js [moved from test/simple/test-https-simple.js with 100% similarity]
test/parallel/test-https-socket-options.js [moved from test/simple/test-https-socket-options.js with 100% similarity]
test/parallel/test-https-strict.js [moved from test/simple/test-https-strict.js with 100% similarity]
test/parallel/test-https-timeout-server-2.js [moved from test/simple/test-https-timeout-server-2.js with 100% similarity]
test/parallel/test-https-timeout-server.js [moved from test/simple/test-https-timeout-server.js with 100% similarity]
test/parallel/test-https-timeout.js [moved from test/simple/test-https-timeout.js with 100% similarity]
test/parallel/test-https-truncate.js [moved from test/simple/test-https-truncate.js with 100% similarity]
test/parallel/test-listen-fd-cluster.js [moved from test/simple/test-listen-fd-cluster.js with 100% similarity]
test/parallel/test-listen-fd-detached-inherit.js [moved from test/simple/test-listen-fd-detached-inherit.js with 100% similarity]
test/parallel/test-listen-fd-detached.js [moved from test/simple/test-listen-fd-detached.js with 100% similarity]
test/parallel/test-listen-fd-ebadf.js [moved from test/simple/test-listen-fd-ebadf.js with 100% similarity]
test/parallel/test-listen-fd-server.js [moved from test/simple/test-listen-fd-server.js with 100% similarity]
test/parallel/test-memory-usage.js [moved from test/simple/test-memory-usage.js with 100% similarity]
test/parallel/test-microtask-queue-integration-domain.js [moved from test/simple/test-microtask-queue-integration-domain.js with 100% similarity]
test/parallel/test-microtask-queue-integration.js [moved from test/simple/test-microtask-queue-integration.js with 100% similarity]
test/parallel/test-microtask-queue-run-domain.js [moved from test/simple/test-microtask-queue-run-domain.js with 100% similarity]
test/parallel/test-microtask-queue-run-immediate-domain.js [moved from test/simple/test-microtask-queue-run-immediate-domain.js with 100% similarity]
test/parallel/test-microtask-queue-run-immediate.js [moved from test/simple/test-microtask-queue-run-immediate.js with 100% similarity]
test/parallel/test-microtask-queue-run.js [moved from test/simple/test-microtask-queue-run.js with 100% similarity]
test/parallel/test-module-globalpaths-nodepath.js [moved from test/simple/test-module-globalpaths-nodepath.js with 100% similarity]
test/parallel/test-module-loading-error.js [moved from test/simple/test-module-loading-error.js with 100% similarity]
test/parallel/test-module-nodemodulepaths.js [moved from test/simple/test-module-nodemodulepaths.js with 100% similarity]
test/parallel/test-net-after-close.js [moved from test/simple/test-net-after-close.js with 100% similarity]
test/parallel/test-net-better-error-messages-listen-path.js [moved from test/simple/test-net-better-error-messages-listen-path.js with 100% similarity]
test/parallel/test-net-better-error-messages-listen.js [moved from test/simple/test-net-better-error-messages-listen.js with 100% similarity]
test/parallel/test-net-better-error-messages-path.js [moved from test/simple/test-net-better-error-messages-path.js with 100% similarity]
test/parallel/test-net-better-error-messages-port-hostname.js [moved from test/simple/test-net-better-error-messages-port-hostname.js with 100% similarity]
test/parallel/test-net-better-error-messages-port.js [moved from test/simple/test-net-better-error-messages-port.js with 100% similarity]
test/parallel/test-net-binary.js [moved from test/simple/test-net-binary.js with 100% similarity]
test/parallel/test-net-bind-twice.js [moved from test/simple/test-net-bind-twice.js with 100% similarity]
test/parallel/test-net-buffersize.js [moved from test/simple/test-net-buffersize.js with 100% similarity]
test/parallel/test-net-bytes-stats.js [moved from test/simple/test-net-bytes-stats.js with 100% similarity]
test/parallel/test-net-can-reset-timeout.js [moved from test/simple/test-net-can-reset-timeout.js with 100% similarity]
test/parallel/test-net-connect-buffer.js [moved from test/simple/test-net-connect-buffer.js with 100% similarity]
test/parallel/test-net-connect-handle-econnrefused.js [moved from test/simple/test-net-connect-handle-econnrefused.js with 100% similarity]
test/parallel/test-net-connect-immediate-finish.js [moved from test/simple/test-net-connect-immediate-finish.js with 100% similarity]
test/parallel/test-net-connect-options-ipv6.js [moved from test/simple/test-net-connect-options-ipv6.js with 100% similarity]
test/parallel/test-net-connect-options.js [moved from test/simple/test-net-connect-options.js with 100% similarity]
test/parallel/test-net-connect-paused-connection.js [moved from test/simple/test-net-connect-paused-connection.js with 94% similarity]
test/parallel/test-net-create-connection.js [moved from test/simple/test-net-create-connection.js with 100% similarity]
test/parallel/test-net-dns-error.js [moved from test/simple/test-net-dns-error.js with 100% similarity]
test/parallel/test-net-dns-lookup.js [moved from test/simple/test-net-dns-lookup.js with 100% similarity]
test/parallel/test-net-during-close.js [moved from test/simple/test-net-during-close.js with 100% similarity]
test/parallel/test-net-eaddrinuse.js [moved from test/simple/test-net-eaddrinuse.js with 100% similarity]
test/parallel/test-net-end-without-connect.js [moved from test/simple/test-net-end-without-connect.js with 100% similarity]
test/parallel/test-net-error-twice.js [moved from test/simple/test-net-error-twice.js with 100% similarity]
test/parallel/test-net-isip.js [moved from test/simple/test-net-isip.js with 100% similarity]
test/parallel/test-net-keepalive.js [moved from test/simple/test-net-keepalive.js with 100% similarity]
test/parallel/test-net-large-string.js [moved from test/simple/test-net-large-string.js with 100% similarity]
test/parallel/test-net-listen-close-server.js [moved from test/simple/test-net-listen-close-server.js with 100% similarity]
test/parallel/test-net-listen-error.js [moved from test/simple/test-net-listen-error.js with 100% similarity]
test/parallel/test-net-listen-fd0.js [moved from test/simple/test-net-listen-fd0.js with 100% similarity]
test/parallel/test-net-listen-shared-ports.js [moved from test/simple/test-net-listen-shared-ports.js with 100% similarity]
test/parallel/test-net-local-address-port.js [moved from test/simple/test-net-local-address-port.js with 100% similarity]
test/parallel/test-net-localerror.js [moved from test/simple/test-net-localerror.js with 100% similarity]
test/parallel/test-net-pause-resume-connecting.js [moved from test/simple/test-net-pause-resume-connecting.js with 100% similarity]
test/parallel/test-net-pingpong.js [moved from test/simple/test-net-pingpong.js with 100% similarity]
test/parallel/test-net-pipe-connect-errors.js [moved from test/simple/test-net-pipe-connect-errors.js with 100% similarity]
test/parallel/test-net-reconnect-error.js [moved from test/simple/test-net-reconnect-error.js with 100% similarity]
test/parallel/test-net-reconnect.js [moved from test/simple/test-net-reconnect.js with 100% similarity]
test/parallel/test-net-remote-address-port.js [moved from test/simple/test-net-remote-address-port.js with 100% similarity]
test/parallel/test-net-server-close.js [moved from test/simple/test-net-server-close.js with 100% similarity]
test/parallel/test-net-server-connections.js [moved from test/simple/test-net-server-connections.js with 100% similarity]
test/parallel/test-net-server-listen-remove-callback.js [moved from test/simple/test-net-server-listen-remove-callback.js with 100% similarity]
test/parallel/test-net-server-max-connections.js [moved from test/simple/test-net-server-max-connections.js with 100% similarity]
test/parallel/test-net-server-pause-on-connect.js [moved from test/simple/test-net-server-pause-on-connect.js with 100% similarity]
test/parallel/test-net-server-try-ports.js [moved from test/simple/test-net-server-try-ports.js with 100% similarity]
test/parallel/test-net-server-unref.js [moved from test/simple/test-net-server-unref.js with 98% similarity]
test/parallel/test-net-settimeout.js [moved from test/simple/test-net-settimeout.js with 100% similarity]
test/parallel/test-net-socket-destroy-twice.js [moved from test/simple/test-net-socket-destroy-twice.js with 100% similarity]
test/parallel/test-net-socket-timeout-unref.js [moved from test/simple/test-net-socket-timeout-unref.js with 100% similarity]
test/parallel/test-net-socket-timeout.js [moved from test/simple/test-net-socket-timeout.js with 100% similarity]
test/parallel/test-net-stream.js [moved from test/simple/test-net-stream.js with 100% similarity]
test/parallel/test-net-write-after-close.js [moved from test/simple/test-net-write-after-close.js with 100% similarity]
test/parallel/test-net-write-connect-write.js [moved from test/simple/test-net-write-connect-write.js with 100% similarity]
test/parallel/test-net-write-slow.js [moved from test/simple/test-net-write-slow.js with 100% similarity]
test/parallel/test-next-tick-doesnt-hang.js [moved from test/simple/test-next-tick-doesnt-hang.js with 100% similarity]
test/parallel/test-next-tick-domain.js [moved from test/simple/test-next-tick-domain.js with 100% similarity]
test/parallel/test-next-tick-errors.js [moved from test/simple/test-next-tick-errors.js with 100% similarity]
test/parallel/test-next-tick-intentional-starvation.js [moved from test/simple/test-next-tick-intentional-starvation.js with 100% similarity]
test/parallel/test-next-tick-ordering.js [moved from test/simple/test-next-tick-ordering.js with 100% similarity]
test/parallel/test-next-tick-ordering2.js [moved from test/simple/test-next-tick-ordering2.js with 100% similarity]
test/parallel/test-next-tick.js [moved from test/simple/test-next-tick.js with 100% similarity]
test/parallel/test-os.js [moved from test/simple/test-os.js with 100% similarity]
test/parallel/test-path-makelong.js [moved from test/simple/test-path-makelong.js with 100% similarity]
test/parallel/test-path-parse-format.js [moved from test/simple/test-path-parse-format.js with 100% similarity]
test/parallel/test-path.js [moved from test/simple/test-path.js with 99% similarity]
test/parallel/test-pipe-file-to-http.js [moved from test/simple/test-pipe-file-to-http.js with 100% similarity]
test/parallel/test-pipe-return-val.js [moved from test/simple/test-pipe-return-val.js with 100% similarity]
test/parallel/test-process-active-wraps.js [moved from test/simple/test-process-active-wraps.js with 100% similarity]
test/parallel/test-process-argv-0.js [moved from test/simple/test-process-argv-0.js with 100% similarity]
test/parallel/test-process-before-exit.js [moved from test/simple/test-process-before-exit.js with 100% similarity]
test/parallel/test-process-binding.js [moved from test/simple/test-process-binding.js with 100% similarity]
test/parallel/test-process-config.js [moved from test/simple/test-process-config.js with 100% similarity]
test/parallel/test-process-env.js [moved from test/simple/test-process-env.js with 100% similarity]
test/parallel/test-process-exec-argv.js [moved from test/simple/test-process-exec-argv.js with 100% similarity]
test/parallel/test-process-exit-code.js [moved from test/simple/test-process-exit-code.js with 100% similarity]
test/parallel/test-process-exit-from-before-exit.js [moved from test/simple/test-process-exit-from-before-exit.js with 100% similarity]
test/parallel/test-process-exit-recursive.js [moved from test/simple/test-process-exit-recursive.js with 100% similarity]
test/parallel/test-process-exit.js [moved from test/simple/test-process-exit.js with 100% similarity]
test/parallel/test-process-getgroups.js [moved from test/simple/test-process-getgroups.js with 100% similarity]
test/parallel/test-process-hrtime.js [moved from test/simple/test-process-hrtime.js with 100% similarity]
test/parallel/test-process-kill-null.js [moved from test/simple/test-process-kill-null.js with 100% similarity]
test/parallel/test-process-kill-pid.js [moved from test/simple/test-process-kill-pid.js with 100% similarity]
test/parallel/test-process-next-tick.js [moved from test/simple/test-process-next-tick.js with 100% similarity]
test/parallel/test-process-raw-debug.js [moved from test/simple/test-process-raw-debug.js with 100% similarity]
test/parallel/test-process-wrap.js [moved from test/simple/test-process-wrap.js with 100% similarity]
test/parallel/test-punycode.js [moved from test/simple/test-punycode.js with 100% similarity]
test/parallel/test-querystring.js [moved from test/simple/test-querystring.js with 100% similarity]
test/parallel/test-readdouble.js [moved from test/simple/test-readdouble.js with 100% similarity]
test/parallel/test-readfloat.js [moved from test/simple/test-readfloat.js with 100% similarity]
test/parallel/test-readint.js [moved from test/simple/test-readint.js with 100% similarity]
test/parallel/test-readline-interface.js [moved from test/simple/test-readline-interface.js with 100% similarity]
test/parallel/test-readline-set-raw-mode.js [moved from test/simple/test-readline-set-raw-mode.js with 100% similarity]
test/parallel/test-readuint.js [moved from test/simple/test-readuint.js with 100% similarity]
test/parallel/test-regress-GH-4256.js [moved from test/simple/test-regress-GH-4256.js with 100% similarity]
test/parallel/test-regress-GH-5927.js [moved from test/simple/test-regress-GH-5927.js with 100% similarity]
test/parallel/test-regress-GH-6235.js [moved from test/simple/test-regress-GH-6235.js with 100% similarity]
test/parallel/test-regress-GH-7511.js [moved from test/simple/test-regress-GH-7511.js with 100% similarity]
test/parallel/test-regress-GH-897.js [moved from test/simple/test-regress-GH-897.js with 100% similarity]
test/parallel/test-regression-object-prototype.js [moved from test/simple/test-regression-object-prototype.js with 100% similarity]
test/parallel/test-repl-.save.load.js [moved from test/simple/test-repl-.save.load.js with 100% similarity]
test/parallel/test-repl-autolibs.js [moved from test/simple/test-repl-autolibs.js with 100% similarity]
test/parallel/test-repl-console.js [moved from test/simple/test-repl-console.js with 100% similarity]
test/parallel/test-repl-domain.js [moved from test/simple/test-repl-domain.js with 100% similarity]
test/parallel/test-repl-end-emits-exit.js [moved from test/simple/test-repl-end-emits-exit.js with 100% similarity]
test/parallel/test-repl-harmony.js [moved from test/simple/test-repl-harmony.js with 100% similarity]
test/parallel/test-repl-options.js [moved from test/simple/test-repl-options.js with 100% similarity]
test/parallel/test-repl-require-cache.js [moved from test/simple/test-repl-require-cache.js with 100% similarity]
test/parallel/test-repl-reset-event.js [moved from test/simple/test-repl-reset-event.js with 100% similarity]
test/parallel/test-repl-setprompt.js [moved from test/simple/test-repl-setprompt.js with 100% similarity]
test/parallel/test-repl-syntax-error-handling.js [moved from test/simple/test-repl-syntax-error-handling.js with 100% similarity]
test/parallel/test-repl-tab-complete.js [moved from test/simple/test-repl-tab-complete.js with 100% similarity]
test/parallel/test-repl-timeout-throw.js [moved from test/simple/test-repl-timeout-throw.js with 100% similarity]
test/parallel/test-repl.js [moved from test/simple/test-repl.js with 100% similarity]
test/parallel/test-require-cache.js [moved from test/simple/test-require-cache.js with 100% similarity]
test/parallel/test-require-exceptions.js [moved from test/simple/test-require-exceptions.js with 100% similarity]
test/parallel/test-require-extensions-main.js [moved from test/simple/test-require-extensions-main.js with 100% similarity]
test/parallel/test-require-extensions-same-filename-as-dir-trailing-slash.js [moved from test/simple/test-require-extensions-same-filename-as-dir-trailing-slash.js with 100% similarity]
test/parallel/test-require-extensions-same-filename-as-dir.js [moved from test/simple/test-require-extensions-same-filename-as-dir.js with 100% similarity]
test/parallel/test-require-json.js [moved from test/simple/test-require-json.js with 100% similarity]
test/parallel/test-require-resolve.js [moved from test/simple/test-require-resolve.js with 100% similarity]
test/parallel/test-signal-handler.js [moved from test/simple/test-signal-handler.js with 100% similarity]
test/parallel/test-signal-safety.js [moved from test/simple/test-signal-safety.js with 100% similarity]
test/parallel/test-smalloc.js [moved from test/simple/test-smalloc.js with 100% similarity]
test/parallel/test-stdin-hang.js [moved from test/simple/test-stdin-hang.js with 100% similarity]
test/parallel/test-stdin-pause-resume-sync.js [moved from test/simple/test-stdin-pause-resume-sync.js with 100% similarity]
test/parallel/test-stdin-pause-resume.js [moved from test/simple/test-stdin-pause-resume.js with 100% similarity]
test/parallel/test-stdin-resume-pause.js [moved from test/simple/test-stdin-resume-pause.js with 100% similarity]
test/parallel/test-stdio-readable-writable.js [moved from test/simple/test-stdio-readable-writable.js with 100% similarity]
test/parallel/test-stdout-close-unref.js [moved from test/simple/test-stdout-close-unref.js with 100% similarity]
test/parallel/test-stream-big-packet.js [moved from test/simple/test-stream-big-packet.js with 100% similarity]
test/parallel/test-stream-big-push.js [moved from test/simple/test-stream-big-push.js with 100% similarity]
test/parallel/test-stream-duplex.js [moved from test/simple/test-stream-duplex.js with 100% similarity]
test/parallel/test-stream-end-paused.js [moved from test/simple/test-stream-end-paused.js with 100% similarity]
test/parallel/test-stream-ispaused.js [moved from test/simple/test-stream-ispaused.js with 100% similarity]
test/parallel/test-stream-pipe-after-end.js [moved from test/simple/test-stream-pipe-after-end.js with 100% similarity]
test/parallel/test-stream-pipe-cleanup.js [moved from test/simple/test-stream-pipe-cleanup.js with 100% similarity]
test/parallel/test-stream-pipe-error-handling.js [moved from test/simple/test-stream-pipe-error-handling.js with 100% similarity]
test/parallel/test-stream-pipe-event.js [moved from test/simple/test-stream-pipe-event.js with 100% similarity]
test/parallel/test-stream-push-order.js [moved from test/simple/test-stream-push-order.js with 100% similarity]
test/parallel/test-stream-push-strings.js [moved from test/simple/test-stream-push-strings.js with 100% similarity]
test/parallel/test-stream-readable-event.js [moved from test/simple/test-stream-readable-event.js with 100% similarity]
test/parallel/test-stream-readable-flow-recursion.js [moved from test/simple/test-stream-readable-flow-recursion.js with 100% similarity]
test/parallel/test-stream-transform-objectmode-falsey-value.js [moved from test/simple/test-stream-transform-objectmode-falsey-value.js with 100% similarity]
test/parallel/test-stream-transform-split-objectmode.js [moved from test/simple/test-stream-transform-split-objectmode.js with 100% similarity]
test/parallel/test-stream-unshift-empty-chunk.js [moved from test/simple/test-stream-unshift-empty-chunk.js with 100% similarity]
test/parallel/test-stream-unshift-read-race.js [moved from test/simple/test-stream-unshift-read-race.js with 100% similarity]
test/parallel/test-stream-writable-change-default-encoding.js [moved from test/simple/test-stream-writable-change-default-encoding.js with 100% similarity]
test/parallel/test-stream-writable-decoded-encoding.js [moved from test/simple/test-stream-writable-decoded-encoding.js with 100% similarity]
test/parallel/test-stream-writev.js [moved from test/simple/test-stream-writev.js with 100% similarity]
test/parallel/test-stream2-base64-single-char-read-end.js [moved from test/simple/test-stream2-base64-single-char-read-end.js with 100% similarity]
test/parallel/test-stream2-compatibility.js [moved from test/simple/test-stream2-compatibility.js with 100% similarity]
test/parallel/test-stream2-finish-pipe.js [moved from test/simple/test-stream2-finish-pipe.js with 100% similarity]
test/parallel/test-stream2-large-read-stall.js [moved from test/simple/test-stream2-large-read-stall.js with 100% similarity]
test/parallel/test-stream2-objects.js [moved from test/simple/test-stream2-objects.js with 100% similarity]
test/parallel/test-stream2-pipe-error-handling.js [moved from test/simple/test-stream2-pipe-error-handling.js with 100% similarity]
test/parallel/test-stream2-pipe-error-once-listener.js [moved from test/simple/test-stream2-pipe-error-once-listener.js with 100% similarity]
test/parallel/test-stream2-push.js [moved from test/simple/test-stream2-push.js with 100% similarity]
test/parallel/test-stream2-read-sync-stack.js [moved from test/simple/test-stream2-read-sync-stack.js with 100% similarity]
test/parallel/test-stream2-readable-empty-buffer-no-eof.js [moved from test/simple/test-stream2-readable-empty-buffer-no-eof.js with 100% similarity]
test/parallel/test-stream2-readable-from-list.js [moved from test/simple/test-stream2-readable-from-list.js with 100% similarity]
test/parallel/test-stream2-readable-legacy-drain.js [moved from test/simple/test-stream2-readable-legacy-drain.js with 100% similarity]
test/parallel/test-stream2-readable-non-empty-end.js [moved from test/simple/test-stream2-readable-non-empty-end.js with 100% similarity]
test/parallel/test-stream2-readable-wrap-empty.js [moved from test/simple/test-stream2-readable-wrap-empty.js with 100% similarity]
test/parallel/test-stream2-readable-wrap.js [moved from test/simple/test-stream2-readable-wrap.js with 100% similarity]
test/parallel/test-stream2-set-encoding.js [moved from test/simple/test-stream2-set-encoding.js with 100% similarity]
test/parallel/test-stream2-transform.js [moved from test/simple/test-stream2-transform.js with 100% similarity]
test/parallel/test-stream2-unpipe-drain.js [moved from test/simple/test-stream2-unpipe-drain.js with 100% similarity]
test/parallel/test-stream2-unpipe-leak.js [moved from test/simple/test-stream2-unpipe-leak.js with 100% similarity]
test/parallel/test-stream2-writable.js [moved from test/simple/test-stream2-writable.js with 100% similarity]
test/parallel/test-stream3-pause-then-read.js [moved from test/simple/test-stream3-pause-then-read.js with 100% similarity]
test/parallel/test-string-decoder-end.js [moved from test/simple/test-string-decoder-end.js with 100% similarity]
test/parallel/test-string-decoder.js [moved from test/simple/test-string-decoder.js with 100% similarity]
test/parallel/test-stringbytes-external.js [moved from test/simple/test-stringbytes-external.js with 100% similarity]
test/parallel/test-sys.js [moved from test/simple/test-sys.js with 100% similarity]
test/parallel/test-tcp-wrap.js [moved from test/simple/test-tcp-wrap.js with 100% similarity]
test/parallel/test-timers-first-fire.js [moved from test/simple/test-timers-first-fire.js with 100% similarity]
test/parallel/test-timers-immediate-queue.js [moved from test/simple/test-timers-immediate-queue.js with 100% similarity]
test/parallel/test-timers-immediate.js [moved from test/simple/test-timers-immediate.js with 100% similarity]
test/parallel/test-timers-linked-list.js [moved from test/simple/test-timers-linked-list.js with 100% similarity]
test/parallel/test-timers-non-integer-delay.js [moved from test/simple/test-timers-non-integer-delay.js with 100% similarity]
test/parallel/test-timers-ordering.js [moved from test/simple/test-timers-ordering.js with 100% similarity]
test/parallel/test-timers-this.js [moved from test/simple/test-timers-this.js with 100% similarity]
test/parallel/test-timers-uncaught-exception.js [moved from test/simple/test-timers-uncaught-exception.js with 100% similarity]
test/parallel/test-timers-unref.js [moved from test/simple/test-timers-unref.js with 100% similarity]
test/parallel/test-timers-zero-timeout.js [moved from test/simple/test-timers-zero-timeout.js with 100% similarity]
test/parallel/test-timers.js [moved from test/simple/test-timers.js with 100% similarity]
test/parallel/test-tls-0-dns-altname.js [moved from test/simple/test-tls-0-dns-altname.js with 100% similarity]
test/parallel/test-tls-alert.js [moved from test/simple/test-tls-alert.js with 100% similarity]
test/parallel/test-tls-cert-regression.js [moved from test/simple/test-tls-cert-regression.js with 100% similarity]
test/parallel/test-tls-check-server-identity.js [moved from test/simple/test-tls-check-server-identity.js with 100% similarity]
test/parallel/test-tls-client-abort.js [moved from test/simple/test-tls-client-abort.js with 100% similarity]
test/parallel/test-tls-client-abort2.js [moved from test/simple/test-tls-client-abort2.js with 100% similarity]
test/parallel/test-tls-client-default-ciphers.js [moved from test/simple/test-tls-client-default-ciphers.js with 100% similarity]
test/parallel/test-tls-client-destroy-soon.js [moved from test/simple/test-tls-client-destroy-soon.js with 100% similarity]
test/parallel/test-tls-client-reject.js [moved from test/simple/test-tls-client-reject.js with 100% similarity]
test/parallel/test-tls-client-resume.js [moved from test/simple/test-tls-client-resume.js with 100% similarity]
test/parallel/test-tls-client-verify.js [moved from test/simple/test-tls-client-verify.js with 100% similarity]
test/parallel/test-tls-close-notify.js [moved from test/simple/test-tls-close-notify.js with 100% similarity]
test/parallel/test-tls-connect-given-socket.js [moved from test/simple/test-tls-connect-given-socket.js with 100% similarity]
test/parallel/test-tls-connect-pipe.js [moved from test/simple/test-tls-connect-pipe.js with 100% similarity]
test/parallel/test-tls-connect-simple.js [moved from test/simple/test-tls-connect-simple.js with 100% similarity]
test/parallel/test-tls-connect.js [moved from test/simple/test-tls-connect.js with 100% similarity]
test/parallel/test-tls-delayed-attach.js [moved from test/simple/test-tls-delayed-attach.js with 100% similarity]
test/parallel/test-tls-dhe.js [moved from test/simple/test-tls-dhe.js with 100% similarity]
test/parallel/test-tls-ecdh-disable.js [moved from test/simple/test-tls-ecdh-disable.js with 100% similarity]
test/parallel/test-tls-ecdh.js [moved from test/simple/test-tls-ecdh.js with 100% similarity]
test/parallel/test-tls-econnreset.js [moved from test/simple/test-tls-econnreset.js with 100% similarity]
test/parallel/test-tls-fast-writing.js [moved from test/simple/test-tls-fast-writing.js with 100% similarity]
test/parallel/test-tls-friendly-error-message.js [moved from test/simple/test-tls-friendly-error-message.js with 98% similarity]
test/parallel/test-tls-getcipher.js [moved from test/simple/test-tls-getcipher.js with 100% similarity]
test/parallel/test-tls-handshake-nohang.js [moved from test/simple/test-tls-handshake-nohang.js with 100% similarity]
test/parallel/test-tls-hello-parser-failure.js [moved from test/simple/test-tls-hello-parser-failure.js with 100% similarity]
test/parallel/test-tls-inception.js [moved from test/simple/test-tls-inception.js with 100% similarity]
test/parallel/test-tls-interleave.js [moved from test/simple/test-tls-interleave.js with 100% similarity]
test/parallel/test-tls-invoke-queued.js [moved from test/simple/test-tls-invoke-queued.js with 100% similarity]
test/parallel/test-tls-junk-closes-server.js [moved from test/simple/test-tls-junk-closes-server.js with 100% similarity]
test/parallel/test-tls-key-mismatch.js [moved from test/simple/test-tls-key-mismatch.js with 100% similarity]
test/parallel/test-tls-max-send-fragment.js [moved from test/simple/test-tls-max-send-fragment.js with 100% similarity]
test/parallel/test-tls-multi-key.js [moved from test/simple/test-tls-multi-key.js with 100% similarity]
test/parallel/test-tls-no-cert-required.js [moved from test/simple/test-tls-no-cert-required.js with 94% similarity]
test/parallel/test-tls-no-rsa-key.js [moved from test/simple/test-tls-no-rsa-key.js with 100% similarity]
test/parallel/test-tls-npn-server-client.js [moved from test/simple/test-tls-npn-server-client.js with 100% similarity]
test/parallel/test-tls-ocsp-callback.js [moved from test/simple/test-tls-ocsp-callback.js with 100% similarity]
test/parallel/test-tls-over-http-tunnel.js [moved from test/simple/test-tls-over-http-tunnel.js with 100% similarity]
test/parallel/test-tls-passphrase.js [moved from test/simple/test-tls-passphrase.js with 100% similarity]
test/parallel/test-tls-pause.js [moved from test/simple/test-tls-pause.js with 100% similarity]
test/parallel/test-tls-peer-certificate-encoding.js [moved from test/simple/test-tls-peer-certificate-encoding.js with 100% similarity]
test/parallel/test-tls-peer-certificate-multi-keys.js [moved from test/simple/test-tls-peer-certificate-multi-keys.js with 100% similarity]
test/parallel/test-tls-peer-certificate.js [moved from test/simple/test-tls-peer-certificate.js with 100% similarity]
test/parallel/test-tls-request-timeout.js [moved from test/simple/test-tls-request-timeout.js with 100% similarity]
test/parallel/test-tls-securepair-server.js [moved from test/simple/test-tls-securepair-server.js with 100% similarity]
test/parallel/test-tls-server-verify.js [moved from test/simple/test-tls-server-verify.js with 100% similarity]
test/parallel/test-tls-session-cache.js [moved from test/simple/test-tls-session-cache.js with 100% similarity]
test/parallel/test-tls-set-ciphers.js [moved from test/simple/test-tls-set-ciphers.js with 100% similarity]
test/parallel/test-tls-set-encoding.js [moved from test/simple/test-tls-set-encoding.js with 100% similarity]
test/parallel/test-tls-sni-option.js [moved from test/simple/test-tls-sni-option.js with 100% similarity]
test/parallel/test-tls-sni-server-client.js [moved from test/simple/test-tls-sni-server-client.js with 100% similarity]
test/parallel/test-tls-ticket-cluster.js [moved from test/simple/test-tls-ticket-cluster.js with 100% similarity]
test/parallel/test-tls-ticket.js [moved from test/simple/test-tls-ticket.js with 100% similarity]
test/parallel/test-tls-timeout-server-2.js [moved from test/simple/test-tls-timeout-server-2.js with 100% similarity]
test/parallel/test-tls-timeout-server.js [moved from test/simple/test-tls-timeout-server.js with 100% similarity]
test/parallel/test-tls-zero-clear-in.js [moved from test/simple/test-tls-zero-clear-in.js with 100% similarity]
test/parallel/test-tty-stdout-end.js [moved from test/simple/test-tty-stdout-end.js with 100% similarity]
test/parallel/test-tty-wrap.js [moved from test/simple/test-tty-wrap.js with 100% similarity]
test/parallel/test-umask.js [moved from test/simple/test-umask.js with 100% similarity]
test/parallel/test-url.js [moved from test/simple/test-url.js with 100% similarity]
test/parallel/test-utf8-scripts.js [moved from test/simple/test-utf8-scripts.js with 100% similarity]
test/parallel/test-util-format.js [moved from test/simple/test-util-format.js with 100% similarity]
test/parallel/test-util-inspect.js [moved from test/simple/test-util-inspect.js with 100% similarity]
test/parallel/test-util-log.js [moved from test/simple/test-util-log.js with 100% similarity]
test/parallel/test-util.js [moved from test/simple/test-util.js with 100% similarity]
test/parallel/test-v8-flags.js [moved from test/simple/test-v8-flags.js with 100% similarity]
test/parallel/test-v8-gc.js [moved from test/simple/test-v8-gc.js with 100% similarity]
test/parallel/test-v8-stats.js [moved from test/simple/test-v8-stats.js with 100% similarity]
test/parallel/test-vm-basic.js [moved from test/simple/test-vm-basic.js with 100% similarity]
test/parallel/test-vm-context-async-script.js [moved from test/simple/test-vm-context-async-script.js with 100% similarity]
test/parallel/test-vm-context-property-forwarding.js [moved from test/simple/test-vm-context-property-forwarding.js with 100% similarity]
test/parallel/test-vm-context.js [moved from test/simple/test-vm-context.js with 100% similarity]
test/parallel/test-vm-create-and-run-in-context.js [moved from test/simple/test-vm-create-and-run-in-context.js with 100% similarity]
test/parallel/test-vm-create-context-accessors.js [moved from test/simple/test-vm-create-context-accessors.js with 100% similarity]
test/parallel/test-vm-create-context-arg.js [moved from test/simple/test-vm-create-context-arg.js with 100% similarity]
test/parallel/test-vm-create-context-circular-reference.js [moved from test/simple/test-vm-create-context-circular-reference.js with 100% similarity]
test/parallel/test-vm-cross-context.js [moved from test/simple/test-vm-cross-context.js with 100% similarity]
test/parallel/test-vm-debug-context.js [moved from test/simple/test-vm-debug-context.js with 100% similarity]
test/parallel/test-vm-function-declaration.js [moved from test/simple/test-vm-function-declaration.js with 100% similarity]
test/parallel/test-vm-global-define-property.js [moved from test/simple/test-vm-global-define-property.js with 100% similarity]
test/parallel/test-vm-global-identity.js [moved from test/simple/test-vm-global-identity.js with 100% similarity]
test/parallel/test-vm-harmony-proxies.js [moved from test/simple/test-vm-harmony-proxies.js with 100% similarity]
test/parallel/test-vm-harmony-symbols.js [moved from test/simple/test-vm-harmony-symbols.js with 100% similarity]
test/parallel/test-vm-is-context.js [moved from test/simple/test-vm-is-context.js with 100% similarity]
test/parallel/test-vm-new-script-new-context.js [moved from test/simple/test-vm-new-script-new-context.js with 100% similarity]
test/parallel/test-vm-new-script-this-context.js [moved from test/simple/test-vm-new-script-this-context.js with 100% similarity]
test/parallel/test-vm-run-in-new-context.js [moved from test/simple/test-vm-run-in-new-context.js with 100% similarity]
test/parallel/test-vm-static-this.js [moved from test/simple/test-vm-static-this.js with 100% similarity]
test/parallel/test-vm-timeout.js [moved from test/simple/test-vm-timeout.js with 100% similarity]
test/parallel/test-writedouble.js [moved from test/simple/test-writedouble.js with 100% similarity]
test/parallel/test-writefloat.js [moved from test/simple/test-writefloat.js with 100% similarity]
test/parallel/test-writeint.js [moved from test/simple/test-writeint.js with 100% similarity]
test/parallel/test-writeuint.js [moved from test/simple/test-writeuint.js with 100% similarity]
test/parallel/test-zlib-close-after-write.js [moved from test/simple/test-zlib-close-after-write.js with 100% similarity]
test/parallel/test-zlib-convenience-methods.js [moved from test/simple/test-zlib-convenience-methods.js with 100% similarity]
test/parallel/test-zlib-dictionary-fail.js [moved from test/simple/test-zlib-dictionary-fail.js with 100% similarity]
test/parallel/test-zlib-dictionary.js [moved from test/simple/test-zlib-dictionary.js with 100% similarity]
test/parallel/test-zlib-flush.js [moved from test/simple/test-zlib-flush.js with 100% similarity]
test/parallel/test-zlib-from-gzip.js [moved from test/simple/test-zlib-from-gzip.js with 100% similarity]
test/parallel/test-zlib-from-multiple-gzip-with-garbage.js [moved from test/simple/test-zlib-from-multiple-gzip-with-garbage.js with 100% similarity]
test/parallel/test-zlib-from-multiple-gzip.js [moved from test/simple/test-zlib-from-multiple-gzip.js with 100% similarity]
test/parallel/test-zlib-from-multiple-huge-gzip.js [moved from test/simple/test-zlib-from-multiple-huge-gzip.js with 100% similarity]
test/parallel/test-zlib-from-string.js [moved from test/simple/test-zlib-from-string.js with 100% similarity]
test/parallel/test-zlib-invalid-input.js [moved from test/simple/test-zlib-invalid-input.js with 100% similarity]
test/parallel/test-zlib-params.js [moved from test/simple/test-zlib-params.js with 100% similarity]
test/parallel/test-zlib-random-byte-pipes.js [moved from test/simple/test-zlib-random-byte-pipes.js with 100% similarity]
test/parallel/test-zlib-write-after-close.js [moved from test/simple/test-zlib-write-after-close.js with 100% similarity]
test/parallel/test-zlib-write-after-flush.js [moved from test/simple/test-zlib-write-after-flush.js with 100% similarity]
test/parallel/test-zlib-zero-byte.js [moved from test/simple/test-zlib-zero-byte.js with 100% similarity]
test/parallel/test-zlib.js [moved from test/simple/test-zlib.js with 100% similarity]
test/parallel/testcfg.py [moved from test/simple/testcfg.py with 65% similarity]
test/sequential/test-chdir.js [moved from test/simple/test-chdir.js with 100% similarity]
test/sequential/test-child-process-emfile.js [moved from test/simple/test-child-process-emfile.js with 100% similarity]
test/sequential/test-child-process-execsync.js [moved from test/simple/test-child-process-execsync.js with 100% similarity]
test/sequential/test-child-process-fork-getconnections.js [moved from test/simple/test-child-process-fork-getconnections.js with 100% similarity]
test/sequential/test-cluster-listening-port.js [moved from test/simple/test-cluster-listening-port.js with 100% similarity]
test/sequential/test-debug-args.js [moved from test/simple/test-debug-args.js with 100% similarity]
test/sequential/test-debug-cluster.js [moved from test/simple/test-debug-cluster.js with 100% similarity]
test/sequential/test-debug-port-cluster.js [moved from test/simple/test-debug-port-cluster.js with 100% similarity]
test/sequential/test-debug-port-from-cmdline.js [moved from test/simple/test-debug-port-from-cmdline.js with 100% similarity]
test/sequential/test-debug-signal-cluster.js [moved from test/simple/test-debug-signal-cluster.js with 100% similarity]
test/sequential/test-deprecation-flags.js [moved from test/simple/test-deprecation-flags.js with 100% similarity]
test/sequential/test-force-repl.js [moved from test/simple/test-force-repl.js with 100% similarity]
test/sequential/test-fs-watch-recursive.js [moved from test/simple/test-fs-watch-recursive.js with 100% similarity]
test/sequential/test-fs-watch.js [moved from test/simple/test-fs-watch.js with 100% similarity]
test/sequential/test-http-pipeline-flood.js [moved from test/simple/test-http-pipeline-flood.js with 100% similarity]
test/sequential/test-init.js [moved from test/simple/test-init.js with 100% similarity]
test/sequential/test-memory-usage-emfile.js [moved from test/simple/test-memory-usage-emfile.js with 100% similarity]
test/sequential/test-mkdir-rmdir.js [moved from test/simple/test-mkdir-rmdir.js with 100% similarity]
test/sequential/test-module-loading.js [moved from test/simple/test-module-loading.js with 99% similarity]
test/sequential/test-net-GH-5504.js [moved from test/simple/test-net-GH-5504.js with 100% similarity]
test/sequential/test-net-listen-exclusive-random-ports.js [moved from test/simple/test-net-listen-exclusive-random-ports.js with 100% similarity]
test/sequential/test-net-localport.js [moved from test/simple/test-net-localport.js with 100% similarity]
test/sequential/test-net-server-address.js [moved from test/simple/test-net-server-address.js with 100% similarity]
test/sequential/test-net-server-bind.js [moved from test/simple/test-net-server-bind.js with 100% similarity]
test/sequential/test-next-tick-error-spin.js [moved from test/simple/test-next-tick-error-spin.js with 100% similarity]
test/sequential/test-pipe-address.js [moved from test/simple/test-pipe-address.js with 100% similarity]
test/sequential/test-pipe-head.js [moved from test/simple/test-pipe-head.js with 100% similarity]
test/sequential/test-pipe-stream.js [moved from test/simple/test-pipe-stream.js with 100% similarity]
test/sequential/test-pipe-unref.js [moved from test/simple/test-pipe-unref.js with 100% similarity]
test/sequential/test-pipe.js [moved from test/simple/test-pipe.js with 100% similarity]
test/sequential/test-pump-file2tcp-noexist.js [moved from test/simple/test-pump-file2tcp-noexist.js with 100% similarity]
test/sequential/test-pump-file2tcp.js [moved from test/simple/test-pump-file2tcp.js with 100% similarity]
test/sequential/test-readdir.js [moved from test/simple/test-readdir.js with 100% similarity]
test/sequential/test-regress-GH-1531.js [moved from test/simple/test-regress-GH-1531.js with 100% similarity]
test/sequential/test-regress-GH-1697.js [moved from test/simple/test-regress-GH-1697.js with 100% similarity]
test/sequential/test-regress-GH-1726.js [moved from test/simple/test-regress-GH-1726.js with 100% similarity]
test/sequential/test-regress-GH-1899.js [moved from test/simple/test-regress-GH-1899.js with 100% similarity]
test/sequential/test-regress-GH-3542.js [moved from test/simple/test-regress-GH-3542.js with 100% similarity]
test/sequential/test-regress-GH-3739.js [moved from test/simple/test-regress-GH-3739.js with 100% similarity]
test/sequential/test-regress-GH-4015.js [moved from test/simple/test-regress-GH-4015.js with 100% similarity]
test/sequential/test-regress-GH-4027.js [moved from test/simple/test-regress-GH-4027.js with 100% similarity]
test/sequential/test-regress-GH-4948.js [moved from test/simple/test-regress-GH-4948.js with 100% similarity]
test/sequential/test-regress-GH-746.js [moved from test/simple/test-regress-GH-746.js with 100% similarity]
test/sequential/test-regress-GH-784.js [moved from test/simple/test-regress-GH-784.js with 100% similarity]
test/sequential/test-regress-GH-819.js [moved from test/simple/test-regress-GH-819.js with 100% similarity]
test/sequential/test-regress-GH-877.js [moved from test/simple/test-regress-GH-877.js with 100% similarity]
test/sequential/test-require-cache-without-stat.js [moved from test/simple/test-require-cache-without-stat.js with 100% similarity]
test/sequential/test-setproctitle.js [moved from test/simple/test-setproctitle.js with 100% similarity]
test/sequential/test-sigint-infinite-loop.js [moved from test/simple/test-sigint-infinite-loop.js with 100% similarity]
test/sequential/test-signal-unregister.js [moved from test/simple/test-signal-unregister.js with 100% similarity]
test/sequential/test-socket-write-after-fin-error.js [moved from test/simple/test-socket-write-after-fin-error.js with 100% similarity]
test/sequential/test-socket-write-after-fin.js [moved from test/simple/test-socket-write-after-fin.js with 100% similarity]
test/sequential/test-stdin-child-proc.js [moved from test/simple/test-stdin-child-proc.js with 100% similarity]
test/sequential/test-stdin-from-file.js [moved from test/simple/test-stdin-from-file.js with 100% similarity]
test/sequential/test-stdin-pipe-resume.js [moved from test/simple/test-stdin-pipe-resume.js with 100% similarity]
test/sequential/test-stdin-script-child.js [moved from test/simple/test-stdin-script-child.js with 100% similarity]
test/sequential/test-stdout-cannot-be-closed-child-process-pipe.js [moved from test/simple/test-stdout-cannot-be-closed-child-process-pipe.js with 100% similarity]
test/sequential/test-stdout-close-catch.js [moved from test/simple/test-stdout-close-catch.js with 100% similarity]
test/sequential/test-stdout-stderr-reading.js [moved from test/simple/test-stdout-stderr-reading.js with 100% similarity]
test/sequential/test-stdout-to-file.js [moved from test/simple/test-stdout-to-file.js with 100% similarity]
test/sequential/test-stream2-fs.js [moved from test/simple/test-stream2-fs.js with 100% similarity]
test/sequential/test-stream2-httpclient-response-end.js [moved from test/simple/test-stream2-httpclient-response-end.js with 100% similarity]
test/sequential/test-stream2-stderr-sync.js [moved from test/simple/test-stream2-stderr-sync.js with 100% similarity]
test/sequential/test-sync-fileread.js [moved from test/simple/test-sync-fileread.js with 100% similarity]
test/sequential/test-tcp-wrap-connect.js [moved from test/simple/test-tcp-wrap-connect.js with 100% similarity]
test/sequential/test-tcp-wrap-listen.js [moved from test/simple/test-tcp-wrap-listen.js with 100% similarity]
test/sequential/test-tls-honorcipherorder.js [moved from test/simple/test-tls-honorcipherorder.js with 100% similarity]
test/sequential/test-util-debug.js [moved from test/simple/test-util-debug.js with 100% similarity]
test/sequential/test-vm-syntax-error-stderr.js [moved from test/simple/test-vm-syntax-error-stderr.js with 100% similarity]
test/sequential/test-vm-timeout-rethrow.js [moved from test/simple/test-vm-timeout-rethrow.js with 100% similarity]
test/sequential/test-zerolengthbufferbug.js [moved from test/simple/test-zerolengthbufferbug.js with 100% similarity]
test/sequential/testcfg.py [new file with mode: 0644]
test/simple/net-socket-readystate.js [deleted file]
tools/test.py
vcbuild.bat