[wpt-sync] Sync PR 55326 - [wdspec] Add tentative test for data collection of cached resource requests
Categories
(Remote Protocol :: WebDriver BiDi, task, P4)
Tracking
(firefox146 fixed)
Tracking | Status | |
---|---|---|
firefox146 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream][webdriver:m18])
Sync web-platform-tests PR 55326 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/55326
Details from upstream follow.
Julian Descottes <[email protected]> wrote:
[wdspec] Add tentative test for data collection of cached resource requests
See issue #985
This tentative test asserts the behavior of data collection against cached "resources" (image, stylesheet, JS).
The expectation is that the response body can be collected in all cases. Chromes passes all tests. Firefox only passes the JS case.
Assignee | ||
Updated•12 days ago
|
Assignee | ||
Comment 1•8 days ago
|
||
Assignee | ||
Comment 2•8 days ago
|
||
CI Results
Ran 10 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 62 tests and 3 subtests
Status Summary
Firefox
OK
: 61[Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-debug-isolated-process-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview] 62[Gecko-linux2204-64-wayland-debug, Gecko-linux2204-64-wayland-opt, Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-64-24h2-debug, Gecko-windows11-64-24h2-opt, GitHub]
PASS
: 1231[Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-debug-isolated-process-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview] 1234[Gecko-linux2204-64-wayland-debug, Gecko-linux2204-64-wayland-opt, Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-64-24h2-debug, Gecko-windows11-64-24h2-opt, GitHub]
FAIL
: 3
Chrome
OK
: 62
PASS
: 1184
FAIL
: 53
Safari
OK
: 62
ERROR
: 1237
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /webdriver/tests/bidi/network/add_data_collector/user_contexts.py [wpt.fyi]:
OK
[Gecko-linux2204-64-wayland-debug
,Gecko-linux2204-64-wayland-opt
,Gecko-linux2404-64-debug
,Gecko-linux2404-64-opt
,Gecko-windows11-64-24h2-debug
,Gecko-windows11-64-24h2-opt
,GitHub
],SKIP
[Gecko-android-em-14-x86_64-debug-geckoview
,Gecko-android-em-14-x86_64-debug-isolated-process-geckoview
,Gecko-android-em-14-x86_64-lite-opt-geckoview
,Gecko-android-em-14-x86_64-opt-geckoview
] (Chrome:OK
, Safari:OK
) - /webdriver/tests/bidi/network/combined/network_events.py [wpt.fyi]
- test_cors_preflight_request:
FAIL
(Chrome:PASS
, Safari:ERROR
)
- test_cors_preflight_request:
- /webdriver/tests/bidi/network/get_data/cached_tentative.py [wpt.fyi]
- test_cached_image:
FAIL
(Chrome:PASS
, Safari:ERROR
) - test_cached_stylesheet:
FAIL
(Chrome:PASS
, Safari:ERROR
)
- test_cached_image:
Tests Disabled in Gecko Infrastructure
- /webdriver/tests/bidi/network/add_data_collector/user_contexts.py [wpt.fyi]:
OK
[Gecko-linux2204-64-wayland-debug
,Gecko-linux2204-64-wayland-opt
,Gecko-linux2404-64-debug
,Gecko-linux2404-64-opt
,Gecko-windows11-64-24h2-debug
,Gecko-windows11-64-24h2-opt
,GitHub
],SKIP
[Gecko-android-em-14-x86_64-debug-geckoview
,Gecko-android-em-14-x86_64-debug-isolated-process-geckoview
,Gecko-android-em-14-x86_64-lite-opt-geckoview
,Gecko-android-em-14-x86_64-opt-geckoview
] (Chrome:OK
, Safari:OK
)
https://hg.mozilla.org/mozilla-central/rev/edf40ee37e2d
https://hg.mozilla.org/mozilla-central/rev/967dd70a537e
Description
•