1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/tests/testdata/test/sanitizer
Matt Mastracci 736b91edd0
perf(cli): use new deno_core timers (#22569)
Improves #19100 

Fixes #20356

Replaces #20428



Changes made in deno_core to support this:

 - [x] Errors must be handled in setTimeout callbacks
 - [x] Microtask ordering is not-quite-right
 - [x] Timer cancellation must be checked right before dispatch
 - [x] Timer sanitizer
 - [x] Move high-res timer to deno_core
 - [x] Timers need opcall tracing
2024-03-01 11:15:18 -07: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 perf(cli): use new deno_core timers (#22569) 2024-03-01 11:15:18 -07: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 perf(cli): use new deno_core timers (#22569) 2024-03-01 11:15:18 -07: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 perf(cli): use new deno_core timers (#22569) 2024-03-01 11:15:18 -07: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_tcp.out perf(cli): use new deno_core timers (#22569) 2024-03-01 11:15:18 -07:00
ops_sanitizer_tcp.ts perf(cli): use new deno_core timers (#22569) 2024-03-01 11:15:18 -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 perf(cli): use new deno_core timers (#22569) 2024-03-01 11:15:18 -07: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