summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* buffer: fix assertion error in WeakCallbackFedor Indutny2015-10-122-5/+18
* test: split up buffer tests for reliabilityRich Trott2015-10-125-26/+101
* lib: fix undefined timeout regressionRyan Graham2015-10-121-1/+2
* net: don't throw on bytesWritten accessTrevor Norris2015-10-121-0/+16
* test: remove util properties from commonRich Trott2015-10-111-4/+2
* stream: avoid pause with unpipe in buffered writeBrian White2015-10-111-0/+38
* test: parallelize long-running testRich Trott2015-10-105-69/+119
* test: test `util` rather than `common`Rich Trott2015-10-092-106/+109
* buffer: don't abort on prototype gettersTrevor Norris2015-10-091-0/+7
* test: remove common.inspect()Rich Trott2015-10-083-45/+9
* test: refresh temp directory when using pipeRich Trott2015-10-0812-4/+19
* lib,test: deprecate _linklistRich Trott2015-10-081-3/+8
* test: Fix test-fs-read-stream-fd-leak race condJunliang Yan2015-10-081-6/+15
* js_stream: prevent abort if isalive doesn't existTrevor Norris2015-10-081-0/+8
* assert: support arrow functions in .throws()Ben Noordhuis2015-10-081-0/+4
* test: fix losing original env vars issueJunliang Yan2015-10-085-17/+10
* src: replace naive search in Buffer::IndexOfKarl Skomski2015-10-071-0/+187
* async_wrap: correctly pass parent to init callbackTrevor Norris2015-10-072-0/+89
* test: remove deprecated error loggingRich Trott2015-10-0719-135/+2
* test: linting for buffer-free-callback testRich Trott2015-10-061-0/+1
* buffer: FreeCallback should be tied to ArrayBufferFedor Indutny2015-10-063-0/+53
* test: make common.js mandatory via linting ruleRich Trott2015-10-065-2/+6
* test: load common.js in all testsRich Trott2015-10-0610-0/+11
* http: do not allow multiple instances of certain response headersJames M Snell2015-10-061-0/+54
* buffer: only check if instance is Uint8ArrayTrevor Norris2015-10-061-0/+38
* test: speed up stringbytes-external testEvan Lucas2015-10-061-18/+21
* test: use normalize() for unicode pathsRoman Reiss2015-10-061-4/+12
* lib: remove redundant code, add tests in timers.jsRich Trott2015-10-061-0/+33
* module: remove unnecessary property and methodSakthipriyan Vairamani2015-10-061-4/+0
* util: correctly inspect Map/Set IteratorsEvan Lucas2015-10-051-0/+20
* util: fix check for Array constructorEvan Lucas2015-10-051-0/+13
* src: fix --abort-on-uncaught-exceptionJeremy Whitlock2015-10-052-0/+270
* module: use UNC paths when loading native addonsJustin Chase2015-10-053-0/+50
* http: fix out-of-order 'finish' bug in pipeliningFedor Indutny2015-10-061-0/+34
* test: remove arguments.callee usageRoman Reiss2015-10-051-2/+2
* node: add -c|--check CLI arg to syntax check scriptDave Eddy2015-10-035-0/+90
* test: change call to deprecated util.isError()Rich Trott2015-10-021-11/+10
* fs: include filename in watch errorscharlierudolph2015-10-021-0/+17
* test: load common.js to test for global leaksRich Trott2015-10-0148-0/+48
* test: fix invalid variable nameSakthipriyan Vairamani2015-10-021-1/+1
* async_wrap: update providers and add testTrevor Norris2015-10-011-0/+100
* src: add process.versions.icuEvan Lucas2015-09-291-0/+4
* test: change calls to deprecated util.print()Rich Trott2015-09-284-6/+6
* test: replace deprecated util.debug() callsRich Trott2015-09-2824-62/+61
* http: add checkIsHttpToken check for header fieldsJames M Snell2015-09-251-0/+56
* crypto: add more keylen sanity checks in pbkdf2Johann2015-09-251-0/+28
* child_process: `null` channel handle on closeFedor Indutny2015-09-251-0/+40
* repl: don't use tty control codes when $TERM is set to "dumb"Salman Aljammaz2015-09-221-0/+55
* repl: backslash bug fixSakthipriyan Vairamani2015-09-221-0/+7
* test: test sync version of mkdir & rmdirSakthipriyan Vairamani2015-09-212-43/+37