summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-04-22test: fix arg names in benchmark string_decoderAnatoli Papirovski
2018-04-22test: reduce duration in misc benchmarkAnatoli Papirovski
2018-04-22test: fix missing param in url benchmarkAnatoli Papirovski
2018-04-22test: use correct arg name in domains benchmarkAnatoli Papirovski
2018-04-22test: use correct arg name in assert benchmarkAnatoli Papirovski
2018-04-22test: fix long-running http benchmarksAnatoli Papirovski
2018-04-22test: fix long-running buffer benchmarksAnatoli Papirovski
2018-04-21test: add strictEqual method to assertChristine E. Taylor
2018-04-21test: resolve process.setgid() error on UbuntuDivyanshu Singh
2018-04-20test: remove message from strictEqual assertionsBryan Azofeifa
2018-04-20test: fix test-child-process-send-returns-booleanRich Trott
2018-04-20Revert "process: add version constants and compare"Rod Vagg
2018-04-20buffer: fix deprecation warning emitAnatoli Papirovski
2018-04-20test: fix flaky http-server-keep-alive-timeoutSantiago Gimeno
2018-04-20stream: prevent 'end' to be emitted after 'error'Matteo Collina
2018-04-20console: fix class inheritance regressionAnatoli Papirovski
2018-04-19test: removes string literals from test-domain-timer.jsPalash Nigam
2018-04-20assert: validate the block return typeRuben Bridgewater
2018-04-19http: fix _dump regressionAnatoli Papirovski
2018-04-19src: throw ERR_INVALID_ARG_TYPE in C++ argument checksJoyee Cheung
2018-04-19src: migrate ERR_INDEX_OUT_OF_RANGE in C++Joyee Cheung
2018-04-18doc: fix misplaced entries in test/common docRich Trott
2018-04-18test: remove message from strictEqual assertionsisurusiri
2018-04-18repl: hide top-level await feature behind a flagTimothy Gu
2018-04-17trace_events: adds a new trace_events apiJames M Snell
2018-04-17timers: call destroy on interval errorAnatoli Papirovski
2018-04-17timers: fix subsequent enroll calls not workingAnatoli Papirovski
2018-04-17errors: alter ERR_INVALID_CURSOR_POSdavidmarkclements
2018-04-17test: fix http-agent-destroyed-socket cb not firingAnatoli Papirovski
2018-04-16http2: refactor how trailers are doneJames M Snell
2018-04-16errors: alter ERR_INVALID_PROTOCOLdavidmarkclements
2018-04-16stream: add pipeline and finishedMathias Buus
2018-04-16fs: add 'close' event to FSWatcherAlec Larson
2018-04-16http: relax requirements on upgrade listenerAnatoli Papirovski
2018-04-16errors: alter ERR_INVALID_DOMAIN_NAMEdavidmarkclements
2018-04-16timers: fix clearInterval to work with timers from setTimeoutRémi Berson
2018-04-16tools: add eslintrc rule for `assert.rejects`Ruben Bridgewater
2018-04-16assert: add direct promises support in rejectsRuben Bridgewater
2018-04-15fs: handle long files reading in fs.promisesAntoine du HAMEL
2018-04-15util: introduce types.isModuleNamespaceObjectGus Caplan
2018-04-15test: remove expectations based on v8 headers from types testGus Caplan
2018-04-14errors: alter ERR_HTTP2_PSEUDOHEADER_NOT_ALLOWEDdavidmarkclements
2018-04-14src: add sync trace to fsChin Huang
2018-04-14test: remove test case 0 from tls-cnnic-whitelistDaniel Bevenius
2018-04-14test: set clientOpts.port propertyDaniel Bevenius
2018-04-14test: update keys/Makefile to clean and build allDaniel Bevenius
2018-04-14errors: alter and test ERR_INVALID_REPL_EVAL_CONFIGdavidmarkclements
2018-04-14errors: alter ERR_INVALID_IP_ADDRESSdavidmarkclements
2018-04-14crypto: throw on invalid authentication tag lengthTobias Nießen
2018-04-14assert: improve default error messagesRuben Bridgewater