summaryrefslogtreecommitdiff
path: root/test/sequential
AgeCommit message (Expand)Author
2017-04-24test: remove flaky designation for test on AIXRich Trott
2017-04-22test: move test-debugger-repeat-last to sequentialkumarrishav
2017-04-20test: set benchmark-child-process flaky on windowsRich Trott
2017-04-19test: minimize time for child_process benchmarkRich Trott
2017-04-19test: add test for child_process benchmarkJoyee Cheung
2017-04-09test: add http benchmark testJoyee Cheung
2017-04-06src: remove support for --debugJan Krems
2017-04-04test: reduce buffer size in buffer-creation testSakthipriyan Vairamani (thefourtheye)
2017-03-29tools: add unescaped regexp dot rule to linterBrian White
2017-03-28benchmark: check end() argument to be > 0Vse Mozhet Byt
2017-03-26test: add common.noop, default for common.mustCall()James M Snell
2017-03-24test: add minimal test for net benchmarksRich Trott
2017-03-16test: fix flaky test-domain-abort-on-uncaughtRich Trott
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-04test: make tests pass when configured without-sslDaniel Bevenius
2017-02-24test: fix flaky test-vm-timeout-rethrowKunal Pathak
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