You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
9 years ago
..
sequential.status
test: remove flaky designation from fixed tests
9 years ago
test-child-process-emfile.js
test: fix flaky test-child-process-emfile
9 years ago
test-child-process-execsync.js
test,benchmark: use deepStrictEqual()
9 years ago
test-child-process-fork-getconnections.js
src,test,tools: modify for more stringent linting
9 years ago
test-deprecation-flags.js
process: add 'warning' event and process.emitWarning()
9 years ago
test-dgram-pingpong.js
test: fix flaky test-dgram-pingpong
9 years ago
test-fs-watch.js
test: refactor test-fs-watch
9 years ago
test-http-regr-gh-2928.js
test: retry on known SmartOS bug
9 years ago
test-init.js
test: fix style issues after eslint update
9 years ago
test-module-loading.js
test,benchmark: use deepStrictEqual()
9 years ago
test-net-GH-5504.js
buffer: add .from(), .alloc() and .allocUnsafe()
9 years ago
test-net-server-address.js
net: Validate port in createServer().listen()
9 years ago
test-next-tick-error-spin.js
test: enable linting for tests
10 years ago
test-pipe.js
buffer: add .from(), .alloc() and .allocUnsafe()
9 years ago
test-process-warnings.js
process: add 'warning' event and process.emitWarning()
9 years ago
test-regress-GH-784.js
lib,test: fix whitespace issues
10 years ago
test-regress-GH-877.js
test: enable linting for tests
10 years ago
test-regress-GH-1697.js
buffer: add .from(), .alloc() and .allocUnsafe()
9 years ago
test-regress-GH-1726.js
test: remove unnecessary assignments
9 years ago
test-regress-GH-4015.js
test: enable linting for tests
10 years ago
test-regress-GH-4027.js
test: only refresh tmpDir for tests that need it
10 years ago
test-require-cache-without-stat.js
test: fix redeclared vars in sequential tests
9 years ago
test-stream2-fs.js
test,benchmark: use deepStrictEqual()
9 years ago
test-stream2-stderr-sync.js
test: remove unused assert module imports
9 years ago
test-util-debug.js
test: remove unnecessary assignments
9 years ago
test-vm-timeout-rethrow.js
lib,test,tools: alignment on variable assignments
9 years ago
testcfg.py
test: split test in parallel/sequential
10 years ago