0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-25 16:34:05 +01:00
nodejs/test/sequential
Anna Henningsen e2ea73af04
test: make sure that inspector tests finish
PR-URL: https://github.com/nodejs/node/pull/32673
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2020-04-08 16:43:13 +02:00
..
sequential.status
test-async-wrap-getasyncid.js
test-buffer-creation-regression.js
test-child-process-emfile.js
test-child-process-execsync.js
test-child-process-exit.js
test-child-process-pass-fd.js
test-cli-syntax-bad.js
test-cli-syntax-file-not-found.js
test-cli-syntax-good.js
test-cli-syntax-require.js
test-cluster-inspect-brk.js
test-cluster-net-listen-ipv6only-none.js test: replace countdown with Promise.all() in cluster-net-listen tests 2020-03-21 21:52:03 -07:00
test-cluster-net-listen-ipv6only-rr.js test: replace countdown with Promise.all() in cluster-net-listen tests 2020-03-21 21:52:03 -07:00
test-cluster-send-handle-large-payload.js
test-cpu-prof-default.js
test-cpu-prof-dir-absolute.js
test-cpu-prof-dir-and-name.js
test-cpu-prof-dir-relative.js
test-cpu-prof-dir-worker.js
test-cpu-prof-drained.js
test-cpu-prof-exit.js
test-cpu-prof-invalid-options.js
test-cpu-prof-kill.js
test-cpu-prof-name.js
test-cpu-prof-worker-argv.js
test-crypto-timing-safe-equal.js
test-debug-prompt.js
test-debugger-debug-brk.js
test-debugger-repeat-last.js
test-deprecation-flags.js
test-dgram-bind-shared-ports.js
test-dgram-implicit-bind-failure.js
test-dgram-pingpong.js
test-fs-stat-sync-overflow.js
test-fs-watch.js
test-gc-http-client.js
test-heap-prof.js
test-heapdump-flag.js
test-heapdump.js
test-http2-large-file.js
test-http2-max-session-memory.js
test-http2-ping-flood.js
test-http2-settings-flood.js
test-http2-timeout-large-write-file.js
test-http2-timeout-large-write.js
test-http-econnrefused.js
test-http-keep-alive-large-write.js
test-http-keepalive-maxsockets.js
test-http-max-sockets.js
test-http-regr-gh-2928.js
test-http-server-keep-alive-timeout-slow-client-headers.js
test-http-server-keep-alive-timeout-slow-server.js
test-https-connect-localport.js
test-https-server-keep-alive-timeout.js
test-init.js
test-inspector-async-call-stack-abort.js
test-inspector-async-call-stack.js
test-inspector-async-hook-setup-at-inspect-brk.js test: make sure that inspector tests finish 2020-04-08 16:43:13 +02:00
test-inspector-async-hook-setup-at-signal.js test: make sure that inspector tests finish 2020-04-08 16:43:13 +02:00
test-inspector-async-stack-traces-promise-then.js test: make sure that inspector tests finish 2020-04-08 16:43:13 +02:00
test-inspector-async-stack-traces-set-interval.js test: make sure that inspector tests finish 2020-04-08 16:43:13 +02:00
test-inspector-break-e.js test: make sure that inspector tests finish 2020-04-08 16:43:13 +02:00
test-inspector-break-when-eval.js test: make sure that inspector tests finish 2020-04-08 16:43:13 +02:00
test-inspector-console.js test: make sure that inspector tests finish 2020-04-08 16:43:13 +02:00
test-inspector-contexts.js test: make sure that inspector tests finish 2020-04-08 16:43:13 +02:00
test-inspector-debug-brk-flag.js test: make sure that inspector tests finish 2020-04-08 16:43:13 +02:00
test-inspector-debug-end.js test: make sure that inspector tests finish 2020-04-08 16:43:13 +02:00
test-inspector-enabled.js
test-inspector-exception.js test: make sure that inspector tests finish 2020-04-08 16:43:13 +02:00
test-inspector-has-inspector-false.js
test-inspector-invalid-args.js
test-inspector-ip-detection.js test: make sure that inspector tests finish 2020-04-08 16:43:13 +02:00
test-inspector-not-blocked-on-idle.js test: make sure that inspector tests finish 2020-04-08 16:43:13 +02:00
test-inspector-open.js
test-inspector-overwrite-config.js test: make sure that inspector tests finish 2020-04-08 16:43:13 +02:00
test-inspector-port-cluster.js
test-inspector-port-zero.js
test-inspector-resource-name-to-url.js test: make sure that inspector tests finish 2020-04-08 16:43:13 +02:00
test-inspector-runtime-evaluate-with-timeout.js test: make sure that inspector tests finish 2020-04-08 16:43:13 +02:00
test-inspector-scriptparsed-context.js test: make sure that inspector tests finish 2020-04-08 16:43:13 +02:00
test-inspector-stop-profile-after-done.js test: make sure that inspector tests finish 2020-04-08 16:43:13 +02:00
test-inspector-stops-no-file.js
test-inspector-stress-http.js test: make sure that inspector tests finish 2020-04-08 16:43:13 +02:00
test-inspector.js test: make sure that inspector tests finish 2020-04-08 16:43:13 +02:00
test-module-loading.js
test-net-better-error-messages-port.js
test-net-bytes-per-incoming-chunk-overhead.js
test-net-connect-handle-econnrefused.js
test-net-connect-local-error.js
test-net-GH-5504.js
test-net-listen-shared-ports.js
test-net-localport.js
test-net-reconnect-error.js
test-net-response-size.js
test-net-server-address.js
test-net-server-bind.js
test-next-tick-error-spin.js
test-perf-hooks.js
test-performance-eventloopdelay.js
test-pipe.js
test-process-warnings.js
test-repl-timeout-throw.js
test-require-cache-without-stat.js
test-resolution-inspect-brk.js
test-stream2-fs.js
test-stream2-stderr-sync.js
test-timers-block-eventloop.js
test-timers-blocking-callback.js
test-timers-set-interval-excludes-callback-duration.js
test-tls-connect.js
test-tls-lookup.js
test-tls-psk-client.js test: discard data received by client 2020-03-23 07:37:35 -07:00
test-tls-securepair-client.js
test-tls-session-timeout.js
test-util-debug.js
test-vm-timeout-rethrow.js
test-worker-prof.js test: harden the tick sampling logic 2020-03-30 10:24:19 +02:00
testcfg.py