From 33da15ae5aa1b454d1a73eb5fbc3135927122988 Mon Sep 17 00:00:00 2001 From: Andreu Botella Date: Tue, 7 Dec 2021 13:39:58 +0100 Subject: refactor(timers): refactor timers to use one async op per timer (#12862) This change also makes the timers implementation closer to the spec, and sets up the stage to implement AbortSignal.timeout() (whatwg/dom#1032). Fixes #8965 Fixes #10974 Fixes #11398 --- cli/tests/integration/test_tests.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cli/tests/integration') diff --git a/cli/tests/integration/test_tests.rs b/cli/tests/integration/test_tests.rs index bddb0cc6e..effd615f6 100644 --- a/cli/tests/integration/test_tests.rs +++ b/cli/tests/integration/test_tests.rs @@ -156,6 +156,12 @@ itest!(ops_sanitizer_timeout_failure { output: "test/ops_sanitizer_timeout_failure.out", }); +itest!(ops_sanitizer_multiple_timeout_tests { + args: "test test/ops_sanitizer_multiple_timeout_tests.ts", + exit_code: 1, + output: "test/ops_sanitizer_multiple_timeout_tests.out", +}); + itest!(ops_sanitizer_nexttick { args: "test test/ops_sanitizer_nexttick.ts", output: "test/ops_sanitizer_nexttick.out", -- cgit v1.2.3