summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-02-16tools: add assert.doesNotThrow eslint ruleRuben Bridgewater
2018-02-16test: minor refactoringRuben Bridgewater
2018-02-16test: remove assert.doesNotThrow()Ruben Bridgewater
2018-02-16tools: enable no-unsafe-finallyRuben Bridgewater
2018-02-16src: set thread local env in CreateEnvironmentDaniel Bevenius
2018-02-15stream: readable continues to read when `push('')`陈刚
2018-02-15http: process 100, 102-199 according to specs.Miles Elam
2018-02-14test: add multiline repl input regression testcjihrig
2018-02-14test: remove unnecessary timercjihrig
2018-02-14module: support main w/o extension, pjson cacheGuy Bedford
2018-02-14src: refactor WriteWrap and ShutdownWrapsAnna Henningsen
2018-02-14test: make sure WriteWrap tests are actually asyncAnna Henningsen
2018-02-14tls_wrap: use DoTryWrite()Anna Henningsen
2018-02-14test: add crypto check to test-benchmark-tlsDaniel Bevenius
2018-02-13string_decoder: fix regressionsAnatoli Papirovski
2018-02-12test: fix missing param in benchmark-timersAnatoli Papirovski
2018-02-12test: fix and improve error messageKevin Caulfield
2018-02-12test: add useful info to error msg and refactorChin Huang
2018-02-12assert: show proper differencesRuben Bridgewater
2018-02-12assert: fix infinite loopRuben Bridgewater
2018-02-12Revert "repl: refactor tests to not rely on timing"Ruben Bridgewater
2018-02-12repl: remove deprecated NODE_REPL_HISTORY_FILERuben Bridgewater
2018-02-12async_hooks: rename PromiseWrap.parentIdAli Ijaz Sheikh
2018-02-11module: use undefined if no mainRich Trott
2018-02-10test: formalize exposure of internal bindingsGus Caplan
2018-02-10test: fix flaky repl-timeout-throwSantiago Gimeno
2018-02-10crypto: allow passing null as IV unless requiredTobias Nießen
2018-02-10test: remove unused using declarationsDaniel Bevenius
2018-02-10fs: fix stack overflow in fs.readdirSyncJoyee Cheung
2018-02-10test: convert new tests to use error typesJack Horton
2018-02-10string_decoder: reimplement in C++Anna Henningsen
2018-02-10repl: refactor tests to not rely on timingBradley Farias
2018-02-10https: add extra options to Agent#getName()Jeff Principe
2018-02-10test: refactor assert testRuben Bridgewater
2018-02-09test: add url type check in Module optionsJiaHerr Tee
2018-02-09async_hooks: deprecate unsafe emit{Before,After}Ali Ijaz Sheikh
2018-02-09timers: refactor timer list processingAnatoli Papirovski
2018-02-09http2: add req and res options to server creationPeter Marton
2018-02-09assert: fix throws traceRuben Bridgewater
2018-02-09domain: runtime deprecate MakeCallbackAndreas Madsen
2018-02-08test: properly tag anonymous namespacesMichael Dawson
2018-02-08test: fix flaky timers-block-eventloop testAnatoli Papirovski
2018-02-08stream: add a test case for the underlying cause.陈刚
2018-02-08timers: async track unref timersAnatoli Papirovski
2018-02-08timers: be more defensive with intervalsAnatoli Papirovski
2018-02-08stream: fix misleading error messageLuigi Pinca
2018-02-08stream: always defer readable in EOF when syncMatteo Collina
2018-02-08fs: throw errors on invalid paths synchronouslyJoyee Cheung
2018-02-07src: don't abort when package.json is a directoryBen Noordhuis
2018-02-07test: refactor test-http-abort-before-endcjihrig