summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* test: remove unused disposed_ variableDaniel Bevenius2017-12-141-1/+0
* fs: move type checking for fs.read to jsJames M Snell2017-12-131-11/+16
* fs: move type checking in fs.futimes to jsJames M Snell2017-12-131-13/+21
* fs: move type checking for fs.fchown to jsJames M Snell2017-12-131-0/+110
* fs: move type checking for fs.fchmod to jsJames M Snell2017-12-131-0/+46
* fs: move type checking for fs.ftruncate to jsJames M Snell2017-12-131-0/+61
* fs: move type checking for fs.sync to jsJames M Snell2017-12-131-2/+18
* fs: move type checking for fs.fdatasync to jsJames M Snell2017-12-131-0/+38
* fs: move type checking on fs.fstat to jsJames M Snell2017-12-131-0/+38
* fs: move type checking for fs.close to jsJames M Snell2017-12-131-0/+42
* domain: fix error emit handlingAnatoli Papirovski2017-12-131-0/+20
* test: expand test-https-keep-alive-large-writeAnna Henningsen2017-12-131-1/+3
* url: added space to class string of iterator objectsHaejin Jo2017-12-132-8/+8
* tls: unconsume stream on destroyAnna Henningsen2017-12-131-0/+30
* src: make FSEventWrap/StatWatcher::Start more robustTimothy Gu2017-12-132-21/+26
* tools: add lowercase-name-for-primitive eslint ruleWeijia Wang2017-12-131-0/+41
* zlib: add ArrayBuffer supportJem Bezooyen2017-12-135-3/+14
* test: fix flaky test-child-process-pass-fdRich Trott2017-12-121-16/+32
* src: refactor and harden `ProcessEmitWarning()`Anna Henningsen2017-12-122-3/+53
* test: add unhandled rejection guardbabygoat2017-12-121-1/+10
* test: improve crypto/random.js coverageLeko2017-12-121-0/+19
* tls: use correct class name in deprecation messageAnna Henningsen2017-12-121-1/+1
* repl: fix util.inspect() coloring regressionBen Noordhuis2017-12-121-0/+31
* src: fix inspector nullptr deref on abrupt exitBen Noordhuis2017-12-121-0/+34
* doc,test: mention Duplex support for TLSAnna Henningsen2017-12-121-0/+38
* test: add test description to fs.readFile testsJamie Davis2017-12-125-0/+15
* test: simplify common.expectsErrorRuben Bridgewater2017-12-121-3/+3
* http: disallow two-byte characters in URL pathBenno Fünfstück2017-12-121-0/+12
* test: refactor test-child-process-pass-fdRich Trott2017-12-111-3/+12
* test: remove unnecessary use of common.PORT in addons testRich Trott2017-12-111-4/+2
* tools,test: throw if common.PORT used in parallel testsRich Trott2017-12-111-1/+10
* test: simplify common.PORT codeRich Trott2017-12-112-6/+3
* test: refactor test-http-default-portAnna Henningsen2017-12-111-41/+14
* inspector: Fix crash for WS connectionEugene Ostroukhov2017-12-114-380/+323
* tools: prefer common.expectsError in testsAnatoli Papirovski2017-12-112-0/+28
* test: replace assert.throws w/ common.expectsErrorAnatoli Papirovski2017-12-1119-132/+134
* test: refactored to remove unnecessary variablesMithun Sasidharan2017-12-112-6/+4
* test: use Countdown in http-agent testFederico Kauffman2017-12-101-3/+7
* test: update http test to use common.mustCallCollins Abitekaniza2017-12-091-17/+5
* test: improve assert messages in repl-reset-eventAdri Van Houdt2017-12-091-3/+7
* util: fix negative 0 check in inspectGus Caplan2017-12-091-0/+2
* test: update test-http-should-keep-alive to use countdownTomerOmri2017-12-091-17/+11
* test: fix flaky test-benchmark-esRich Trott2017-12-081-1/+2
* test: replace assert.throws w/ common.expectsErrorMithun Sasidharan2017-12-0810-62/+66
* test: use common.expectsError in testsMithun Sasidharan2017-12-0810-29/+30
* test: replace assert.throws w/ common.expectsErrorMithun Sasidharan2017-12-0848-369/+358
* test: use Countdown in http testidandagan12017-12-081-4/+3
* test: fix flaky async-hooks/test-graph.signalRich Trott2017-12-081-3/+5
* test: use Number.isNaN instead of global isNaNMithun Sasidharan2017-12-083-5/+5
* test: use Countdown in http-response-statuscodeMandeep Singh2017-12-081-1/+6