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.
cjihrig
3ed0204f23
test: s/assert.fail/common.fail as appropriate
Many tests use assert.fail(null, null, msg) where it would be
simpler to use common.fail(msg). This is largely because
common.fail() is fairly new. This commit makes the replacement
when applicable.
PR-URL: https://github.com/nodejs/node/pull/7735
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
9 years ago
..
sequential.status
test: unmark test-http-regr-gh-2928 as flaky
9 years ago
test-child-process-emfile.js
test: s/assert.fail/common.fail as appropriate
9 years ago
test-child-process-execsync.js
test: cleanup IIFE tests
9 years ago
test-child-process-fork-getconnections.js
src,test,tools: modify for more stringent linting
9 years ago
test-debug-host-port.js
debugger: make listen address configurable
9 years ago
test-debugger-debug-brk.js
test: move test-debugger-debug-brk to sequential
9 years ago
test-deprecation-flags.js
test: use common.fixturesDir almost everywhere
9 years ago
test-dgram-pingpong.js
test: fix flaky test-dgram-pingpong
9 years ago
test-fs-watch.js
tools: lint for object literal spacing
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
test: listen on and connect to 127.0.0.1
9 years ago
test-net-server-address.js
test: abstract skip functionality to common
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
test: use common.fixturesDir almost everywhere
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