summaryrefslogtreecommitdiff
path: root/test/gc
Commit message (Expand)AuthorAgeFilesLines
* test: don't connect to :: (use localhost instead)Gibson Fahnestock2017-03-081-1/+1
* test: remove blank lines at end of filesRich Trott2016-10-111-1/+0
* tools: add eslint rule prefer-assert-methodsDany Shaanan2016-10-114-6/+4
* test: make import common as the first lineSakthipriyan Vairamani2016-08-025-5/+10
* test: cleanup IIFE testscjihrig2016-07-201-13/+9
* test: update weak module for gc testsRich Trott2016-06-0241-279/+9391
* test: remove `common.PORT` from gc testsRich Trott2016-06-025-20/+15
* benchmark,test,lib: remove extra spacesRich Trott2016-05-171-1/+1
* test,tools: limit lint tolerance of gc globalRich Trott2016-05-035-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