node/test/sequential
Rich Trott 3a0eef7b99 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-26 12:16:34 -07:00
..
sequential.status test: remove flaky designation from fixed tests 2016-02-29 10:42:57 -08:00
test-child-process-emfile.js
test-child-process-execsync.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-child-process-fork-getconnections.js src,test,tools: modify for more stringent linting 2016-02-18 10:11:26 -08:00
test-deprecation-flags.js process: add 'warning' event and process.emitWarning() 2016-03-24 13:19:11 -07:00
test-dgram-pingpong.js test: fix flaky test-dgram-pingpong 2016-02-07 13:01:05 -08:00
test-fs-watch.js test: refactor test-fs-watch 2016-01-21 15:08:31 -08:00
test-http-regr-gh-2928.js test: retry on known SmartOS bug 2016-03-01 13:35:48 -08:00
test-init.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-module-loading.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-net-GH-5504.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-net-server-address.js net: Validate port in createServer().listen() 2016-04-26 12:16:28 -07:00
test-next-tick-error-spin.js
test-pipe.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-process-warnings.js process: add 'warning' event and process.emitWarning() 2016-03-24 13:19:11 -07:00
test-regress-GH-784.js
test-regress-GH-877.js
test-regress-GH-1697.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-regress-GH-1726.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-regress-GH-4015.js
test-regress-GH-4027.js
test-require-cache-without-stat.js test: fix redeclared vars in sequential tests 2016-02-02 20:19:10 +01:00
test-stream2-fs.js test,benchmark: use deepStrictEqual() 2016-04-26 12:16:34 -07:00
test-stream2-stderr-sync.js test: remove unused assert module imports 2015-12-30 11:45:34 -08:00
test-util-debug.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-vm-timeout-rethrow.js lib,test,tools: alignment on variable assignments 2016-04-26 12:16:17 -07:00
testcfg.py