summaryrefslogtreecommitdiff
path: root/tests/wpt
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2024-09-17 22:57:37 +0530
committerGitHub <noreply@github.com>2024-09-17 22:57:37 +0530
commitb4faf609484726d827b43140b4ce2bc8e58163df (patch)
treeccc359782f58af0958cda8648077ecd03386d752 /tests/wpt
parent063f427ddf52386b006db9295d534578cf60412b (diff)
perf: fast path for cached dyn imports (#25636)
Ref https://github.com/denoland/deno_core/pull/906
Diffstat (limited to 'tests/wpt')
-rw-r--r--tests/wpt/runner/expectation.json6
1 files changed, 2 insertions, 4 deletions
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,