summaryrefslogtreecommitdiff
path: root/test/common/index.js
Commit message (Expand)AuthorAgeFilesLines
* test: fix parsing test flagsDaeyeon Jeong2023-05-171-3/+1
* test: migrate message tests to use assertSnapshotMoshe Atlow2023-04-271-2/+3
* test: migrate test runner message tests to snapshotMoshe Atlow2023-04-101-38/+45
* net: enable autoSelectFamily by defaultPaolo Insogna2023-04-051-0/+10
* test: include strace openat testRafael Gonzaga2023-02-231-0/+2
* test: fix IPv6 checks on IBM iAbdirahim Musse2023-02-231-1/+8
* test: set common.bits to 64 for loong64Shi Pujin2023-01-281-1/+1
* test: add trailing commas in `test/common` (#45550)Antoine du Hamel2022-11-211-8/+8
* test: don't clobber RegExp.$_ on startupBen Noordhuis2022-10-071-1/+3
* lib: enable global WebCrypto by defaultAntoine du Hamel2022-09-171-1/+3
* perf_hooks: add resourcetiming buffer limitChengzhong Wu2022-08-211-0/+3
* test: refactor ESM tests to improve performanceJacob Smith2022-07-291-1/+32
* events: expose CustomEvent on global with CLI flagDaeyeon Jeong2022-07-231-0/+3
* test: add `common.mustNotMutateObjectDeep()`LiviaMedeiros2022-07-131-0/+47
* errors: extract type detection & use in `ERR_INVALID_RETURN_VALUE`Jacob Smith2022-07-011-3/+4
* dns: accept `'IPv4'` and `'IPv6'` for `family`Antoine du Hamel2022-06-151-1/+1
* test: fix `common.mustNotCall` error messageAntoine du Hamel2022-06-121-12/+12
* test: add `BigInt`s to `common.getArrayBufferViews()`Livia Medeiros2022-06-011-0/+2
* test: only skip slow tests on Raspberry Pi devicesRichard Lau2022-04-121-8/+15
* net: make `server.address()` return an integer for `family`Antoine du Hamel2022-04-121-1/+1
* stream: expose web streams globals, remove runtime experimental warningAntoine du Hamel2022-04-041-0/+21
* lib: enable fetch by defaultMichaël Zasso2022-02-211-7/+1
* lib: add FormData global when fetch is enabledMichaël Zasso2022-02-181-0/+1
* crypto: expose Web Crypto API on the global scopeAntoine du Hamel2022-02-141-0/+6
* lib: add fetchMichaël Zasso2022-02-011-3/+12
* test: improve expectWarning error messageRich Trott2021-12-301-1/+5
* test: fix typo in test/common/index.jsTobias Nießen2021-10-031-1/+1
* test: make tests pass on Windows with Unix EOLMichaël Zasso2021-09-071-1/+7
* test: use `assert.match` instead of `regexp.test`Michaël Zasso2021-08-311-1/+1
* lib: add structuredClone() globalEthan Arrowood2021-08-281-0/+7
* perf_hooks: web performance timeline compliancelegendecas2021-07-251-0/+6
* test: put common lint exceptions into config fileRich Trott2021-07-131-1/+0
* test: remove checks for armv6Rich Trott2021-07-041-3/+0
* test: remove common.enoughTestCpuRich Trott2021-07-041-5/+0
* test: adapt abort tests for new Windows codeMichaël Zasso2021-06-101-3/+3
* test: set common.bits to 64 for riscv64Andreas Schwab2021-05-171-1/+1
* test: fix `common.mustCall` `length` and `name` propertiesAntoine du Hamel2021-05-021-1/+19
* test: add ancestor package.json checks for tmpdirRichard Lau2021-04-231-2/+2
* test: remove common.disableCrashOnUnhandledRejectionMichaël Zasso2021-04-141-5/+0
* test: prepare for consistent comma-dangle lint ruleRich Trott2021-04-011-1/+1
* perf_hooks: make performance a globalJames M Snell2021-04-011-0/+4
* buffer: expose btoa and atob as globalsJames M Snell2021-03-251-0/+7
* deps: add ngtcp2 and nghttp3James M Snell2021-03-191-0/+3
* src,test: support dynamically linking OpenSSL 3.0Daniel Bevenius2021-03-161-0/+4
* quic: remove quicJames M Snell2021-01-301-2/+0
* lib,src: update cluster to use ParentMichael Dawson2021-01-051-1/+1
* build,lib,test: change whitelist to allowlistMichaël Zasso2020-12-101-2/+2
* tools: enable no-unused-expressions lint ruleMichaël Zasso2020-12-071-1/+1
* test: improve error message for policy failuresBradley Farias2020-11-091-0/+15
* test: add common.mustSucceedTobias Nießen2020-10-171-0/+9