[wpt-sync] Sync PR 33909 - Move COOP parsing tests to the dispatcher.
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox102 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 33909 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/33909
Details from upstream follow.
Arthur Hemery <ahemery@chromium.org> wrote:
Move COOP parsing tests to the dispatcher.
Similar to what was done for other COOP tests in
https://chromium-review.googlesource.com/c/chromium/src/+/3593078Tests use a complex postMessage flow today, that can be replaced by
simple and more readable code using dispatcher.jsBug: 1318373
Change-Id: I0e5f261ded77fbf07a25f2f45380d4e9522e7934
Reviewed-on: https://chromium-review.googlesource.com/3620319
WPT-Export-Revision: 7d6888f6d622a501b6276173046067042c63b86a
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 4 tests and 6 subtests
Status Summary
Firefox
OK
: 4
PASS
: 24
ERROR
: 4
Chrome
OK
: 4
PASS
: 24
Safari
OK
: 3
PASS
: 18
CRASH
: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /html/cross-origin-opener-policy/header-parsing-failures.https.html [wpt.fyi]:
ERROR
[Gecko-android-em-7.0-x86_64-lite-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux1804-64-qr-opt
,Gecko-linux1804-64-tsan-qr-opt
,Gecko-windows10-32-2004-qr-debug
,Gecko-windows10-32-2004-qr-opt
,Gecko-windows10-64-2004-qr-debug
,Gecko-windows10-64-2004-qr-opt
],OK
[GitHub
] (Chrome:OK
, Safari:OK
) - /html/cross-origin-opener-policy/header-parsing-non-ascii.https.html [wpt.fyi]:
ERROR
[Gecko-android-em-7.0-x86_64-lite-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux1804-64-qr-opt
,Gecko-linux1804-64-tsan-qr-opt
,Gecko-windows10-32-2004-qr-debug
,Gecko-windows10-32-2004-qr-opt
,Gecko-windows10-64-2004-qr-debug
,Gecko-windows10-64-2004-qr-opt
],OK
[GitHub
] (Chrome:OK
, Safari:OK
) - /html/cross-origin-opener-policy/header-parsing-repeated.https.html [wpt.fyi]:
ERROR
[Gecko-android-em-7.0-x86_64-lite-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux1804-64-qr-opt
,Gecko-linux1804-64-tsan-qr-opt
,Gecko-windows10-32-2004-qr-debug
,Gecko-windows10-32-2004-qr-opt
,Gecko-windows10-64-2004-qr-debug
,Gecko-windows10-64-2004-qr-opt
],OK
[GitHub
] (Chrome:OK
, Safari:OK
) - /html/cross-origin-opener-policy/header-parsing-successes.https.html [wpt.fyi]:
ERROR
[Gecko-android-em-7.0-x86_64-lite-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux1804-64-qr-opt
,Gecko-linux1804-64-tsan-qr-opt
,Gecko-windows10-32-2004-qr-debug
,Gecko-windows10-32-2004-qr-opt
,Gecko-windows10-64-2004-qr-debug
,Gecko-windows10-64-2004-qr-opt
],OK
[GitHub
] (Chrome:OK
, Safari:CRASH
)
https://hg.mozilla.org/mozilla-central/rev/79d2f491d8cd
https://hg.mozilla.org/mozilla-central/rev/6a34044e2a1a
Description
•