1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-31 19:44:10 -05:00
denoland-deno/cli/tests
Matt Mastracci 3e9fb8aafd fix(ext/node): simultaneous reads can leak into each other (#20223)
Reported in #20188

This was caused by re-use of a global buffer `BUF` during simultaneous
async reads.
2023-08-24 09:00:30 -06:00
..
integration fix(cli): add timeout on inspector tests (#20225) 2023-08-24 09:00:23 -06:00
node_compat fix(ext/node): allow for the reassignment of userInfo() on Windows (#20165) 2023-08-21 18:23:27 +05:30
testdata refactor: upgrade deno_ast 0.28 and deno_semver 0.4 (#20193) 2023-08-21 18:23:28 +05:30
unit fix(ext/http): ensure request body resource lives as long as response is alive (#20206) 2023-08-21 18:23:28 +05:30
unit_node fix(ext/node): simultaneous reads can leak into each other (#20223) 2023-08-24 09:00:30 -06:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00