node/test/pummel
Rich Trott 5d69e69b38
test: fix pummel/test-exec
Fix test/pummel/test-exec.js which broke as a result of
e47f972d68
(https://github.com/nodejs/node/pull/24951).

(Until very recently, pummel tests were not run at all in CI and
currently only run nightly on master.)

PR-URL: https://github.com/nodejs/node/pull/25677
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
2019-05-16 14:56:49 -04:00
..
test-abort-fatal-error.js
test-child-process-spawn-loop.js
test-crypto-dh.js
test-crypto-timing-safe-equal-benchmarks.js
test-dh-regr.js
test-dtrace-jsstack.js
test-exec.js test: fix pummel/test-exec 2019-05-16 14:56:49 -04:00
test-fs-largefile.js test: fix test/pummel/test-fs-largefile.js 2019-05-16 14:56:26 -04:00
test-fs-watch-file-slow.js test: removed unused variable in fs-watch-file-slow 2018-11-29 11:38:46 -05:00
test-fs-watch-file.js test: fix test/pummel/test-fs-watch-file.js 2019-05-16 14:56:27 -04:00
test-fs-watch-non-recursive.js test: refactor test-fs-watch-non-recursive 2019-05-16 14:56:27 -04:00
test-fs-watch-system-limit.js test: move test-fs-watch-system-limit from sequential to pummel 2018-12-26 11:18:53 -05:00
test-hash-seed.js test: prepare test-hash-seed for CI 2019-05-16 14:56:39 -04:00
test-http-many-keep-alive-connections.js test: fix the arguments order in assert.strictEqual 2019-01-28 21:54:52 -08:00
test-http-upload-timeout.js
test-https-ci-reneg-attack.js test: remove potential race condition in https renegotiation test 2019-05-16 14:56:46 -04:00
test-https-large-response.js
test-https-no-reader.js
test-keep-alive.js test: add check for wrk to test-keep-alive 2019-05-16 14:56:39 -04:00
test-net-connect-econnrefused.js test: refactor pummel/test-net-connect-econnrefused 2019-05-16 14:56:37 -04:00
test-net-many-clients.js test: refactor pummel/test-net-many-clients 2019-05-16 14:56:37 -04:00
test-net-pause.js test: convert callback to arrow function 2019-02-28 23:37:33 +11:00
test-net-pingpong-delay.js test: swap expected and actual arguments in assert.strictEqual() 2018-11-29 11:38:43 -05:00
test-net-pingpong.js test: refactor pummel/test-net-pingpong 2019-05-16 14:56:37 -04:00
test-net-throttle.js test: replace callback with arrow functions 2019-01-28 23:11:39 -08:00
test-net-timeout.js test: replace closure with arrow function 2019-01-28 23:11:39 -08:00
test-net-timeout2.js
test-net-write-callbacks.js test: assertion equality fix 2019-01-28 21:54:52 -08:00
test-next-tick-infinite-calls.js lib,test: remove yoda statements 2018-03-04 15:33:18 +01:00
test-process-cpuUsage.js
test-process-hrtime.js
test-process-uptime.js
test-regress-GH-814.js tools: add 'spaced-comment' into eslint rules 2018-04-01 22:33:13 +08:00
test-regress-GH-814_2.js tools: add 'spaced-comment' into eslint rules 2018-04-01 22:33:13 +08:00
test-regress-GH-892.js test: corret assertion arg order in test-regress-GH-892.js 2018-11-29 11:38:39 -05:00
test-stream-pipe-multi.js test: swap actual&optional params 2019-01-28 21:54:52 -08:00
test-timer-wrap.js
test-timer-wrap2.js
test-timers.js test: swap arguments in strictEqual() 2018-07-10 09:04:19 +02:00
test-tls-ci-reneg-attack.js test: remove s_client from test-tls-ci-reneg-attack 2019-04-16 20:24:13 +01:00
test-tls-server-large-request.js
test-tls-session-timeout.js test: fix test-tls-session-timeout 2019-05-16 14:56:07 -04:00
test-tls-throttle.js
test-vm-memleak.js test: remove unused catch bindings 2018-12-03 13:33:03 -05:00
test-vm-race.js test: remove unused catch bindings 2018-12-03 13:33:03 -05:00
test-watch-file.js
testcfg.py