summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* url: simplify and improve url formattingYagiz Nizipli2023-04-111-3/+1
* url: improve performance by removing hostYagiz Nizipli2023-04-111-1/+0
* url: fix url spec compliance issuesYagiz Nizipli2023-04-112-2/+8
* test: update web-platform tests for urlYagiz Nizipli2023-04-1117-8/+10305
* url: replace url-parser with adaYagiz Nizipli2023-04-116-210/+37
* src: add initial support for single executable applicationsDarshan Sen2023-04-111-0/+35
* test_runner: default to spec reporter when on TTY environmentMoshe Atlow2023-04-102-0/+30
* test_runner: handle errors not bound to testscjihrig2023-04-104-0/+9
* test_runner: avoid running twice tests in describeMoshe Atlow2023-04-101-8/+8
* test_runner: fix reconstruction of errors extracted from YAMLMoshe Atlow2023-04-105-0/+15
* test_runner: reset count on watch modeMoshe Atlow2023-04-102-4/+9
* debugger: improve validations and documents for watch and unwatchEungyu Lee2023-04-102-4/+31
* tls: support automatic DHETobias Nießen2023-04-102-12/+55
* debugger: add a command to set which lines to check for contextEungyu Lee2023-04-102-0/+70
* test: move `test-tls-autoselectfamily-servername` to `test/internet`Antoine du Hamel2023-04-101-0/+38
* test: fallback to IPv4 if IPv6 is unavailableAbdirahim Musse2023-04-102-1/+7
* test,crypto: update WebCryptoAPI WPTFilip Skokan2023-04-109-248/+492
* test: simplify test-tls-ecdh-multipleTobias Nießen2023-04-101-28/+12
* http: use listenerCount when adding noop eventPaolo Insogna2023-04-101-0/+47
* esm: fix import assertion warningAntoine du Hamel2023-04-104-8/+8
* deps,test: update postject to 1.0.0-alpha.5Node.js GitHub Bot2023-04-107-19/+40
* test: improve test coverage of lib/dnsAnderson Paiva2023-04-101-0/+18
* worker: add support for worker name in inspector and trace_eventsDebadree Chatterjee2023-04-104-1/+71
* test: simplify test-tls-ecdh-autoTobias Nießen2023-04-101-26/+8
* test_runner: align behavior of it and testMoshe Atlow2023-04-103-22/+22
* esm: add a runtime warning when using import assertionsAntoine du Hamel2023-04-105-5/+37
* test: move testPath from CWD to temporary directoryLivia Medeiros2023-04-101-19/+22
* test: assume priv ports start at 1024 if it can't be changedKrayzeeKev2023-04-101-3/+8
* test: fix os-release check for Ubuntu in SEA testAnna Henningsen2023-04-101-0/+110
* repl: remove lastInputPreview conditional checkDuy Mac Van2023-04-101-2/+1
* repl: fix .load infinite loop caused by shared use of lineEnding RegExpTheodor Steiner2023-04-101-0/+33
* test: move socket from CWD to temporary directoryLivia Medeiros2023-04-101-2/+6
* src: fix cb scope bugs involved in terminationywave6202023-04-102-0/+32
* stream: enable usage of webstreams on compose()Debadree Chatterjee2023-04-101-0/+483
* buffer: add Buffer.copyBytesFrom(...)James M Snell2023-04-101-1/+78
* assert: fix exception message for assert(0) on try catch blockhidecology2023-04-101-0/+55
* stream: always delay construct callback by a nextTickMatteo Collina2023-04-101-0/+24
* test: fix test-net-connect-reset-until-connectedVita Batrla2023-04-102-5/+10
* test: simplify test-tls-alertTobias Nießen2023-04-101-19/+9
* test: update encoding WPTsFilip Skokan2023-04-104-2/+42
* test: remove useless WPT init scriptsFilip Skokan2023-04-103-18/+0
* test: remove unreachable returnjakecastelli2023-04-051-1/+0
* dgram: fix unhandled exception aborting a closed udp socketRamana Venkata2023-04-051-0/+10
* url: implement URLSearchParams size getterJames M Snell2023-04-051-0/+8
* stream: fix respondWithNewView() errors when view.byteOffset != 0Debadree Chatterjee2023-04-051-0/+30
* test: fix test-v8-collect-gc-profile-in-worker.jstheanarkh2023-04-051-1/+1
* test: improve control flow in test-tls-dheTobias Nießen2023-04-051-54/+21
* test: include strace openat testRafael Gonzaga2023-04-052-0/+63
* http: correctly calculate strict content lengthRobert Nagy2023-04-051-1/+1
* http: fix validation of "Link" headerSteve Herzog2023-04-052-27/+45