summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* deps: upgrade to libuv 1.43.0Colin Ihrig2022-01-072-8/+2
* esm: refactor esm tests out of test/messageGeoffrey Booth2022-01-0637-241/+210
* test: mark test-performance-eventloopdelay flakyMichael Dawson2022-01-061-0/+4
* tools,benchmark,lib,test: enable no-case-declarations lint ruleRich Trott2022-01-0514-19/+32
* test: mark test-repl-sigint-nested-eval as flakyMichael Dawson2022-01-041-0/+2
* stream: don't emit finish after destroyRobert Nagy2022-01-037-22/+13
* stream: add filter method to readableBenjamin Gruenbaum2022-01-021-0/+109
* test: use spawnSync() full name in test-stdio-pipe-stderrRich Trott2021-12-301-2/+2
* child_process: queue pending messagesErick Wendel2021-12-301-0/+20
* test: improve expectWarning error messageRich Trott2021-12-302-1/+55
* test: use spawnSync() full nameRich Trott2021-12-301-2/+2
* child_process: improve argument validationRich Trott2021-12-292-19/+21
* stream: add isReadable helperRobert Nagy2021-12-291-2/+16
* stream: add map method to ReadableBenjamin Gruenbaum2021-12-292-0/+109
* test: add comments explaining _setSimultaneousAccepts deprecation testsYoshiki Kurihara2021-12-272-3/+12
* tls: permit null as a pfx valueCallMeLaNN2021-12-271-0/+28
* util: do not reduce to a single line if not appropriate using inspectRuben Bridgewater2021-12-241-0/+18
* http2: handle existing socket data when creating HTTP/2 server sessionsTim Perry2021-12-231-0/+72
* events: add EventEmitterAsyncResource to coreJames M Snell2021-12-231-0/+132
* loader: fix package resolution for edge caseGabriel Bota2021-12-221-82/+148
* test: mark test-worker-take-heapsnapshot flakyMichael Dawson2021-12-221-0/+4
* test: mark wpt/test-user-timing test flakyMichael Dawson2021-12-221-0/+2
* util: display a present-but-undefined error causeJordan Harband2021-12-213-0/+20
* test: correct param name in JSDoc commentRich Trott2021-12-211-2/+2
* async_hooks: fix AsyncLocalStorage in unhandledRejection casesBradley Farias2021-12-211-22/+109
* test: mark test-crypto-keygen slow on windowsMichael Dawson2021-12-211-0/+2
* stream: fix enqueue race condition on esm modulesRafael Gonzaga2021-12-211-0/+36
* benchmark,test: use Object.hasOwn() where applicableRich Trott2021-12-204-9/+7
* lib: fix checking syntax of esm moduleQingyu Deng2021-12-192-0/+4
* test: improve test coverage of dns/promisesYoshiki Kurihara2021-12-191-0/+32
* child_process: add support for URL to `cp.fork`Antoine du Hamel2021-12-191-0/+11
* perf_hooks: multiple fixes for HistogramJames M Snell2021-12-191-28/+105
* stream: add isErrored helperRobert Nagy2021-12-162-3/+22
* test: do not load absolute path crypto engines twiceRichard Lau2021-12-161-3/+6
* process: add `getActiveResourcesInfo()`Darshan Sen2021-12-148-3/+174
* loader: return package format from defaultResolve if knownGabriel Bota2021-12-136-0/+260
* fs: accept URL as argument for `fs.rm` and `fs.rmSync`Antoine du Hamel2021-12-131-0/+26
* util: serialize falsy cause values while inspecting errorsRuben Bridgewater2021-12-111-0/+10
* util: make sure error causes of any type may be inspectedRuben Bridgewater2021-12-112-0/+38
* util: pass through the inspect function to custom inspect functionsRuben Bridgewater2021-12-111-3/+4
* lib: make AbortSignal cloneable/transferableJames M Snell2021-12-101-0/+78
* buffer: fix `Blob` constructor on various `TypedArray`sIrakli Gozalishvili2021-12-111-0/+15
* http: don't write empty data on req/res end()Santiago Gimeno2021-12-101-2/+2
* inspector: add missing initializationMichael Dawson2021-12-101-0/+1
* doc: fix comments in test-fs-watch.jsjakub-g2021-12-101-2/+2
* lib: add abortSignal.throwIfAborted()James M Snell2021-12-101-0/+21
* fs: fix `length` option being ignored during `read()`Shinho Ahn2021-12-101-0/+11
* test: skip ESLint tests if no IntlRich Trott2021-12-0719-38/+57
* stream: allow readable to end early without errorRobert Nagy2021-12-061-2/+26
* assert: use stricter stack frame detection in .ifError()Ruben Bridgewater2021-12-061-0/+12