summaryrefslogtreecommitdiff
path: root/test/gc
Commit message (Expand)AuthorAgeFilesLines
* n-api: use module name macroMichael Dawson2017-10-151-1/+1
* lib,src: fix consistent spacing inside bracesSebastiaan Deckers2017-07-212-2/+2
* test: reduce string concatenationsVse Mozhet Byt2017-05-055-5/+5
* test: remove nan + weakBen Noordhuis2017-02-1140-9673/+0
* test: remove dependency on node-weakBen Noordhuis2017-02-118-10/+100
* test: don't call process.exit() in gc testsBen Noordhuis2017-02-115-56/+9
* test: don't connect to :: (use localhost instead)Gibson Fahnestock2017-01-221-1/+1
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-115-19/+18
* test: use const for all require() callscjihrig2017-01-028-23/+44
* test: increase usage of assert.ifError()cjihrig2017-01-021-1/+1
* test: remove blank lines at end of filesRich Trott2016-10-051-1/+0
* tools: add eslint rule prefer-assert-methodsDany Shaanan2016-09-204-6/+4
* test: make import common as the first lineSakthipriyan Vairamani2016-07-215-5/+10
* test: cleanup IIFE testscjihrig2016-07-141-13/+9
* test: update weak module for gc testsRich Trott2016-05-3141-279/+9391
* test: remove `common.PORT` from gc testsRich Trott2016-05-315-20/+15
* benchmark,test,lib: remove extra spacesRich Trott2016-05-111-1/+1
* test,tools: limit lint tolerance of gc globalRich Trott2016-04-285-11/+11
* tools: lint for spacing around unary operatorsRich Trott2016-02-045-5/+5
* test: fix style issues after eslint updateMichaël Zasso2016-01-135-45/+45
* test: only include http module onceRich Trott2016-01-114-4/+0
* test: fix race condition in test-http-client-onerrorDevin Nakamura2015-12-301-3/+5
* src: replace usage of v8::Handle with v8::LocalMichaël Zasso2015-09-061-14/+13
* test: add spaces after keywordsBrendan Ashworth2015-08-221-1/+1
* test: enable linting for testsRoman Reiss2015-05-196-31/+37
* test: common.js -> commonBrendan Ashworth2015-02-225-5/+5
* test: update our branched weakref to v8 3.24Timothy J Fontaine2014-03-171-31/+27
* test: backoff client connection ratesTimothy J Fontaine2014-02-245-95/+129
* test: refactor to use common testcfgTimothy J Fontaine2014-01-201-131/+4
* test: fix up weakref.cc after v8 api changeBen Noordhuis2013-10-231-15/+12
* test: fix up weakref.cc after v8 api changeBen Noordhuis2013-07-061-95/+111
* test: fix up weakref.cc after v8 api changeBen Noordhuis2013-06-121-2/+3
* test: fix up weakref.cc deprecation warningsBen Noordhuis2013-05-131-4/+8
* test: fix up weakref.cc after v8 api changeBen Noordhuis2013-05-131-3/+5
* test: fix up weakref.cc after v8 api changeBen Noordhuis2013-03-201-6/+6
* test: use the debug build of node-weak when necessaryNathan Rajlich2012-06-131-1/+10
* test: add a .gitignore file to ignore weak's compiled "build" dirNathan Rajlich2012-06-131-0/+1
* test: bundle node-weak in test/gc so that it doesn't need to be downloadedNathan Rajlich2012-06-146-0/+514
* test-net-timeout: make it pass on WindowsBert Belder2012-06-131-3/+8
* 500 is a magic number for the GC for some reasonisaacs2012-05-111-1/+1
* Clean up gc testsisaacs2012-05-045-11/+27
* Tests for memory leaksisaacs2012-05-036-0/+453