summaryrefslogtreecommitdiff
path: root/test/sequential
Commit message (Expand)AuthorAgeFilesLines
* test: move `test-cluster-primary-error` flaky testHEADmainYagiz Nizipli2023-05-171-4/+0
* sea: add option to disable the experimental SEA warningDarshan Sen2023-05-042-0/+119
* quic: add additional QUIC implementationJames M Snell2023-04-261-0/+2
* fs: add recursive option to readdir and opendirEthan Arrowood2023-04-202-0/+413
* quic: add more QUIC implementationJames M Snell2023-04-171-0/+1
* test: mark test-cluster-primary-error flaky on asanYagiz Nizipli2023-04-141-0/+4
* quic: add more QUIC implJames M Snell2023-04-091-0/+1
* test: move more inspector sequential tests to parallelJoyee Cheung2023-04-0728-1695/+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
* net: enable autoSelectFamily by defaultPaolo Insogna2023-04-054-10/+21
* 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-1152/+0
* test: use --port=0 in debugger tests that do not have to work on 9229Joyee Cheung2023-04-0526-25/+26
* test: mark test-http-max-sockets as flaky on win32Tobias Nießen2023-03-171-0/+2
* debugger: improve validations and documents for watch and unwatchEungyu Lee2023-03-132-4/+31
* debugger: add a command to set which lines to check for contextEungyu Lee2023-03-121-0/+50
* test: fallback to IPv4 if IPv6 is unavailableAbdirahim Musse2023-03-112-1/+7
* src: fix cb scope bugs involved in terminationywave6202023-02-281-63/+0
* lib,src: update exit codes as per todosDebadree Chatterjee2023-02-261-1/+1
* src: update Blob implementation to use DataQueue / File-backed BlobsJames M Snell2023-02-191-1/+1
* lib: refactor to use min/max of `validateNumber`Deokjin Kim2023-02-031-1/+1
* src: fix c++ exception on bad command line argBen Noordhuis2023-01-221-2/+2
* test: use `os.availableParallelism()`Deokjin Kim2023-01-113-3/+3
* bootstrap: make CJS loader snapshotableJoyee Cheung2022-12-161-2/+5
* watch: add CLI flag to preserve outputDebadree Chatterjee2022-12-111-0/+25
* test: fix test-watch-modeStefan Stojanovic2022-12-011-4/+16
* test: fix test-watch-mode-inspectStefan Stojanovic2022-12-011-14/+22
* watch: watch for missing dependenciesMoshe Atlow2022-11-131-12/+60
* lib: add options to the heap snapshot APIsJoyee Cheung2022-11-084-0/+128
* test: convert test-debugger-pid to async/awaitLuke Karrys2022-11-011-38/+21
* fs: add recursive watch to linuxYagiz Nizipli2022-10-311-34/+38
* test: watch mode inspect restart repeatedlyMoshe Atlow2022-10-221-5/+17
* test: mark test-watch-mode* as flaky on all platformsPierrick Bouvier2022-10-201-0/+3
* test: remove unnecessary noop function args to mustCall()Rich Trott2022-10-181-1/+1
* test: refactor promises to async/awaitMadhuri2022-10-141-120/+99
* test: debug watch mode inspectMoshe Atlow2022-10-101-3/+2
* perf_hooks: fix webperf idlharnesslegendecas2022-10-041-3/+4
* test: check server status in test-tls-psk-clientRichard Lau2022-10-021-1/+12
* test: use async/await in test-debugger-exceptionspete32492022-09-301-43/+30
* test: use async/await in test-debugger-helpChandana2022-09-292-27/+19
* test: update test-debugger-scripts to use await/asyncmmeenapriya2022-09-291-15/+10
* test: use async/await in test-debugger-random-port-with-inspect-portMonu-Chaudhary2022-09-291-18/+13
* test: use async/await in test-debugger-heap-profilerBrinda Ashar2022-09-291-13/+14
* test: use async/await in test-debugger-auto-resumesamyuktaprabhu2022-09-292-36/+35
* test: migrated from Promise chains to Async/AwaitRathi N Das2022-09-291-13/+11
* test: change promises to async/await in test-debugger-backtrace.jsJuliet Zhang2022-09-291-16/+13
* test: use async/await in test-debugger-sb-before-loadHope Olaidé2022-09-291-32/+21
* test: refactor to async/awaitDivya Mohan2022-09-281-69/+54