summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* src: fix typo in process.env accessor error messageMoritz Raho2023-04-161-1/+1
* test_runner: fix spec skip detectionMoshe Atlow2023-04-164-9/+577
* url: handle URL.canParse without base parameterYagiz Nizipli2023-04-141-0/+21
* lib: use webidl DOMString converter in EventTargetKhafra2023-04-142-0/+13
* readline: fix issue with newline-less last lineIan Harris2023-04-143-0/+73
* test: mark test-cluster-primary-error flaky on asanYagiz Nizipli2023-04-141-0/+4
* url: validate URL constructor arg lengthKhafra2023-04-132-12/+19
* url: validate argument length in canParseKhafra2023-04-131-0/+12
* stream: use private properties for strategiesYagiz Nizipli2023-04-131-4/+8
* stream: use private properties for encodingYagiz Nizipli2023-04-131-8/+16
* stream: use private properties for compressionYagiz Nizipli2023-04-131-4/+8
* permission: fix chmod,chown improve fs coverageRafael Gonzaga2023-04-134-16/+158
* diagnostics_channel: fix ref counting bug when reaching zero subscribersStephen Belanger2023-04-131-0/+7
* esm: move hook execution to separate threadJacob Smith2023-04-1324-94/+107
* test: remove unnecessary status check on test-release-npmRafaelGSS2023-04-121-1/+0
* wasi: make returnOnExit true by defaultMichael Dawson2023-04-111-1/+17
* stream: preserve object mode in composeRaz Luvaton2023-04-121-0/+74
* bootstrap: support namespaced builtins in snapshot scriptsJoyee Cheung2023-04-111-0/+42
* test: mark test/parallel/test-file-write-stream4 as flakyYagiz Nizipli2023-04-101-0/+2
* test: remove unused callback variablesangellovc2023-04-101-1/+1
* bootstrap: do not expand process.argv[1] for snapshot entry pointsJoyee Cheung2023-04-101-0/+58
* fs: implement byob mode for readableWebStream()Debadree Chatterjee2023-04-101-0/+84
* quic: add more QUIC implJames M Snell2023-04-091-0/+1
* test: migrate test runner message tests to snapshotMoshe Atlow2023-04-1040-330/+460
* permission: support fs.mkdtempRafael Gonzaga2023-04-091-0/+17
* sea: use JSON configuration and blob content for SEAJoyee Cheung2023-04-093-5/+277
* crypto: replace THROW with CHECK for scrypt keylenTobias Nießen2023-04-091-0/+8
* test: remove stale entry from known_issues.statusRichard Lau2023-04-081-3/+0
* test: move more inspector sequential tests to parallelJoyee Cheung2023-04-0728-0/+0
* test: use random port in test-inspector-enabledJoyee Cheung2023-04-071-1/+1
* test: use random port in test-inspector-debug-brk-flagJoyee Cheung2023-04-071-1/+1
* test: use random port in NodeInstance.startViaSignal()Joyee Cheung2023-04-071-1/+1
* url: do not use object as hashmapTimothy Gu2023-04-071-0/+5
* wasi: make version non-optionalMichael Dawson2023-04-069-60/+34
* url: drop ICU requirement for parsing hostnamesYagiz Nizipli2023-04-052-34/+1
* url: use ada::url_aggregator for parsing urlsYagiz Nizipli2023-04-051-9/+12
* net: enable autoSelectFamily by defaultPaolo Insogna2023-04-0514-64/+51
* watch: fix watch path with equalsMoshe Atlow2023-04-051-1/+39
* test: fix flaky test-watch-mode-inspectMoshe Atlow2023-04-041-2/+3
* test: move debugger tests with --port=0 to parallelJoyee Cheung2023-04-0527-0/+0
* test: use --port=0 in debugger tests that do not have to work on 9229Joyee Cheung2023-04-0526-25/+26
* test: run doctool tests in parallelJoyee Cheung2023-04-041-1/+1
* permission: drop process.permission.denyRafael Gonzaga2023-04-0421-548/+435
* test_runner: hide failing tests title when all tests passMoshe Atlow2023-04-042-0/+15
* test_runner: stringify AssertError expected and actualMoshe Atlow2023-04-045-12/+133
* test: move test-shadow-realm-gc.js to known_issuesJoyee Cheung2023-04-042-1/+5
* src: bootstrap prepare stack trace callback in shadow realmChengzhong Wu2023-04-043-4/+57
* lib: runtime deprecate punycodeYagiz Nizipli2023-04-031-2/+2
* lib: define Event.isTrusted in the prototypeSantiago Gimeno2023-04-034-5/+12
* test: verify tracePromise does not do runStoresStephen Belanger2023-04-031-4/+11