diff options
| author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2022-05-05 00:15:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-05 01:15:54 +0200 |
| commit | ca134d25e1c281384a1a131c19d0574e7c8d30e8 (patch) | |
| tree | 90ffc4b39fc131f50eebab74c53c5b2b64eba32f /cli/tests/testdata/test/ops_sanitizer_unstable.out | |
| parent | 6a21fe745acf44fb32c294a34314abf58cc43c30 (diff) | |
feat(test): Show Deno.test() call locations for failures (#14484)
Diffstat (limited to 'cli/tests/testdata/test/ops_sanitizer_unstable.out')
| -rw-r--r-- | cli/tests/testdata/test/ops_sanitizer_unstable.out | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/cli/tests/testdata/test/ops_sanitizer_unstable.out b/cli/tests/testdata/test/ops_sanitizer_unstable.out index 71fc12191..b8cbf33cb 100644 --- a/cli/tests/testdata/test/ops_sanitizer_unstable.out +++ b/cli/tests/testdata/test/ops_sanitizer_unstable.out @@ -5,8 +5,8 @@ leak interval ... FAILED ([WILDCARD]) failures: -./test/ops_sanitizer_unstable.ts > leak interval -Test case is leaking async ops. +leak interval => ./test/ops_sanitizer_unstable.ts:[WILDCARD] +error: Test case is leaking async ops. - 1 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: at [WILDCARD] @@ -16,8 +16,7 @@ Test case is leaking async ops. failures: - ./test/ops_sanitizer_unstable.ts - leak interval +leak interval => ./test/ops_sanitizer_unstable.ts:[WILDCARD] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD]) |
