[wpt-sync] Sync PR 22063 - Fix timeouts in the WindowClient.navigate() tests
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox76 fixed)
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 22063 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/22063
Details from upstream follow.
Daniel Huigens <d.huigens@protonmail.com> wrote:
Fix timeouts in the WindowClient.navigate() tests
It seems like at some point after these tests were written, the Worker has started sending unrelated messages without an
event.data.port
, which would overwrite thepausedLifecyclePort
variable, which we need later for the tests to progress. This patch ignores those messages.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 13 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 46 tests
Status Summary
Firefox
OK : 1
PASS: 17[GitHub] 62[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-asan-opt, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt]
FAIL: 3
Chrome
OK : 1
PASS: 20
Safari
OK : 1
PASS: 10
FAIL: 10
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/service-workers/service-worker/windowclient-navigate.https.html
in scope but not controlled test on installing worker worker side: FAIL (Chrome: PASS, Safari: FAIL)
out of scope worker side: FAIL (Chrome: PASS, Safari: FAIL)
in scope but not controlled test on active worker worker side: FAIL (Chrome: PASS, Safari: FAIL)
Comment 4•5 years ago
|
||
bugherder |
Description
•