summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* async_hooks: merge resource_symbol with owner_symbolDarshan Sen2021-07-282-4/+0
* http: decodes url.username and url.password for authorization headerLew Gordon2021-07-281-0/+48
* stream: convert premature close to AbortErrorRobert Nagy2021-07-283-5/+5
* crypto: fix `generateKeyPair` with encoding 'jwk'himself652021-07-261-0/+114
* doc,lib,test: rename HKDF 'key' argumentTobias Nießen2021-07-261-2/+2
* test: fix WASI link testRichard Lau2021-07-252-2/+6
* perf_hooks: web performance timeline compliancelegendecas2021-07-2583-6/+3557
* events: allow an event to be dispatched multiple timesLuigi Pinca2021-07-251-0/+30
* events: allow the options argument to be nullLuigi Pinca2021-07-251-0/+9
* crypto: support Big(U)Int64Array in getRandomValuesMichaël Zasso2021-07-231-22/+24
* async_hooks: eliminate native PromiseHookStephen Belanger2021-07-233-154/+0
* test: update OpenSSL3 error messages for beta-1Daniel Bevenius2021-07-213-9/+6
* Revert "test: skip tests for openssl-3.0.0-alpha15"Daniel Bevenius2021-07-2120-61/+0
* test: ensure microtask queues are not automatically drainedJochen Eisinger2021-07-201-1/+2
* test: remove test-debug-argsMichaël Zasso2021-07-201-10/+0
* test: update trace events test expectationsMichaël Zasso2021-07-202-2/+2
* stream: add stream.composeRobert Nagy2021-07-192-0/+426
* test: add test for WebSocket secret verification in debuggerRich Trott2021-07-181-0/+54
* test: add NumberFormat resolvedOptions testRichard Lau2021-07-181-0/+7
* url: prevent pathname setter from erasing path of path-only URLsDarshan Sen2021-07-184-3/+328
* repl: enable --experimental-repl-await /w opt-outhemanth.hm2021-07-162-2/+2
* deps: extract gtest source files to deps/googletestlegendecas2021-07-164-26713/+0
* fs: add FileHandle.prototype.readableWebStream()James M Snell2021-07-152-0/+92
* esm: refine ERR_REQUIRE_ESM errorsGuy Bedford2021-07-155-30/+55
* process: add api to enable source-maps programmaticallylegendecas2021-07-155-0/+109
* stream: add CompressionStream and DecompressionStreamJames M Snell2021-07-141-0/+59
* stream: implement TextEncoderStream and TextDecoderStreamJames M Snell2021-07-141-0/+102
* stream: forward errored to callbackRobert Nagy2021-07-143-20/+34
* stream: add readableDidReadRobert Nagy2021-07-141-0/+24
* test: put common lint exceptions into config fileRich Trott2021-07-1323-27/+3
* stream: implement streams to webstreams adaptersJames M Snell2021-07-137-0/+1297
* test: mark test-domain-error-types flakyJames M Snell2021-07-131-0/+2
* debugger: indicate server is endingRich Trott2021-07-121-21/+3
* stream: destroy readable on read errorRobert Nagy2021-07-122-73/+8
* stream: cleanup async handlingRobert Nagy2021-07-111-0/+3
* stream: don't emit prefinish after error or closeRobert Nagy2021-07-111-0/+21
* tls: move legacy code into own fileRobert Nagy2021-07-111-5/+5
* stream: unify stream utilsRobert Nagy2021-07-112-3/+2
* test: remove eslint-disable comment from fixture fileRich Trott2021-07-101-1/+0
* test: move debugger test case to parallelRich Trott2021-07-092-28/+36
* test: use common.PORT instead of hardcoded port numberRich Trott2021-07-091-1/+1
* test: remove debugger workaround for AIXRich Trott2021-07-091-4/+1
* repl: processTopLevelAwait fallback error handlingejose192021-07-081-0/+30
* repl: correctly hoist top level await declarationsejose192021-07-081-11/+66
* stream: use finished for async iterationRobert Nagy2021-07-081-1/+1
* test: add test for debugger restart message issueRich Trott2021-07-071-0/+57
* errors: remove eager stack generation for node errorsGus Caplan2021-07-072-8/+10
* tty: enable bufferingRobert Nagy2021-07-071-0/+8
* test: remove workaround code in debugger testRich Trott2021-07-051-13/+3
* stream: throw on premature close in Readable[AsyncIterator]Darshan Sen2021-07-051-15/+60