summaryrefslogtreecommitdiff
path: root/tests/testdata/test/ops_sanitizer_multiple_timeout_tests.out
diff options
context:
space:
mode:
authorMatt Mastracci <matthew@mastracci.com>2024-02-16 10:49:42 -0700
committerGitHub <noreply@github.com>2024-02-16 10:49:42 -0700
commitc92717a1a43d31951cd8a1161afb766ef339aa21 (patch)
tree48a8fa58531d525c87824d55a6a934e42037815e /tests/testdata/test/ops_sanitizer_multiple_timeout_tests.out
parent88d7c50cd559b9fd0189d2a2c1df6e2f1b790ddb (diff)
chore(cli): pre-factor the sanitizer tests (#22436)
Moving tests around so that we can make #22413 smaller
Diffstat (limited to 'tests/testdata/test/ops_sanitizer_multiple_timeout_tests.out')
-rw-r--r--tests/testdata/test/ops_sanitizer_multiple_timeout_tests.out45
1 files changed, 0 insertions, 45 deletions
diff --git a/tests/testdata/test/ops_sanitizer_multiple_timeout_tests.out b/tests/testdata/test/ops_sanitizer_multiple_timeout_tests.out
deleted file mode 100644
index 6ebd28c51..000000000
--- a/tests/testdata/test/ops_sanitizer_multiple_timeout_tests.out
+++ /dev/null
@@ -1,45 +0,0 @@
-Check [WILDCARD]/testdata/test/ops_sanitizer_multiple_timeout_tests.ts
-running 2 tests from ./test/ops_sanitizer_multiple_timeout_tests.ts
-test 1 ... FAILED ([WILDCARD])
-test 2 ... FAILED ([WILDCARD])
-
- ERRORS
-
-test 1 => ./test/ops_sanitizer_multiple_timeout_tests.ts:[WILDCARD]
-error: Leaking async ops:
- - 2 async operations to sleep for a duration were started in this test, but never completed. This is often caused by not cancelling a `setTimeout` or `setInterval` call. The operations were started here:
- at [WILDCARD]
- at setTimeout ([WILDCARD])
- at test ([WILDCARD]/testdata/test/ops_sanitizer_multiple_timeout_tests.ts:[WILDCARD])
- at [WILDCARD]/testdata/test/ops_sanitizer_multiple_timeout_tests.ts:8:27
- at [WILDCARD]
-
- at [WILDCARD]
- at setTimeout ([WILDCARD])
- at test ([WILDCARD]/testdata/test/ops_sanitizer_multiple_timeout_tests.ts:[WILDCARD])
- at [WILDCARD]/testdata/test/ops_sanitizer_multiple_timeout_tests.ts:8:27
- at [WILDCARD]
-
-test 2 => ./test/ops_sanitizer_multiple_timeout_tests.ts:[WILDCARD]
-error: Leaking async ops:
- - 2 async operations to sleep for a duration were started in this test, but never completed. This is often caused by not cancelling a `setTimeout` or `setInterval` call. The operations were started here:
- at [WILDCARD]
- at setTimeout ([WILDCARD])
- at test ([WILDCARD]/testdata/test/ops_sanitizer_multiple_timeout_tests.ts:[WILDCARD])
- at [WILDCARD]/testdata/test/ops_sanitizer_multiple_timeout_tests.ts:10:27
- at [WILDCARD]
-
- at [WILDCARD]
- at setTimeout ([WILDCARD])
- at test ([WILDCARD]/testdata/test/ops_sanitizer_multiple_timeout_tests.ts:[WILDCARD])
- at [WILDCARD]/testdata/test/ops_sanitizer_multiple_timeout_tests.ts:10:27
- at [WILDCARD]
-
- FAILURES
-
-test 1 => ./test/ops_sanitizer_multiple_timeout_tests.ts:[WILDCARD]
-test 2 => ./test/ops_sanitizer_multiple_timeout_tests.ts:[WILDCARD]
-
-FAILED | 0 passed | 2 failed ([WILDCARD])
-
-error: Test failed