aboutsummaryrefslogtreecommitdiff
path: root/test/sequential
AgeCommit message (Expand)Author
2017-02-21test: add regex check to test-module-loadingTarang Hirani
2017-02-06test: add common.mustNotCall()cjihrig
2017-01-22test: fix flaky test-regress-GH-897Rich Trott
2017-01-11test: move resource intensive test to sequentialRich Trott
2017-01-11test: s/assert.equal/assert.strictEqual/Gibson Fahnestock
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
2017-01-06benchmark,lib,test: adjust for lintingRich Trott
2017-01-06test: refactor the code in test-util-debug.jssivaprasanna
2017-01-03src, inspector: add --inspect-brk optionJosh Gavant
2017-01-02test: use const for all require() callscjihrig
2016-12-30test: fix flaky test-http-client-timeout-with-dataRich Trott
2016-12-27test: improve the code in test-pipe.jsAdrian Estrada
2016-12-23test: refactor test-init.jsSakthipriyan Vairamani (thefourtheye)
2016-12-22test: refactor the code in test-fs-watch.jssivaprasanna
2016-12-22test: fix timers-same-timeout-wrong-list-deletedRich Trott
2016-12-07test: move long-running test to sequentialRich Trott
2016-12-07test: invalid package.json causes error when require()ing in directorySam Shull
2016-12-01test: refactor test-crypto-timing-safe-equalMichaƫl Zasso
2016-11-12test: refactor test-next-tick-error-spinRich Trott
2016-11-09test: move timer-dependent test to sequentialRich Trott
2016-11-06test: fix flaky test-net-GH-5504Santiago Gimeno
2016-11-04test: move timer-dependent test to sequentialRich Trott
2016-11-02child_process: remove extra newline in errorscjihrig
2016-10-29test: fix freebsd10-64 CI failuresRich Trott
2016-10-27test: prevent workers outliving parentSam Roberts
2016-10-26test: use strict assertions in module loader testBen Noordhuis
2016-10-24test: add coverage for execFileSync() errorscjihrig
2016-10-24test: add more module loader test coverageBen Noordhuis
2016-10-24test: move flaky test to test/pummelBen Noordhuis
2016-10-18test: remove unneeded escaping in template stringsRich Trott
2016-09-29test: cleanup test-net-server-address.jsAkito Ito
2016-09-20tools: add additional ESLint rulesTeddy Katz
2016-09-20tools: add eslint rule prefer-assert-methodsDany Shaanan
2016-09-11test: make crypto.timingSafeEqual test less flakynot-an-aardvark
2016-09-07crypto: add crypto.timingSafeEqual()not-an-aardvark
2016-08-23src: make debugger listen on 127.0.0.1 by defaultBen Noordhuis
2016-08-23Revert "crypto: add crypto.timingSafeEqual"James M Snell
2016-08-22test: fix flaky `test-child-process-pass-fd`Santiago Gimeno
2016-08-20child_process: workaround fd passing issue on OS XSantiago Gimeno
2016-08-19crypto: add crypto.timingSafeEqualnot-an-aardvark
2016-08-19Revert "repl,util: insert carriage returns in output"Evan Lucas
2016-08-18test: fix flaky fs-watch testsSantiago Gimeno
2016-08-16test: use strict equality in regression testRich Trott
2016-08-13repl,util: insert carriage returns in outputJungMinu
2016-08-04util: support classes in util.deprecate()vladimir
2016-07-27test: use common platform helpers everywhereSantiago Gimeno
2016-07-21test: make import common as the first lineSakthipriyan Vairamani
2016-07-19child_process: Check stderr before accessing itRobert Chiras
2016-07-18test: use mustCall() for simple flow trackingcjihrig
2016-07-15test: s/assert.fail/common.fail as appropriatecjihrig