summaryrefslogtreecommitdiff
path: root/test/addons
AgeCommit message (Expand)Author
2017-05-05test: reduce string concatenationsVse Mozhet Byt
2017-05-01test,lib,doc: use function declarationsRich Trott
2017-04-07test: add a second argument to assert.throws()dave-k
2017-03-29tools: add unescaped regexp dot rule to linterBrian White
2017-03-26test: add common.noop, default for common.mustCall()James M Snell
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-04test: make tests pass when configured without-sslDaniel Bevenius
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
2017-01-09test: improve module version mismatch error checkcjihrig
2017-01-06test: s/assert.notEqual()/assert.notStrictEqual()/cjihrig
2017-01-02test: use const for all require() callscjihrig
2016-12-01test: replace assert.equal with assert.strictEqualbrad-decker
2016-11-21test: add new.target add-on regression testBen Noordhuis
2016-11-09test: refactor make-callback-recurse testRich Trott
2016-10-25src: make cross-context MakeCallback() calls workBen Noordhuis
2016-10-19test: rename target to exports for consistencyDaniel Bevenius
2016-10-17test: enable node-module-version/test.js with debugDaniel Bevenius
2016-10-10src: update module version mismatch error messageJames M Snell
2016-10-06test: enable addons test to pass with debug buildDaniel Bevenius
2016-09-20tools: add eslint rule prefer-assert-methodsDany Shaanan
2016-08-17test: add an zlib binding addon testAnna Henningsen
2016-08-05test: remove internal headers from addonsGibson Fahnestock
2016-07-18test: use mustCall() for simple flow trackingcjihrig
2016-07-05build: export openssl symbols on windowsBen Noordhuis
2016-06-29test: don't use internal headers in add-on testsBen Noordhuis
2016-06-28src: fix readability/namespace cpplint warningsBen Noordhuis
2016-06-19src: alias BINARY to LATIN1Ben Noordhuis
2016-06-13src: fix erroneous fallthrough in ParseEncoding()Ben Noordhuis
2016-06-07buffer: introduce latin1 encoding termTrevor Norris
2016-05-27test,win: skip addons/load-long-path on WOW64Alexis Campailla
2016-05-25src: add include guards to internal headersBen Noordhuis
2016-05-13test: favor strictEqual() in addon testRich Trott
2016-05-13src,module: add --preserve-symlinks command line flagJames M Snell
2016-05-12test: abstract skip functionality to commonJeremiah Senkpiel
2016-05-11benchmark,test,lib: remove extra spacesRich Trott
2016-05-10test: build addons with V8_DEPRECATION_WARNINGS=1Ben Noordhuis
2016-04-28test,tools: limit lint tolerance of gc globalRich Trott
2016-04-06test: fix another flaky stringbytes testAli Ijaz Sheikh
2016-04-05test: fix flakiness of stringbytes-externalAli Ijaz Sheikh
2016-03-19test: add buffer alignment regression testsAnna Henningsen
2016-02-12test: add addons test for MakeCallbackTrevor Norris
2016-01-05test: remove unused varsRich Trott
2016-01-01test: remove unused modulesRich Trott
2015-12-30test: remove unused assert module importsRich Trott
2015-11-15test: fix path to module for repl test on WindowsMichael Cornacchia
2015-11-10tools: Use `throw new Error()` consistentlyRich Trott
2015-11-02buffer: neuter external `nullptr` buffersFedor Indutny
2015-10-28test: fix heap-profiler link error LNK1194 on winJunliang Yan
2015-10-28test: fix missing unistd.h on windowsJunliang Yan
2015-10-23test: add node::MakeCallback() test coverageBen Noordhuis