node/test/sequential
Sam Roberts a7e5fe1f06
test: unskip tests that now pass on AIX
One skipped test remains, it creates very large Buffer objects,
triggering the AIX OOM to kill node and its parent processes.

See: https://github.com/nodejs/build/issues/1849#issuecomment-514414165

PR-URL: https://github.com/nodejs/node/pull/29054
Backport-PR-URL: https://github.com/nodejs/node/pull/29599
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
2019-09-19 10:54:38 +01:00
..
sequential.status test: unskip tests that now pass on AIX 2019-09-19 10:54:38 +01:00
test-async-wrap-getasyncid.js test: refactor test-async-wrap-getasyncid 2018-08-17 15:23:11 -04:00
test-benchmark-buffer.js test: reduce benchmark test run time 2018-08-16 01:59:08 -04:00
test-benchmark-child-process.js test: create shared runBenchmark function 2017-09-20 12:48:05 -07:00
test-benchmark-http.js benchmark: implement duration in http test double 2018-02-27 02:10:54 -05:00
test-benchmark-net.js test: create shared runBenchmark function 2017-09-20 12:48:05 -07:00
test-benchmark-path.js test: move test-benchmark-path to sequential 2018-12-21 23:55:14 -05:00
test-benchmark-tls.js test: add crypto check to test-benchmark-tls 2018-08-16 01:59:06 -04:00
test-buffer-creation-regression.js test: simplify test skipping 2017-07-19 15:02:06 -04:00
test-child-process-emfile.js test: simplify test skipping 2017-07-19 15:02:06 -04:00
test-child-process-execsync.js test: update references to archived repository 2018-03-29 23:28:21 -04:00
test-child-process-exit.js test: rename tests to remove "regress" keyword 2018-08-17 15:26:15 -04:00
test-child-process-fork-getconnections.js lib,src: fix consistent spacing inside braces 2017-09-20 12:32:17 -07:00
test-child-process-pass-fd.js test: fix flaky test-child-process-pass-fd 2018-01-22 03:43:23 -05:00
test-cluster-inspect-brk.js test: skipIfInspectorDisabled cluster-inspect-brk 2017-05-02 07:50:16 +02:00
test-cluster-send-handle-large-payload.js test: fix test-cluster-send-handle-large-payload 2018-08-16 11:38:52 +10:00
test-crypto-timing-safe-equal.js test: simplify test skipping 2017-07-19 15:02:06 -04:00
test-debug-prompt.js test: refactor test-debug-prompt 2017-09-20 09:32:36 -07:00
test-debugger-debug-brk.js test: added a test comment 2017-10-17 23:26:22 -07:00
test-debugger-repeat-last.js test: continue normalizing fixtures use 2017-09-12 03:18:34 +02:00
test-deprecation-flags.js test: use fixtures module over fixturesDir 2017-10-17 23:33:25 -07:00
test-dgram-bind-shared-ports.js test: adjust indentation for stricter linting 2017-07-28 02:31:59 +02:00
test-dgram-implicit-bind-failure.js test: move common.PORT tests to sequential 2017-09-20 09:32:44 -07:00
test-dgram-pingpong.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-fs-readfile-tostring-fail.js test: refactor test-fs-readfile-tostring-fail 2018-10-27 00:36:22 +01:00
test-fs-stat-sync-overflow.js test: address nits and rename the corresponding fixture 2018-08-17 15:26:15 -04:00
test-fs-watch-file-enoent-after-deletion.js test: rename tests to remove "regress" keyword 2018-08-17 15:26:15 -04:00
test-fs-watch.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-http-econnrefused.js test: rename test-regress-GH-784.js 2018-08-17 15:26:15 -04:00
test-http-keep-alive-large-write.js net: fix timeouts during long writes 2017-10-23 16:12:22 -04:00
test-http-keepalive-maxsockets.js test: move test-http-keepalive-maxsockets to sequential 2017-11-17 10:10:27 -05:00
test-http-max-http-headers.js cli: add --max-http-header-size flag 2018-12-21 23:55:14 -05:00
test-http-max-sockets.js test: rename test-regress-GH-877.js 2018-08-17 15:26:15 -04:00
test-http-regr-gh-2928.js async_hooks: add missing async_hooks destroys in AsyncReset 2018-11-04 12:35:10 +00:00
test-http-server-consumed-timeout.js test: remove undefined function 2018-01-24 02:45:27 +00:00
test-http-server-keep-alive-timeout-slow-client-headers.js test: move timing-dependent tests to sequential 2017-07-24 10:58:25 -04:00
test-http-server-keep-alive-timeout-slow-server.js test: move timing-dependent tests to sequential 2017-07-24 10:58:25 -04:00
test-http2-large-file.js test: add test-http2-large-file sequential test 2018-10-17 00:07:24 +01:00
test-http2-max-session-memory.js http2: do not create ArrayBuffers when no DATA received 2019-08-15 17:36:46 +01:00
test-http2-ping-flood.js test: fix flaky test-http2-ping-flood 2018-10-27 00:15:39 +01:00
test-http2-session-timeout.js test: improve debugging information for http2 test 2018-10-17 00:07:24 +01:00
test-http2-settings-flood.js test: fix flaky test-http2-settings-flood 2018-10-18 08:36:10 -07:00
test-http2-timeout-large-write-file.js test: simplify assertion in http2 tests 2018-09-25 16:45:59 -04:00
test-http2-timeout-large-write.js test: simplify assertion in http2 tests 2018-09-25 16:45:59 -04:00
test-https-keep-alive-large-write.js net: fix timeouts during long writes 2017-10-23 16:12:22 -04:00
test-https-server-keep-alive-timeout.js test: move timing-sensitive test to sequential 2017-12-20 01:58:49 +00:00
test-init.js test,benchmark,doc: enable dot-notation rule 2018-08-16 01:59:08 -04:00
test-inspector-async-call-stack-abort.js src: fix inspector nullptr deref on abrupt exit 2018-01-22 03:35:28 -05:00
test-inspector-async-call-stack.js inspector: track async stacks when necessary 2017-10-30 23:15:14 -04:00
test-inspector-async-hook-setup-at-inspect-brk.js test: fix inspector tests 2017-10-17 23:39:02 -07:00
test-inspector-async-hook-setup-at-signal.js src,doc,test: Fix common misspellings 2018-05-02 14:30:43 -04:00
test-inspector-async-stack-traces-promise-then.js inspector: no async tracking for promises 2017-12-20 01:59:00 +00:00
test-inspector-async-stack-traces-set-interval.js test: fix inspector tests 2017-10-17 23:39:02 -07:00
test-inspector-bindings.js test,benchmark,doc: enable dot-notation rule 2018-08-16 01:59:08 -04:00
test-inspector-break-e.js test: use common.crashOnUnhandledRejection 2017-12-20 01:59:19 +00:00
test-inspector-break-when-eval.js test: fix inspector tests 2017-10-17 23:39:02 -07:00
test-inspector-contexts.js test: fix spelling in test case comments 2018-03-29 23:28:21 -04:00
test-inspector-debug-brk-flag.js test: fix inspector tests 2017-10-17 23:39:02 -07:00
test-inspector-debug-end.js test: fix inspector tests 2017-10-17 23:39:02 -07:00
test-inspector-enabled.js test: move inspector tests to parallel/sequential 2017-10-17 23:35:41 -07:00
test-inspector-exception.js test: fix inspector tests 2017-10-17 23:39:02 -07:00
test-inspector-invalid-args.js test: fix inspector tests 2017-10-17 23:39:02 -07:00
test-inspector-ip-detection.js test,benchmark,doc: enable dot-notation rule 2018-08-16 01:59:08 -04:00
test-inspector-not-blocked-on-idle.js test: fix inspector tests 2017-10-17 23:39:02 -07:00
test-inspector-open.js test: fix inspector tests 2017-10-17 23:39:02 -07:00
test-inspector-overwrite-config.js lib: guard inspector console using process var 2017-11-17 11:19:59 -05:00
test-inspector-port-cluster.js cluster: fix inspector port assignment 2018-04-13 00:09:49 -04:00
test-inspector-port-zero-cluster.js cluster: fix inspector port assignment 2018-04-13 00:09:49 -04:00
test-inspector-port-zero.js test: make debugging of inspector-port-zero easier 2017-12-20 01:58:56 +00:00
test-inspector-scriptparsed-context.js test: fix inspector tests 2017-10-17 23:39:02 -07:00
test-inspector-stop-profile-after-done.js test: fix assertion argument order 2018-10-16 21:25:51 +01:00
test-inspector-stops-no-file.js test: remove unused parameter 2017-12-20 01:59:02 +00:00
test-inspector.js test: improve assertion in test-inspector.js 2018-09-25 16:45:48 -04:00
test-module-loading.js test: update a few tests to work on OpenBSD 2018-04-13 00:01:08 -04:00
test-net-better-error-messages-port.js test: use dynamic port instead of common.PORT 2017-05-09 13:25:05 -07:00
test-net-bytes-per-incoming-chunk-overhead.js test: add Realloc() shrink after reading stream data test 2018-06-12 13:41:04 -05:00
test-net-connect-local-error.js test: fix sequential test-net-connect-local-error 2017-05-23 11:39:12 -07:00
test-net-GH-5504.js test: clean up inappropriate language 2017-12-20 01:59:05 +00:00
test-net-listen-shared-ports.js lib,src: fix consistent spacing inside braces 2017-09-20 12:32:17 -07:00
test-net-localport.js test: move common.PORT tests to sequential 2017-09-20 09:32:44 -07:00
test-net-reconnect-error.js test: move net reconnect error test to sequential 2017-05-20 08:08:13 -04:00
test-net-response-size.js test: address nits and rename the corresponding fixture 2018-08-17 15:26:15 -04:00
test-net-server-address.js test: simplify test skipping 2017-07-19 15:02:06 -04:00
test-net-server-bind.js test: refactor test-net-server-bind 2017-06-05 12:21:11 -07:00
test-next-tick-error-spin.js test: remove unused parameter in test-next-tick-error-spin.js 2017-12-20 01:59:03 +00:00
test-performance.js test: address unreliable test-performance 2018-09-06 09:40:52 -07:00
test-pipe.js test: add common.noop, default for common.mustCall() 2017-03-26 12:47:15 -07:00
test-process-warnings.js test: use fixtures in test-process-warnings 2017-10-17 23:28:42 -07:00
test-repl-timeout-throw.js test: fix flaky repl-timeout-throw 2018-08-16 11:38:53 +10:00
test-require-cache-without-stat.js test: improve to use template string 2018-02-27 00:44:00 -05:00
test-set-http-max-http-headers.js cli: add --max-http-header-size flag 2018-12-21 23:55:14 -05:00
test-stream-writable-clear-buffer.js stream: fix disparity between buffer and the count 2017-10-11 02:05:33 -04:00
test-stream2-fs.js test: use ES6 classes instead of util.inherits 2017-11-14 16:40:20 +00:00
test-stream2-stderr-sync.js test: improve to use template string 2018-02-27 00:44:00 -05:00
test-timers-block-eventloop.js test: fix flaky timers-block-eventloop test 2018-04-13 03:40:29 +01:00
test-timers-blocking-callback.js test: make timers-blocking-callback more reliable 2017-09-12 03:17:03 +02:00
test-timers-throw-reschedule.js test: move test-timers-throw-reschedule to sequential 2018-08-17 17:59:09 -04:00
test-tls-connect.js test: remove common.PORT from parallel tests 2018-04-12 01:11:36 +01:00
test-tls-lookup.js test: remove common.PORT from parallel tests 2018-04-12 01:11:36 +01:00
test-util-debug.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
test-vm-timeout-rethrow.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
testcfg.py test: split test in parallel/sequential 2014-12-17 20:45:02 +07:00