[wpt-sync] Sync PR 37178 - Prerender: Split response code WPTs into multiple variants
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox109 fixed)
| Tracking | Status | |
|---|---|---|
| firefox109 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 37178 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/37178
Details from upstream follow.
Hiroki Nakagawa <nhiroki@chromium.org> wrote:
Prerender: Split response code WPTs into multiple variants
response-code-(non-)successful.html run several test cases that involve
multiple navigations. This seems to cause test timeout. This CL splits
them into multiple logical test files using the WPT's variant feature:
https://web-platform-tests.org/writing-tests/testharness.html#variantsBug: 1384671
Change-Id: Id25e5b27dabc8581669ef285fcec9a8a7c513fb6Reviewed-on: https://chromium-review.googlesource.com/4060766
WPT-Export-Revision: 4e46adf61311759b11bbd7879e36931c96c6c882
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
| Assignee | ||
Comment 3•3 years ago
|
||
| Assignee | ||
Comment 4•3 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 10 tests and 1 subtests
Status Summary
Firefox
ERROR: 10
Chrome
OK : 9
PASS : 9
ERROR: 1
Safari
ERROR: 10
Links
Details
New Tests That Don't Pass
- /speculation-rules/prerender/response-code-non-successful.html?code=404 [wpt.fyi]:
ERROR(Chrome:OK, Safari:ERROR) - /speculation-rules/prerender/response-code-non-successful.html?code=500 [wpt.fyi]:
ERROR(Chrome:OK, Safari:ERROR) - /speculation-rules/prerender/response-code-non-successful.html?code=503 [wpt.fyi]:
ERROR(Chrome:OK, Safari:ERROR) - /speculation-rules/prerender/response-code-non-successful.html?code=204 [wpt.fyi]:
ERROR(Chrome:OK, Safari:ERROR) - /speculation-rules/prerender/response-code-non-successful.html?code=205 [wpt.fyi]:
ERROR(Chrome:OK, Safari:ERROR) - /speculation-rules/prerender/response-code-non-successful.html?code=402 [wpt.fyi]:
ERROR(Chrome:OK, Safari:ERROR) - /speculation-rules/prerender/response-code-successful.html?code=200 [wpt.fyi]:
ERROR(Chrome:OK, Safari:ERROR) - /speculation-rules/prerender/response-code-successful.html?code=201 [wpt.fyi]:
ERROR(Chrome:ERROR, Safari:ERROR) - /speculation-rules/prerender/response-code-successful.html?code=202 [wpt.fyi]:
ERROR(Chrome:OK, Safari:ERROR) - /speculation-rules/prerender/response-code-successful.html?code=203 [wpt.fyi]:
ERROR(Chrome:OK, Safari:ERROR)
Comment 6•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/7c6915eef067
https://hg.mozilla.org/mozilla-central/rev/d8b843e3a4de
Description
•