mirror of
https://github.com/denoland/deno.git
synced 2024-11-26 16:09:27 -05:00
67a4231bb6
The format of the sanitizers will change a little bit: - If multiple async ops leak and traces are on, we repeat the async op header once per stack trace. - All leaks are aggregated under a "Leaks detected:" banner as the new timers are eventually going to be added, and these are neither ops nor resources. - `1 async op` is now `An async op` - If ops and resources leak, we show both (rather than op leaks masking resources) Follow-on to https://github.com/denoland/deno/pull/22226 |
||
---|---|---|
.. | ||
trace_ops_caught_error | ||
exit_sanitizer.out | ||
exit_sanitizer.ts | ||
ops_sanitizer_closed_inside_started_before.out | ||
ops_sanitizer_closed_inside_started_before.ts | ||
ops_sanitizer_multiple_timeout_tests.out | ||
ops_sanitizer_multiple_timeout_tests.ts | ||
ops_sanitizer_multiple_timeout_tests_no_trace.out | ||
ops_sanitizer_nexttick.out | ||
ops_sanitizer_nexttick.ts | ||
ops_sanitizer_step_leak.out | ||
ops_sanitizer_step_leak.ts | ||
ops_sanitizer_timeout_failure.out | ||
ops_sanitizer_timeout_failure.ts | ||
ops_sanitizer_unstable.out | ||
ops_sanitizer_unstable.ts | ||
resource_sanitizer.out | ||
resource_sanitizer.ts |