[wpt-sync] Sync PR 24339 - Python 3: port tests in service-workers [part 6]
Categories
(Core :: DOM: Service Workers, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 24339 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/24339
Details from upstream follow.
Ziran Sun <zsun@igalia.com> wrote:
Python 3: port tests in service-workers [part 6]
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 10 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 6 tests and 4 subtests
Status Summary
Firefox
OK : 5
PASS : 21
FAIL : 6
TIMEOUT: 2
NOTRUN : 3
Chrome
OK : 6
PASS : 21
FAIL : 10
Safari
OK : 5
PASS : 17
FAIL : 10
TIMEOUT: 2
NOTRUN : 3
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/service-workers/service-worker/update.https.html
update() should fail when a response for the main script is redirect.: FAIL (Chrome: PASS, Safari: FAIL)
/service-workers/service-worker/update-registration-with-type.https.html
Update the registration with a different script type (module => classic).: FAIL (Chrome: FAIL, Safari: FAIL)
Update the registration with a different script type (classic => module).: FAIL (Chrome: FAIL, Safari: FAIL)
Update the registration with a different script type (classic => module) and with a same main script. Expect evaluation failed.: FAIL (Chrome: FAIL, Safari: FAIL)
Update the registration with a different script type (module => classic) and with a same main script. Expect evaluation failed.: FAIL (Chrome: FAIL, Safari: FAIL)
/service-workers/service-worker/update-import-scripts.https.html
update() should find an update in an imported script but update() should result in failure due to missing the other imported script.: FAIL (Chrome: PASS, Safari: FAIL)
/service-workers/service-worker/unregister-immediately.https.html: TIMEOUT (Chrome: OK, Safari: TIMEOUT)
Clear-Site-Data must unregister an activated registration with controlled clients.: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Clear-Site-Data must unregister an activated registration with an update waiting.: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Clear-Site-Data must unregister a registration with a worker in the "activating" state.: TIMEOUT (Chrome: PASS, Safari: TIMEOUT)
Clear-Site-Data must clear an unregistered registration waiting for controlled clients to unload.: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Comment 4•4 years ago
|
||
bugherder |
Description
•