diff options
author | Matt Mastracci <matthew@mastracci.com> | 2024-02-13 19:44:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-13 19:44:37 -0700 |
commit | e23fc6d88cc26a234ef2795d0bea1fd2f7fb8bfa (patch) | |
tree | c0c08ba5520610be6f748aa9a75633d87baf5445 /tests | |
parent | 082f8128b8d784c599fdf2c0d857dbbe6abbc7fe (diff) |
chore: deno_core bump (#22407)
- Adding `None` flag for warmup script.
- Modify opcall trace interface to match new Rust implementation
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testdata/test/ops_sanitizer_multiple_timeout_tests.out | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/testdata/test/ops_sanitizer_multiple_timeout_tests.out b/tests/testdata/test/ops_sanitizer_multiple_timeout_tests.out index d7ccc6a00..6ebd28c51 100644 --- a/tests/testdata/test/ops_sanitizer_multiple_timeout_tests.out +++ b/tests/testdata/test/ops_sanitizer_multiple_timeout_tests.out @@ -10,13 +10,13 @@ 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:4:3) + 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:5:3) + 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] @@ -25,13 +25,13 @@ 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:4:3) + 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:5:3) + 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] |