summaryrefslogtreecommitdiff
path: root/test/addons
AgeCommit message (Expand)Author
2017-12-01src: use nullptr instead of NULLDaniel Bevenius
2017-11-21src: add helper for addons to get the event loopAnna Henningsen
2017-11-16test: --enable-static linked executableDaniel Bevenius
2017-11-11tls: implement clientCertEngine optionjoelostrowski
2017-11-07test: remove custom message from assertionNicolas Morel
2017-10-27test: use common.buildType in repl-domain-abortRich Trott
2017-10-15n-api: use module name macroMichael Dawson
2017-10-14test: remove error messages for readabilityFadi Asfour
2017-10-13test: fix test-esm-addonsRich Trott
2017-10-11test: clean up string concat in dlopen-ping-pongagilbert
2017-10-02test: check that this != new.target in addonBen Noordhuis
2017-09-27test: skip test when checking async_hooksTrevor Norris
2017-09-20build: enable runtime linkingjBarz
2017-09-14test: add regression test for 5691Anna Henningsen
2017-09-14src: refactor async callback handlingAnna Henningsen
2017-09-10test,doc: make module name match gyp target nameGabriel Schulhof
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