0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/pummel
Rich Trott 82f03f89b4 test: fix test/pummel/test-fs-watch-non-recursive.js
test-fs-watch-non-recursive was loading the `common/tmpdir` module as if
it were a built-in and was failing because of it. Fix the path. The test
now works.

PR-URL: https://github.com/nodejs/node/pull/25386
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2019-01-09 22:19:20 -08: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 doc,lib,test: capitalize comment sentences 2018-12-17 17:14:35 +01:00
test-fs-largefile.js test: fix test/pummel/test-fs-largefile.js 2019-01-09 13:50:17 -08:00
test-fs-watch-file-slow.js test: removed unused variable in fs-watch-file-slow 2018-10-15 12:08:04 +02:00
test-fs-watch-file.js test: fix test/pummel/test-fs-watch-file.js 2019-01-09 20:48:45 -08:00
test-fs-watch-non-recursive.js test: fix test/pummel/test-fs-watch-non-recursive.js 2019-01-09 22:19:20 -08:00
test-fs-watch-system-limit.js test: move test-fs-watch-system-limit from sequential to pummel 2018-11-09 16:11:51 -08:00
test-hash-seed.js
test-http-client-reconnect-bug.js
test-http-many-keep-alive-connections.js test: fix the arguments order in assert.strictEqual 2018-11-19 08:38:35 -08:00
test-http-upload-timeout.js
test-https-ci-reneg-attack.js tools: capitalize sentences 2018-12-10 17:07:18 +01:00
test-https-large-response.js
test-https-no-reader.js
test-keep-alive.js test: replace callback with arrow functions 2018-11-22 06:12:55 +01:00
test-net-connect-econnrefused.js
test-net-many-clients.js test: use the correct parameter order on assert.strictEqual() 2018-10-15 12:00:00 +02:00
test-net-pause.js test: convert callback to arrow function 2018-11-25 19:45:25 +05:30
test-net-pingpong-delay.js test: swap expected and actual arguments in assert.strictEqual() 2018-10-15 12:03:08 +02:00
test-net-pingpong.js test: reverse the order of assertion statement arguments in pingpong test 2018-10-15 12:08:04 +02:00
test-net-throttle.js test: replace callback with arrow functions 2018-11-24 06:44:52 +09:00
test-net-timeout2.js
test-net-timeout.js test: replace closure with arrow function 2018-11-22 14:01:33 +05:30
test-net-write-callbacks.js test: assertion equality fix 2018-11-18 23:46:33 -08:00
test-next-tick-infinite-calls.js
test-process-cpuUsage.js
test-process-hrtime.js doc,lib,test: capitalize comment sentences 2018-12-17 17:14:35 +01:00
test-process-uptime.js
test-regress-GH-814_2.js
test-regress-GH-814.js
test-regress-GH-892.js test: corret assertion arg order in test-regress-GH-892.js 2018-10-15 12:00:00 +02:00
test-stream-pipe-multi.js test: swap actual&optional params 2018-11-18 10:44:36 -08:00
test-timers.js tools: capitalize sentences 2018-12-10 17:07:18 +01:00
test-tls-ci-reneg-attack.js tools: capitalize sentences 2018-12-10 17:07:18 +01:00
test-tls-server-large-request.js
test-tls-session-timeout.js test: fix test-tls-session-timeout 2018-12-24 21:50:28 -08:00
test-tls-throttle.js
test-vm-memleak.js test: remove unused catch bindings 2018-11-06 10:59:18 -05:00
test-vm-race.js test: remove unused catch bindings 2018-11-06 10:59:18 -05:00
test-watch-file.js
testcfg.py