2024-02-28 11:12:43 -05:00
⚠️ The `--trace-ops` flag is deprecated and will be removed in Deno 2.0.
Use the `--trace-leaks` flag instead.
2024-02-16 12:49:42 -05:00
Check [WILDCARD]/ops_sanitizer_unstable.ts
running 2 tests from [WILDCARD]/ops_sanitizer_unstable.ts
2022-04-11 12:27:17 -04:00
no-op ... ok ([WILDCARD])
leak interval ... FAILED ([WILDCARD])
2021-10-11 11:00:33 -04:00
2022-05-09 04:56:13 -04:00
ERRORS
2021-10-11 11:00:33 -04:00
2024-02-16 12:49:42 -05:00
leak interval => [WILDCARD]/ops_sanitizer_unstable.ts:[WILDCARD]
2024-02-16 16:22:12 -05:00
error: Leaks detected:
- An async operation to sleep for a duration was started in this test, but never completed. This is often caused by not cancelling a `setTimeout` or `setInterval` call. The operation was started here:
2022-02-16 13:53:17 -05:00
at [WILDCARD]
at setInterval ([WILDCARD])
2024-02-16 12:49:42 -05:00
at fn ([WILDCARD]/ops_sanitizer_unstable.ts:[WILDCARD])
2021-10-11 11:00:33 -04:00
at [WILDCARD]
2022-05-09 04:56:13 -04:00
FAILURES
2021-10-11 11:00:33 -04:00
2024-02-16 12:49:42 -05:00
leak interval => [WILDCARD]/ops_sanitizer_unstable.ts:[WILDCARD]
2021-10-11 11:00:33 -04:00
2022-06-14 14:51:49 -04:00
FAILED | 1 passed | 1 failed ([WILDCARD])
2021-10-11 11:00:33 -04:00
error: Test failed