[wpt-sync] Sync PR 40816 - Fenced frames: Break large local network access test file into smaller ones to avoid timeout.
Categories
(Core :: DOM: Networking, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox117 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(1 file)
|
88.32 KB,
text/plain
|
Details |
Sync web-platform-tests PR 40816 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/40816
Details from upstream follow.
Xiaochen Zhou <xiaochenzh@chromium.org> wrote:
Fenced frames: Break large local network access test file into smaller ones to avoid timeout.
This CL breaks this test into two:
- fenced-frame-no-preflight-required.tentative.https.window.js
contains all test cases that do not require local network access
preflights.- fenced-frame.tentative.https.window.js contains all other test
cases that require preflight.For fenced frames, we obtain messages by writing value to/reading
value from a server. This is significantly slower than similar tests
using iframes, because iframes can simply usewindow.postMessage().In the reland CL (crrev.com/c/4595521) which introduces the tests, I
have already specified long timeout by// META: timeout=long.It solves the flakiness for
fenced-frame-subresource-fetch.tentative.https.window.js, but not this
test.History of test results, before it was marked in TestExpectations, it
was very flaky. Failures are all due to timeouts.
https://ci.chromium.org/ui/test/chromium/ninja%3A%2F%2F%3Ablink_wpt_tests%2Fvirtual%2Ffenced-frame-mparch%2Fexternal%2Fwpt%2Ffetch%2Flocal-network-access%2Ffenced-frame.tentative.https.window.html?q=V%3Abuilder%3DLinux%2520Tests%2520%28dbg%29%281%29+V%3Aos%3DUbuntu-22.04+V%3Atest_suite%3Dblink_wpt_testsBug: 1454910, 1451954
Change-Id: I445116ea143b50b26b5edd83296a67f21979a287
Reviewed-on: https://chromium-review.googlesource.com/4654659
WPT-Export-Revision: ac81c35fbe6ef7cfda95ee7116ff4f21b876a07a
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
Comment 4•2 years ago
|
||
| bugherder | ||
Description
•