summaryrefslogtreecommitdiff
path: root/test/pummel
AgeCommit message (Expand)Author
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
2016-01-01test: remove unused modulesRich Trott
2015-12-30test: remove unused assert module importsRich Trott
2015-12-26test: remove unnecessary assignmentsRich Trott
2015-11-19test: skip/replace weak crypto tests in FIPS modeStefan Budeanu
2015-11-14test: increase crypto strength for FIPS standardStefan Budeanu
2015-11-10tools: Use `throw new Error()` consistentlyRich Trott
2015-10-24test: wrap assert.fail when passed to callbackMyles Borins
2015-09-28test: change calls to deprecated util.print()Rich Trott
2015-09-28test: replace deprecated util.debug() callsRich Trott
2015-09-06test: fix use of `common` before requiredRod Vagg
2015-08-04test: remove two obsolete pummel testsBen Noordhuis
2015-08-04test: don't use arguments.calleeBen Noordhuis
2015-08-04deps: update v8 to 4.4.63.9Ben Noordhuis
2015-08-03test: fix messages and use return to skip testsSakthipriyan Vairamani
2015-07-31test: use common.isWindows consistentlySakthipriyan Vairamani
2015-07-20test: changing process.exit to return while skipping testsSakthipriyan Vairamani