0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/pummel
Rich Trott a7335bd1f0 test,benchmark: use deepStrictEqual()
In preparation for a lint rule that will enforce
assert.deepStrictEqual() over assert.deepEqual(), change tests and
benchmarks accordingly. For tests and benchmarks that are testing or
benchmarking assert.deepEqual() itself, apply a comment to ignore the
upcoming rule.

PR-URL: https://github.com/nodejs/node/pull/6213
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2016-04-22 14:38:09 -07:00
..
test-abort-fatal-error.js
test-child-process-spawn-loop.js
test-crypto-dh.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -07:00
test-dh-regr.js test,benchmark: use deepStrictEqual() 2016-04-22 14:38:09 -07:00
test-dtrace-jsstack.js test: fix pummel test failures 2016-04-04 14:18:49 -07:00
test-exec.js test: pummel test fixes 2016-02-01 09:17:55 -08:00
test-fs-watch-file-slow.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-fs-watch-file.js test: remove unused vars 2016-01-05 08:59:58 -08:00
test-fs-watch-non-recursive.js test: remove unused assert module imports 2015-12-30 11:45:34 -08:00
test-http-client-reconnect-bug.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-http-many-keep-alive-connections.js
test-http-upload-timeout.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-https-ci-reneg-attack.js
test-https-large-response.js lib: simplify code with String.prototype.repeat() 2016-03-21 16:42:58 -07:00
test-https-no-reader.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-keep-alive.js test: remove unused modules 2016-01-01 16:37:02 -08:00
test-net-connect-econnrefused.js
test-net-connect-memleak.js
test-net-many-clients.js lib: simplify code with String.prototype.repeat() 2016-03-21 16:42:58 -07:00
test-net-pause.js
test-net-pingpong-delay.js
test-net-pingpong.js
test-net-throttle.js test: fix pummel test failures 2016-04-04 14:18:49 -07:00
test-net-timeout2.js
test-net-timeout.js
test-net-write-callbacks.js
test-next-tick-infinite-calls.js test: remove unused assert module imports 2015-12-30 11:45:34 -08:00
test-process-hrtime.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-process-uptime.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-regress-GH-814_2.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-regress-GH-814.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-regress-GH-892.js test: remove unused vars 2016-01-05 08:59:58 -08:00
test-stream2-basic.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-stream-pipe-multi.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-timer-wrap2.js test: remove unused modules 2016-01-01 16:37:02 -08:00
test-timer-wrap.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-timers.js test: fix issues for space-in-parens ESLint rule 2016-01-19 04:09:39 +01:00
test-tls-ci-reneg-attack.js
test-tls-connect-memleak.js
test-tls-securepair-client.js test: remove unused modules 2016-01-01 16:37:02 -08:00
test-tls-server-large-request.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-tls-session-timeout.js
test-tls-throttle.js lib: simplify code with String.prototype.repeat() 2016-03-21 16:42:58 -07:00
test-vm-memleak.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-watch-file.js test: remove unused vars 2016-01-05 08:59:58 -08:00
testcfg.py