summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/test/ops_sanitizer_unstable.ts
AgeCommit message (Collapse)Author
2022-02-16feat(test): improved op sanitizer errors + traces (#13676)Luca Casonato
This commit improves the error messages for the `deno test` async op sanitizer. It does this in two ways: - it uses handwritten error messages for each op that could be leaking - it includes traces showing where each op was started This "async op tracing" functionality is a new feature in deno_core. It likely has a significant performance impact, which is why it is only enabled in tests.
2021-10-11feat: provide ops details for ops sanitizer failures (#12188)Casper Beyer