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
Divy Srivastava c97a97240b
fix(ext/node): handle closing process.stdin more than once (#21267)
Fixes https://github.com/denoland/deno/issues/21112

Aligns more towards what Node.js does. Closing stdin more than once is a
nop.
2023-11-20 18:57:18 +05:30
..
integration fix(ext,runtime): add missing custom inspections (#21219) 2023-11-19 09:13:38 +01:00
node_compat fix(ext/node): Re-enable alloc max size test (#21059) 2023-11-11 08:23:01 +00:00
testdata fix(ext,runtime): add missing custom inspections (#21219) 2023-11-19 09:13:38 +01:00
unit fix(ext,runtime): add missing custom inspections (#21219) 2023-11-19 09:13:38 +01:00
unit_node fix(ext/node): handle closing process.stdin more than once (#21267) 2023-11-20 18:57:18 +05:30
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00