1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00
denoland-deno/tests/testdata/test/sanitizer
Matt Mastracci 67a4231bb6
refactor(cli): move op sanitizer to Rust (#22413)
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
2024-02-16 21:22:12 +00:00
..
trace_ops_caught_error chore(cli): pre-factor the sanitizer tests (#22436) 2024-02-16 10:49:42 -07:00
exit_sanitizer.out chore(cli): pre-factor the sanitizer tests (#22436) 2024-02-16 10:49:42 -07:00
exit_sanitizer.ts chore(cli): pre-factor the sanitizer tests (#22436) 2024-02-16 10:49:42 -07:00
ops_sanitizer_closed_inside_started_before.out refactor(cli): move op sanitizer to Rust (#22413) 2024-02-16 21:22:12 +00:00
ops_sanitizer_closed_inside_started_before.ts chore(cli): pre-factor the sanitizer tests (#22436) 2024-02-16 10:49:42 -07:00
ops_sanitizer_multiple_timeout_tests.out refactor(cli): move op sanitizer to Rust (#22413) 2024-02-16 21:22:12 +00:00
ops_sanitizer_multiple_timeout_tests.ts chore(cli): pre-factor the sanitizer tests (#22436) 2024-02-16 10:49:42 -07:00
ops_sanitizer_multiple_timeout_tests_no_trace.out refactor(cli): move op sanitizer to Rust (#22413) 2024-02-16 21:22:12 +00:00
ops_sanitizer_nexttick.out chore(cli): pre-factor the sanitizer tests (#22436) 2024-02-16 10:49:42 -07:00
ops_sanitizer_nexttick.ts chore(cli): pre-factor the sanitizer tests (#22436) 2024-02-16 10:49:42 -07:00
ops_sanitizer_step_leak.out chore(cli): pre-factor the sanitizer tests (#22436) 2024-02-16 10:49:42 -07:00
ops_sanitizer_step_leak.ts chore(cli): pre-factor the sanitizer tests (#22436) 2024-02-16 10:49:42 -07:00
ops_sanitizer_timeout_failure.out chore(cli): pre-factor the sanitizer tests (#22436) 2024-02-16 10:49:42 -07:00
ops_sanitizer_timeout_failure.ts chore(cli): pre-factor the sanitizer tests (#22436) 2024-02-16 10:49:42 -07:00
ops_sanitizer_unstable.out refactor(cli): move op sanitizer to Rust (#22413) 2024-02-16 21:22:12 +00:00
ops_sanitizer_unstable.ts chore(cli): pre-factor the sanitizer tests (#22436) 2024-02-16 10:49:42 -07:00
resource_sanitizer.out refactor(cli): move op sanitizer to Rust (#22413) 2024-02-16 21:22:12 +00:00
resource_sanitizer.ts chore(cli): pre-factor the sanitizer tests (#22436) 2024-02-16 10:49:42 -07:00