From b4faf609484726d827b43140b4ce2bc8e58163df Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Tue, 17 Sep 2024 22:57:37 +0530 Subject: perf: fast path for cached dyn imports (#25636) Ref https://github.com/denoland/deno_core/pull/906 --- tests/wpt/runner/expectation.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/wpt/runner/expectation.json b/tests/wpt/runner/expectation.json index ef22d1dd7..642dbc8af 100644 --- a/tests/wpt/runner/expectation.json +++ b/tests/wpt/runner/expectation.json @@ -10382,12 +10382,10 @@ "blob-url-workers.window.html": [], "microtasks": { "basic.any.html": [ - "import() should not drain the microtask queue if it fails during specifier resolution", - "import() should not drain the microtask queue when loading an already loaded module" + "import() should not drain the microtask queue if it fails during specifier resolution" ], "basic.any.worker.html": [ - "import() should not drain the microtask queue if it fails during specifier resolution", - "import() should not drain the microtask queue when loading an already loaded module" + "import() should not drain the microtask queue if it fails during specifier resolution" ], "css-import-in-worker.any.worker.html": true, "with-import-assertions.any.html": true, -- cgit v1.2.3