summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-12-06util: add internal sleep() functioncjihrig
2019-12-06module: fix dynamic import from evalCorey Farrell
2019-12-07assert: handle (deep) equal(NaN, NaN) as being identicalRuben Bridgewater
2019-12-07test: run more assert testsRuben Bridgewater
2019-12-07assert,util: stricter type comparison using deep equal comparisonsRuben Bridgewater
2019-12-07util: never trigger any proxy traps using `format()`Ruben Bridgewater
2019-12-07util: improve performance inspecting proxiesRuben Bridgewater
2019-12-07benchmark: add more util inspect and format benchmarksRuben Bridgewater
2019-12-07util: add more predefined color codes to inspect.colorsRuben Bridgewater
2019-12-07util: improve inspect's customInspect performanceRuben Bridgewater
2019-12-06repl: use better uncaught exceptions indicatorRuben Bridgewater
2019-12-05test: use callback arguments in getconnections testRich Trott
2019-12-05module: fixup lint and test regressionsGuy Bedford
2019-12-04module: ignore resolution failures for inspect-brkMaël Nison
2019-12-04lib,test: improves ERR_REQUIRE_ESM messageJuan José Arboleda
2019-12-04test: improve wasi test coverageRich Trott
2019-12-04test: simplify tmpdir import in wasi testsRich Trott
2019-12-04module: add warnings for experimental flagsRongjian Zhang
2019-12-04test: remove duplicate entries from root.statusRichard Lau
2019-12-04esm: make specifier flag clearly experimentalMyles Borins
2019-12-04test: increase debugging information in subprocess testRich Trott
2019-12-03http: remove unused hasItems() from freelistRich Trott
2019-12-03fs: fix existsSync for invalid symlink at win32Rongjian Zhang
2019-12-03worker: add argv constructor optionlegendecas
2019-12-03tls: expose IETF name for current cipher suiteSam Roberts
2019-12-03test: use block-scoping in test-net-server-addressRich Trott
2019-12-03test: move test-child-process-fork-getconnections to parallelRich Trott
2019-12-03test: change common.PORT to arbitrary portRich Trott
2019-12-03http2: implement capture rection for 'request' and 'stream' eventsMatteo Collina
2019-12-03tls: implement capture rejections for 'secureConnection' eventMatteo Collina
2019-12-03net: implement capture rejections for 'connection' eventMatteo Collina
2019-12-03http: add captureRejection support to OutgoingMessageMatteo Collina
2019-12-03http: implement capture rejections for 'request' eventMatteo Collina
2019-12-03stream: add support for captureRejection optionMatteo Collina
2019-12-03events: add captureRejection optionMatteo Collina
2019-12-03build: add --without-node-code-cache configure optionJoyee Cheung
2019-12-02test: add coverage for ERR_TLS_INVALID_PROTOCOL_VERSIONRich Trott
2019-12-02test: add an indicator `isIBMi`Xu Meng
2019-12-02test: use arrow functions in async-hooks testsgarygsc
2019-12-02test: fix test-benchmark-streamsRich Trott
2019-12-01tls: introduce ERR_TLS_INVALID_CONTEXTRich Trott
2019-12-01test: move test-http-max-http-headers to parallelRich Trott
2019-12-01test: correct header length subtractionRich Trott
2019-12-01test: remove unused callback argumentRich Trott
2019-12-01test: simplify forEach() usageRich Trott
2019-12-01test: remove unused callback argumentRich Trott
2019-11-30repl: fix referrer for dynamic importCorey Farrell
2019-12-01http: make maximum header size configurable per-stream or per-serverAnna Henningsen
2019-12-01stream: improve performance for sync write finishesAnna Henningsen
2019-11-30test: increase coverage for trace_events.jsRich Trott