1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli/tests
Matt Mastracci c37b9655b6
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-22 14:45:10 +00:00
..
integration fix(cli): add timeout on inspector tests (#20225) 2023-08-22 07:25:38 -06:00
node_compat fix(ext/node): allow for the reassignment of userInfo() on Windows (#20165) 2023-08-16 11:28:49 +02:00
testdata refactor: upgrade deno_ast 0.28 and deno_semver 0.4 (#20193) 2023-08-21 09:53:52 +00:00
unit feat(ext/kv): connect to remote database (#20178) 2023-08-22 13:56:00 +08:00
unit_node fix(ext/node): simultaneous reads can leak into each other (#20223) 2023-08-22 14:45:10 +00:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00