summaryrefslogtreecommitdiff
path: root/test/pummel
AgeCommit message (Expand)Author
2017-03-26test: add common.noop, default for common.mustCall()James M Snell
2017-03-10meta: restore original copyright headerJames M Snell
2017-02-21tools: enable one-var-declaration-per-line ESLint ruleMichaël Zasso
2017-02-19test: improve coverage in test-crypto.dhEric Christie
2017-02-06test: add common.mustNotCall()cjihrig
2017-02-01test: use repeat() instead of new Array().join()Jackson Tian
2017-01-23test: use common.fail() instead of assert(false)cjihrig
2017-01-13test: no unused args test-fs-watch-file.jsistinson
2017-01-13test: improve tests in pummel/test-execChase Starr
2017-01-11test: s/assert.equal/assert.strictEqual/Gibson Fahnestock
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
2017-01-10test: refactor the code of test-keep-alive.jssivaprasanna
2017-01-09test: refactor test-watch-file.jssivaprasanna
2017-01-09test: refactor the code in test-child-process-spawn-loop.jssivaprasanna
2017-01-09tools,test: enforce assert.ifError with lint ruleTeddy Katz
2017-01-02test: use const for all require() callscjihrig
2016-10-24test: make flaky pummel test more reliableBen Noordhuis
2016-10-24test: move flaky test to test/pummelBen Noordhuis
2016-10-19test,lib,benchmark: match function namesRich Trott
2016-10-06test: remove FIXME pummel/test-tls-securepair-clientAlfred Cepeda
2016-09-20tools: add eslint rule prefer-assert-methodsDany Shaanan
2016-09-12tools: replace custom ESLint rule with built-inRich Trott
2016-08-21test: favor `===` over `==` in crypto testsRich Trott
2016-08-21test: refactor pummel/test-dtrace-jsstackRich Trott
2016-08-21test: favor strict equality in test-execRich Trott
2016-08-19test: favor strict equality in http testsRich Trott
2016-08-18test: favor strict equality in pummel net testsRich Trott
2016-08-18test: favor `===` over `==` in test-timers.jsRich Trott
2016-08-18test: favor strict equality checkRich Trott
2016-08-18test: fix assertion in test-watch-file.jsRich Trott
2016-08-09timers: remove unused repeat param in timer_wrapJan Schär
2016-07-27test: use common platform helpers everywhereSantiago Gimeno
2016-07-21test: make import common as the first lineSakthipriyan Vairamani
2016-07-18test: use mustCall() for simple flow trackingcjihrig
2016-07-14test: cleanup IIFE testscjihrig
2016-07-12lib,benchmark,test: implement consistent bracesRich Trott
2016-05-12test: abstract skip functionality to commonJeremiah Senkpiel
2016-05-08tools: lint for object literal spacingRich Trott
2016-04-29process: add process.cpuUsage() - implementation, doc, testsPatrick Mueller
2016-04-28test,tools: limit lint tolerance of gc globalRich Trott
2016-04-22test,benchmark: use deepStrictEqual()Rich Trott
2016-04-04test: fix pummel test failuresRich Trott
2016-03-21lib: simplify code with String.prototype.repeat()Jackson Tian
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-02-25crypto: Improve control of FIPS modeStefan Budeanu
2016-02-01test: pummel test fixesRich Trott
2016-01-19test: fix issues for space-in-parens ESLint ruleRoman Reiss
2016-01-16lib,test: remove extra semicolonsMichaël Zasso
2016-01-13test: fix style issues after eslint updateMichaël Zasso
2016-01-05test: remove unused varsRich Trott