summaryrefslogtreecommitdiff
path: root/test/addons/async-hello-world
AgeCommit message (Expand)Author
2019-11-30test: use arrow functions in addons testsgarygsc
2019-02-01test, tools: suppress addon function cast warningsDaniel Bevenius
2018-11-13async_hooks: add HandleScopes to C++ embedder/addon APIAnna Henningsen
2018-11-11test: fix v8 Set/Get compiler warningsDaniel Bevenius
2018-09-07test: remove usage of deprecated V8 APIs in addonsMichaël Zasso
2018-02-16test: fix warnings in addon testsAli Ijaz Sheikh
2017-11-21src: add helper for addons to get the event loopAnna Henningsen
2017-09-10test,doc: make module name match gyp target nameGabriel Schulhof
2017-08-24test: extend async addon testAnna Henningsen
2017-06-28test: remove unneeded HandleScope usageEzequiel Garcia
2017-05-15addons: remove semicolons from after module definitionGabriel Schulhof
2017-03-26test: add common.noop, default for common.mustCall()James M Snell
2017-01-02test: use const for all require() callscjihrig
2016-12-01test: replace assert.equal with assert.strictEqualbrad-decker
2016-10-06test: enable addons test to pass with debug buildDaniel Bevenius
2016-07-18test: use mustCall() for simple flow trackingcjihrig
2016-05-10test: build addons with V8_DEPRECATION_WARNINGS=1Ben Noordhuis
2015-10-28test: fix missing unistd.h on windowsJunliang Yan
2015-10-06test: load common.js in all testsRich Trott
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaël Zasso
2015-08-18test: drop Isolate::GetCurrent() from addon testsBen Noordhuis
2015-08-18test: lint addon testsBen Noordhuis
2015-05-26test: fix deprecation warning in addons testBen Noordhuis
2015-05-19test: enable linting for testsRoman Reiss
2014-03-14src, test: fix up ObjectWrap, `make test-addons`Ben Noordhuis
2014-01-22addons: build and test examplesFedor Indutny
2013-02-21test: modify async native test.js to test for #4820Nathan Rajlich
2013-02-21test: add an "async-hello-world" native addon testNathan Rajlich