summaryrefslogtreecommitdiff
path: root/test/sequential
Commit message (Expand)AuthorAgeFilesLines
* test: fix test-debugger-heap-profiler for workersRichard Lau2021-08-091-7/+4
* debugger: prevent simultaneous heap snapshotsRich Trott2021-08-051-0/+4
* test: add test-debugger-breakpoint-existsRich Trott2021-08-011-0/+27
* debugger: indicate server is endingRich Trott2021-07-121-0/+39
* test: move debugger test case to parallelRich Trott2021-07-091-28/+0
* test: use common.PORT instead of hardcoded port numberRich Trott2021-07-091-1/+1
* test: remove workaround code in debugger testRich Trott2021-07-051-13/+3
* test: remove checks for armv6Rich Trott2021-07-041-3/+3
* test: move test-debugger-address to parallelRich Trott2021-07-041-73/+0
* test: replace "inspector-cli" with "debugger"Rich Trott2021-06-2824-28/+28
* test: move inspector-cli tests to sequentialRich Trott2021-06-2024-0/+1230
* test: move test-net-connect-econnrefused from pummel to sequentialRich Trott2021-05-041-0/+66
* test: move slower tests into pummel and skip on slow devicesRich Trott2021-04-261-44/+0
* perf_hooks: fix loop delay resolution validationAntoine du Hamel2021-04-111-1/+1
* test: use faster variant for rssPooja D P2021-04-031-2/+2
* test: prepare for consistent comma-dangle lint ruleRich Trott2021-04-0119-31/+31
* test: fix flaky test-vm-timeout-escape-promise-module-2Rich Trott2021-03-221-0/+42
* module: runtime deprecate invalid package.json main entriesAntoine du Hamel2021-02-241-2/+10
* perf_hooks: complete overhaul of the implementationJames M Snell2021-02-222-37/+1
* test: fix flaky test-worker-profRich Trott2021-02-202-11/+8
* test: remove flaky designation for test-http2-large-fileRich Trott2021-02-031-2/+0
* quic: remove quicJames M Snell2021-01-301-6/+0
* test,doc,lib: adjust object literal newlines for lint ruleRich Trott2021-01-264-13/+8
* crypto: add generatePrime/checkPrimeJames M Snell2021-01-261-0/+2
* buffer: introduce BlobJames M Snell2021-01-181-0/+1
* test,benchmark: stop requiring URL and URLSearchParamsraisinten2021-01-181-1/+0
* perf_hooks: throw ERR_INVALID_ARG_VALUE if histogram.percentile param is NaNZiJian Liu2021-01-181-1/+1
* lib,src: update cluster to use ParentMichael Dawson2021-01-057-42/+42
* test: fix flaky sequential/test-fs-watchRich Trott2020-11-271-8/+16
* test: move test-worker-eventlooputil to sequentialRich Trott2020-11-121-0/+114
* crypto: fixup scrypt regressionsJames M Snell2020-10-301-1/+1
* test: add common.mustSucceedTobias Nießen2020-10-171-2/+1
* inspector: do not hardcode Debugger.CallFrameId in testsDmitry Gozman2020-10-131-3/+3
* crypto: refactoring internals, add WebCryptoJames M Snell2020-10-072-9/+11
* src: use node:moduleName as builtin module filenameMichaël Zasso2020-10-072-2/+2
* test: adjust comments for upcoming lint ruleRich Trott2020-10-073-13/+3
* process: change default --unhandled-rejections=throwDan Fabulich2020-09-221-2/+1
* lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODINGDenys Otrishko2020-09-111-1/+1
* test: change var to letPooja D.P2020-09-051-2/+2
* policy: implement scopes fieldBradley Farias2020-08-262-2/+2
* test: move test-inspector-already-activated-cli to parallelRich Trott2020-08-181-19/+0
* test: remove common.rootDirRich Trott2020-08-161-1/+4
* util: add debug and debuglog.enabledBradley Farias2020-08-101-2/+2
* src: allow setting a dir for all diagnostic outputAshCripps2020-07-202-0/+193
* test: use `.then(common.mustCall())` for all async IIFEsAnna Henningsen2020-07-201-1/+1
* test: remove common.localhostIPv6Rich Trott2020-07-161-2/+2
* quic: implement QuicSocket Promise API, part 1James M Snell2020-07-152-251/+0
* quic: refactor qlog handlingJames M Snell2020-07-051-0/+1
* crypto: move typechecking for timingSafeEqual into C++Anna Henningsen2020-07-031-2/+2
* quic: temporarily disable preferred address testsJames M Snell2020-06-222-20/+81