summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test: fix var redeclarations in test-fs-*Rich Trott2016-02-012-2/+1
* test: fix redeclared vars in test-vm-*Rich Trott2016-02-014-6/+6
* dns: coerce port to number in lookupServiceEvan Lucas2016-02-011-2/+18
* test: fix inconsistent styling in test-urlBrian White2016-02-011-749/+749
* test: pummel test fixesRich Trott2016-02-013-7/+8
* test: remove var redeclarations in test-crypto-*Rich Trott2016-02-015-90/+97
* test: remove test-cluster-* var redeclarationsRich Trott2016-02-013-6/+5
* test: fix test-http-extra-response flakinessSantiago Gimeno2016-02-011-0/+4
* test: Add assertion for TLS peer certificate fingerprintAlan Cohen2016-02-011-0/+2
* test: scope redeclared vars in test-child-process*Rich Trott2016-01-316-32/+37
* test: add common.platformTimeout() to dgram testRich Trott2016-01-311-9/+6
* test: fix flaky cluster test on Windows 10Rich Trott2016-01-311-10/+3
* buffer: validate list elements in Buffer.concatMichaël Zasso2016-01-311-4/+14
* net: move isLegalPort to internal/netEvan Lucas2016-01-301-0/+15
* contextify: use offset/length from Uint8ArrayFedor Indutny2016-01-291-19/+47
* dgram: support dgram.send with multiple buffersMatteo Collina2016-01-294-24/+64
* test,buffer: refactor redeclarationsRich Trott2016-01-284-563/+661
* test: fix test-tls-zero-clear-in flakinessSantiago Gimeno2016-01-281-1/+1
* test: update arrow function stylecjihrig2016-01-2814-27/+27
* tls_wrap: reach error reporting for UV_EPROTOFedor Indutny2016-01-271-0/+29
* test: remove Object.observe from testsVladimir Kurchatkin2016-01-272-14/+0
* test: refactor switchRich Trott2016-01-271-6/+6
* test: remove race condition in http flood testRich Trott2016-01-271-16/+10
* child_process: add shell option to spawn()cjihrig2016-01-262-0/+101
* test: scope redeclared variableRich Trott2016-01-261-7/+10
* src: attach error to stack on displayErrorscjihrig2016-01-262-0/+19
* test: fix irregular whitespace issueRoman Reiss2016-01-261-8/+8
* test: fs.link() test runs on same deviceDrew Folta2016-01-261-3/+3
* test: refactor test-net-settimeoutRich Trott2016-01-251-23/+15
* dns: throw a TypeError in lookupService with invalid portEvan Lucas2016-01-251-0/+16
* test: mark test-tick-processor flakyRich Trott2016-01-241-0/+2
* vm: introduce `cachedData`/`produceCachedData`Fedor Indutny2016-01-241-0/+37
* buffer: properly retrieve binary length of needleTrevor Norris2016-01-221-0/+9
* buffer: allow encoding param to collapseTrevor Norris2016-01-221-0/+5
* test: remove test-http-exit-delayRich Trott2016-01-221-30/+0
* crypto: pbkdf2 deprecate digest overload.Tom Gallacher2016-01-232-28/+28
* test: update ArrayBuffer alloc failure messageAli Ijaz Sheikh2016-01-219-10/+10
* test: refactor test-fs-watchRich Trott2016-01-211-9/+8
* net: add net.listening boolean property over a getterJosé Moreira2016-01-212-0/+32
* test: move cluster tests to parallelRich Trott2016-01-212-0/+0
* process: support symbol eventscjihrig2016-01-211-0/+20
* src: fix negative values in process.hrtime()Ben Noordhuis2016-01-201-0/+3
* test: improve test-cluster-disconnect-suicide-raceRich Trott2016-01-191-23/+18
* test: fix issues for space-in-parens ESLint ruleRoman Reiss2016-01-195-5/+5
* test: make test-cluster-disconnect-leak reliableRich Trott2016-01-181-32/+14
* Revert "stream: add bytesRead property for readable"cjihrig2016-01-181-119/+0
* node: allow preload modules with -iEvan Lucas2016-01-182-1/+15
* buffer: make byteLength work with Buffer correctlyJackson Tian2016-01-181-0/+6
* v8,src: expose statistics about heap spacesBen Ripkens2016-01-181-0/+19
* test: fix tls-multi-key race conditionSantiago Gimeno2016-01-181-2/+2