[wpt-sync] Sync PR 21320 - Add meta:timeout=long to FileSystemBaseHandle-postMessage.js tests
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox74 fixed)
| Tracking | Status | |
|---|---|---|
| firefox74 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 21320 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/21320
Details from upstream follow.
Steve Becker <stevebe@microsoft.com> wrote:
Add meta:timeout=long to FileSystemBaseHandle-postMessage.js tests
Both the sandboxed and native versions of the NativeFileSystem
postMessage() test are flaky due to timeouts in the CI. Looking at
recent results, these tests take 5 or more seconds to complete
successfully. This amount of time is dangerously close to the 7 second
timeout, which sometimes occurs, causing the flakiness.This change adds "meta timeout=long" to both test variants to extend the
7 second timeout to a longer value, which gives these tests enough time
to pass.Bug: 1043435
Bug: 1043028
Change-Id: I73eab928bce53a36be8c33e4b6e5746e7195f16a
Reviewed-on: https://chromium-review.googlesource.com/2013580
WPT-Export-Revision: c0396e3d90483110151538e56e0786153be41b1a
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
| Assignee | ||
Comment 3•6 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 10 subtests
Status Summary
Firefox
OK : 1
FAIL: 10
Chrome
OK : 1
PASS: 10
Safari
OK : 1
FAIL: 9
Links
Details
New Tests That Don't Pass
/native-file-system/sandboxed_FileSystemBaseHandle-postMessage.tentative.https.window.html
Send and receive messages using a same origin window.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a blob window.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a dedicated worker.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a sandboxed same origin iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a shared worker.: FAIL (Chrome: PASS)
Send and receive messages using an iframe srcdoc.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a sandboxed same origin window.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a same origin iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a blob iframe.: FAIL (Chrome: PASS, Safari: FAIL)
Send and receive messages using a service worker.: FAIL (Chrome: PASS, Safari: FAIL)
Comment 5•6 years ago
|
||
| bugherder | ||
Description
•