0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-22 13:13:32 -05:00
denoland-deno/cli/tools/test
Matt Mastracci 8f359181e6 fix(cli): remove possible deadlock in test channel (#22662)
The stderr stream could possibly starve the other bits of the
output-redirecting event loop.

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-03-08 12:38:21 +05:30
..
reporters fix(cli): ensure that pre- and post-test output is flushed at the appropriate times (#22611) 2024-02-28 22:12:21 +00:00
channel.rs fix(cli): remove possible deadlock in test channel (#22662) 2024-03-08 12:38:21 +05:30
fmt.rs perf(cli): use new deno_core timers (#22569) 2024-03-08 12:38:19 +05:30
mod.rs chore: fix typos (#22677) 2024-03-08 12:38:20 +05:30