deno/tests
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
..
config chore: move test_util/std to tests/util/std (#22402) 2024-02-13 09:22:49 -07:00
ffi chore: move test_ffi and test_nap to tests/ [WIP] (#22394) 2024-02-12 13:46:50 -07:00
integration chore(cli): pre-factor the sanitizer tests (#22436) 2024-02-16 10:49:42 -07:00
napi chore: move test_ffi and test_nap to tests/ [WIP] (#22394) 2024-02-12 13:46:50 -07:00
node_compat chore: move test_util/std to tests/util/std (#22402) 2024-02-13 09:22:49 -07:00
testdata refactor(cli): move op sanitizer to Rust (#22413) 2024-02-16 21:22:12 +00:00
unit refactor(cli): move op sanitizer to Rust (#22413) 2024-02-16 21:22:12 +00:00
unit_node chore(cli): pre-factor the sanitizer tests (#22436) 2024-02-16 10:49:42 -07:00
util chore: move test_util/std to tests/util/std (#22402) 2024-02-13 09:22:49 -07:00
wpt chore: move test_util/wpt to tests/wpt/suite (#22412) 2024-02-16 03:32:28 +00:00
Cargo.toml chore: continue tests/ re-org (#22396) 2024-02-12 17:13:14 -07:00
lib.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
README.md chore: continue tests/ re-org (#22396) 2024-02-12 17:13:14 -07:00

Deno Integration Tests