summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-05-10test: add regression test for #11257Benjamin Coe
2018-05-10assert: validate input stricterRuben Bridgewater
2018-05-10src: add environment cleanup hooksAnna Henningsen
2018-05-10assert: make sure throws is able to handle primitivesRuben Bridgewater
2018-05-10assert: move AssertionError into own fileRuben Bridgewater
2018-05-10assert: accept regular expressions to validateRuben Bridgewater
2018-05-08test: fix flaky http2-flow-control testAnatoli Papirovski
2018-05-08tools: add eslint check for skipIfEslintMissingRichard Lau
2018-05-08test: use common.canCreateSymLink() consistentlycjihrig
2018-05-07fs: move fs/promises to fs.promisescjihrig
2018-05-07constants: freeze the constants objectBryan English
2018-05-07test: fix test-cli-node-options.js on mipsRuben Bridgewater
2018-05-07test: fix buffer writes on mipsRuben Bridgewater
2018-05-07errors: remove ERR_INVALID_ARRAY_LENGTHRuben Bridgewater
2018-05-07tools: remove redundant code in doc/html.jsVse Mozhet Byt
2018-05-07url: fix WHATWG host formatting errorYichao 'Peak' Ji
2018-05-07Revert "stream: prevent 'end' to be emitted after 'error'"Brian White
2018-05-06lib: expose FixedQueue internally and fix nextTick bugAnatoli Papirovski
2018-05-05test: fix common.canCreateSymLink() on non-WindowsMasashi Hirano
2018-05-05src: removed unnecessary prototypes from Environment::SetProtoMethodBrandon Ruggles
2018-05-05https: defines maxHeadersCount in the constructorDaiki Arai
2018-05-05test: fix up N-API error testGabriel Schulhof
2018-05-05test: rename misnamed testRich Trott
2018-05-05test: add fs/promises filehandle stat testMasashi Hirano
2018-05-04crypto: allocate more memory for cipher.update()Yihong Wang
2018-05-03n-api: make test_error functions staticGabriel Schulhof
2018-05-04src: refactor `BaseObject` internal field managementAnna Henningsen
2018-05-04src: remove `kFlagNoShutdown` flagAnna Henningsen
2018-05-03console: console.time() should not reset a timer when it existsGus Caplan
2018-05-03util: improve spliceOne perfAnatoli Papirovski
2018-05-02test: use fs.copyFileSync()Richard Lau
2018-05-02test: remove unnecessary strictEqual() argument from remoteClose()Daylor Yanes
2018-05-02n-api: test and doc napi_throw() of a primitiveGabriel Schulhof
2018-04-30errors: minor (SystemError) refactoringRuben Bridgewater
2018-04-30test: add dns memory error testRich Trott
2018-04-30dns: report out of memory properlyRuben Bridgewater
2018-04-29stream: fix error handling with async iterationJulien Fontanet
2018-04-29test: fix a TODO and remove obsolete TODOsRuben Bridgewater
2018-04-29test: verify arguments length in common.expectsErrorRuben Bridgewater
2018-04-29assert: make skipping indicator blueRuben Bridgewater
2018-04-29assert: minor error message improvementsRuben Bridgewater
2018-04-29http,https,tls: switch to WHATWG URL parserHackzzila
2018-04-29child_process: fix leak when passing http socketsSantiago Gimeno
2018-04-29buffer: do not always use defaultsRuben Bridgewater
2018-04-29timers: reschedule interval even if it threwAnatoli Papirovski
2018-04-28http2: fix responses to long payload reqsAnatoli Papirovski
2018-04-28tls: fix getEphemeralKeyInfo to support X25519Shigeki Ohtsu
2018-04-28benchmark: add bench for zlib gzip + gunzip cycleAnna Henningsen
2018-04-28util: fix isInsideNodeModules inside errorAnatoli Papirovski
2018-04-27console: fix console.table() display edge caseRich Trott