summaryrefslogtreecommitdiff
path: root/test/addons
AgeCommit message (Expand)Author
2017-09-08src: add support to pass flags to dlopenEzequiel Garcia
2017-08-24test: extend async addon testAnna Henningsen
2017-08-23test: remove unused parametersDaniil Shakir
2017-08-14test: add test to verify ErrnoException pathDaniel Bevenius
2017-08-04test: support odd value for kStringMaxLengthMichaƫl Zasso
2017-08-01test: add check on an addon that does not registerEzequiel Garcia
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-07-06async_hooks: C++ Embedder API overhaulAndreas Madsen
2017-07-04test: simplify test skippingVse Mozhet Byt
2017-07-02test: replace indexOf with includes and startsWithNataly Shrits
2017-07-02test: remove undef NDEBUG from at-exit addons testDaniel Bevenius
2017-06-28test: remove unneeded HandleScope usageEzequiel Garcia
2017-06-16async_hooks: proper id stacking for PromisesAnna Henningsen
2017-06-14async_hooks: rename currentId and triggerIdAndreas Madsen
2017-06-10async_wrap: use kTotals to enable PromiseHookTrevor Norris
2017-05-27test: add AsyncResource addon testAnna Henningsen
2017-05-15addons: remove semicolons from after module definitionGabriel Schulhof
2017-05-14test: add not-called check to heap-profiler testRich Trott
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