summaryrefslogtreecommitdiff
path: root/test/addons
AgeCommit message (Expand)Author
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
2015-10-12buffer: fix assertion error in WeakCallbackFedor Indutny
2015-10-06test: linting for buffer-free-callback testRich Trott
2015-10-06buffer: FreeCallback should be tied to ArrayBufferFedor Indutny
2015-10-06test: load common.js in all testsRich Trott
2015-10-05module: use UNC paths when loading native addonsJustin Chase
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaƫl Zasso
2015-08-25build: make ci test addons in test/addonsBen Noordhuis
2015-08-18test: drop Isolate::GetCurrent() from addon testsBen Noordhuis
2015-08-18test: lint addon testsBen Noordhuis
2015-08-04deps: update v8 to 4.4.63.9Ben Noordhuis
2015-06-01test: remove smalloc add-on testBen Noordhuis
2015-05-28test: add heap profiler add-on regression testBen Noordhuis
2015-05-26test: fix deprecation warning in addons testBen Noordhuis
2015-05-19test: enable linting for testsRoman Reiss
2015-02-20smalloc: extend user APITrevor Norris
2015-01-12Remove excessive copyright/license boilerplateisaacs