summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test: replace "inspector-cli" with "debugger"Rich Trott2021-07-1133-28/+28
* bootstrap: load perf_hooks eagerly during bootstrapJoyee Cheung2021-07-111-0/+2
* perf_hooks: refactor perf_hooks for snapshot buildingJoyee Cheung2021-07-111-0/+10
* fs: allow empty string for temp directory prefixVoltrex2021-07-111-1/+1
* wasi: use missing validatorVoltrex2021-07-112-2/+4
* test: use localhost test instead of connecting to remoteAdam Majer2021-07-111-4/+20
* http,https: align server option of https with httpQingyu Deng2021-07-112-0/+250
* src,crypto: fix 0-length output crash in webcryptoXadillaX2021-07-111-0/+39
* src: compare IPv4 addresses in host byte ordercjihrig2021-07-111-0/+21
* errors: don't rekey on primitive typebcoe2021-06-213-0/+27
* async_hooks: check for empty contexts before removingBryan English2021-06-211-0/+15
* src: allow to negate boolean CLI flagsMichaël Zasso2021-06-212-1/+52
* test: move inspector-cli tests to sequentialRich Trott2021-06-2127-14/+0
* test: improve buffer coverageRongjian Zhang2021-06-212-9/+61
* test: fix name of variable in inspector-cli testTobias Nießen2021-06-211-2/+2
* test: fix typoHoussem Chebab2021-06-211-2/+2
* crypto: fix aes crash when tag length too smallXadillaX2021-06-211-0/+29
* test: fix typo in test-http2-invalidheaderfield.jsIkko Ashimine2021-06-141-1/+1
* tools: update doctool dependencies, migrate to ESMMichaël Zasso2021-06-147-68/+56
* stream: fix pipeline pumpRobert Nagy2021-06-141-0/+33
* report: generates report on threads with no isolateslegendecas2021-06-142-34/+75
* src: fix multiple AddLinkedBinding() callsAnna Henningsen2021-06-141-0/+32
* lib: make primordials Promise methods safeAntoine du Hamel2021-06-143-0/+40
* test: adapt abort tests for new Windows codeMichaël Zasso2021-06-144-6/+6
* test: adapt test-linux-perf to V8 changesMichaël Zasso2021-06-141-8/+11
* test: fix V8 serdes test for V8 9.1Michaël Zasso2021-06-141-1/+1
* module: fix legacy `node` specifier resolution to resolve `"main"` fieldAntoine du Hamel2021-06-133-0/+7
* test: remove obsolete TLS testRich Trott2021-06-131-13/+0
* node-api: avoid crashing on passed-in null stringGabriel Schulhof2021-06-125-1/+102
* test: improve coverage of lib/events.jsRongjian Zhang2021-06-112-0/+26
* test: http outgoing _headers setter nullycjcl8682021-06-111-0/+11
* test: suppress warning in test_environment.ccDaniel Bevenius2021-06-111-2/+2
* Revert "http: make HEAD method to work with keep-alive"Michaël Zasso2021-06-111-51/+0
* src,test: raise error for --enable-fips when no FIPSDaniel Bevenius2021-06-111-2/+21
* src: skip test_fatal/test_threads for Debug buildsDaniel Bevenius2021-06-111-0/+4
* async_hooks: switch between native and context hooks correctlyStephen Belanger2021-06-111-0/+77
* node-api: rtn pending excep on napi_new_instancelegendecas2021-06-112-0/+78
* child_process: allow `options.cwd` receive a URLXadillaX2021-06-111-0/+19
* dns: allow `--dns-result-order` to change default dns verbatimOuyang Yadong2021-06-113-0/+195
* src: set PromiseHooks by EnvironmentBryan English2021-06-021-0/+35
* test: improve coverage of fs internal utilsRongjian Zhang2021-06-022-43/+87
* lib: include url in bootstrap snapshot and remove unnecessary lazy-loadsJoyee Cheung2021-06-021-0/+1
* test: remove unnecessary `--pending-deprecation` flagAntoine du Hamel2021-06-021-5/+1
* os: add os.devNullLuigi Pinca2021-06-021-0/+7
* test: fix writefile with fdNitzan Uziely2021-05-311-14/+25
* test: simplify test-path-resolve.jshimself652021-05-311-8/+6
* lib: remove unnecessary lazy loadsJoyee Cheung2021-05-311-0/+3
* lib: load internal/fs/watchers and internal/fs/read_file_context earlyJoyee Cheung2021-05-311-0/+1
* test: improve coverage for `question` in readlineQingyu Deng2021-05-311-0/+12
* test: os, replace custom flatten method with built-in Array.flatWael Almattar2021-05-311-5/+2