0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 07:27:22 +01:00
nodejs/test/pummel
Nick Stanish a439cf4354 test: fix conversion of microseconds in test
PR-URL: https://github.com/nodejs/node/pull/14706
Fixes: https://github.com/nodejs/node/issues/8728
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
2017-08-09 20:08:23 -07:00
..
test-abort-fatal-error.js test: simplify test skipping 2017-07-04 12:41:49 +03:00
test-child-process-spawn-loop.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-crypto-dh.js test: simplify test skipping 2017-07-04 12:41:49 +03:00
test-crypto-timing-safe-equal-benchmarks.js test: simplify test skipping 2017-07-04 12:41:49 +03:00
test-dh-regr.js test: simplify test skipping 2017-07-04 12:41:49 +03:00
test-dtrace-jsstack.js test: adjust indentation for stricter linting 2017-07-27 09:24:20 -07:00
test-exec.js lib,src: fix consistent spacing inside braces 2017-07-21 15:13:47 -04:00
test-fs-largefile.js test: move test-fs-largefile to pummel 2017-07-20 16:18:21 +08:00
test-fs-watch-file-slow.js lib,src: fix consistent spacing inside braces 2017-07-21 15:13:47 -04:00
test-fs-watch-file.js test: adjust indentation for stricter linting 2017-07-27 09:24:20 -07:00
test-fs-watch-non-recursive.js
test-hash-seed.js test: adjust indentation for stricter linting 2017-07-27 09:24:20 -07:00
test-http-client-reconnect-bug.js lib,src: fix consistent spacing inside braces 2017-07-21 15:13:47 -04:00
test-http-many-keep-alive-connections.js
test-http-upload-timeout.js
test-https-ci-reneg-attack.js test: simplify test skipping 2017-07-04 12:41:49 +03:00
test-https-large-response.js test: simplify test skipping 2017-07-04 12:41:49 +03:00
test-https-no-reader.js test: simplify test skipping 2017-07-04 12:41:49 +03:00
test-keep-alive.js lib,src: fix consistent spacing inside braces 2017-07-21 15:13:47 -04:00
test-net-connect-econnrefused.js
test-net-connect-memleak.js
test-net-many-clients.js
test-net-pause.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-net-pingpong-delay.js
test-net-pingpong.js test: fix RegExp nits 2017-06-21 03:40:27 +03:00
test-net-throttle.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-net-timeout2.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-net-timeout.js test: remove unneeded string splitting 2017-05-15 13:49:45 +02:00
test-net-write-callbacks.js benchmark,lib,test: use braces for multiline block 2017-06-23 14:43:20 -07:00
test-next-tick-infinite-calls.js
test-process-cpuUsage.js test: fix conversion of microseconds in test 2017-08-09 20:08:23 -07:00
test-process-hrtime.js
test-process-uptime.js
test-regress-GH-814_2.js test: replace indexOf with includes and startsWith 2017-07-02 23:36:39 +02:00
test-regress-GH-814.js test: replace indexOf with includes and startsWith 2017-07-02 23:36:39 +02:00
test-regress-GH-892.js lib,src: fix consistent spacing inside braces 2017-07-21 15:13:47 -04:00
test-stream-pipe-multi.js
test-timer-wrap2.js
test-timer-wrap.js
test-timers.js test: reduce string concatenations 2017-05-05 17:39:05 +03:00
test-tls-ci-reneg-attack.js test: simplify test skipping 2017-07-04 12:41:49 +03:00
test-tls-connect-memleak.js test: simplify test skipping 2017-07-04 12:41:49 +03:00
test-tls-securepair-client.js lib,src: fix consistent spacing inside braces 2017-07-21 15:13:47 -04:00
test-tls-server-large-request.js test: simplify test skipping 2017-07-04 12:41:49 +03:00
test-tls-session-timeout.js test: simplify test skipping 2017-07-04 12:41:49 +03:00
test-tls-throttle.js test: simplify test skipping 2017-07-04 12:41:49 +03:00
test-vm-memleak.js doc, lib, test: do not re-require needlessly 2017-07-21 20:40:52 +03:00
test-vm-race.js vm: fix race condition with timeout param 2017-05-23 21:00:40 +02:00
test-watch-file.js
testcfg.py