Closed
Bug 1830407
Opened 2 years ago
Closed 2 years ago
[wpt-sync] Sync PR 39739 - browsingContext.reload: add validation tests
Categories
(Remote Protocol :: WebDriver BiDi, task, P4)
Remote Protocol
WebDriver BiDi
Tracking
(firefox115 fixed)
RESOLVED
FIXED
115 Branch
Tracking | Status | |
---|---|---|
firefox115 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 39739 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/39739
Details from upstream follow.
Thiago Perrotta <tperrotta@chromium.org> wrote:
browsingContext.reload: add validation tests
Spec: https://w3c.github.io/webdriver-bidi/#command-browsingContext-reload
Assignee | ||
Updated•2 years ago
|
Component: web-platform-tests → WebDriver BiDi
Product: Testing → Remote Protocol
Assignee | ||
Updated•2 years ago
|
Component: WebDriver BiDi → web-platform-tests
Product: Remote Protocol → Testing
Assignee | ||
Comment 1•2 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=4b6c7954d6eddca86eed71fcfca4929dcba171a6
Assignee | ||
Comment 2•2 years ago
|
||
Try push failed: decision task YQRsnEiaRD-HqLuyLDHypQ returned error
Updated•2 years ago
|
Component: web-platform-tests → WebDriver BiDi
Product: Testing → Remote Protocol
Assignee | ||
Comment 3•2 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=df9e90f3071712dde38e097592b8fe2d8936b7f1
Assignee | ||
Comment 4•2 years ago
|
||
CI Results
Ran 10 Firefox configurations based on mozilla-central, and Chrome, and Safari on GitHub CI
Total 1 tests and 17 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 17
Chrome
OK
: 1
FAIL
: 17
Safari
OK
: 1
ERROR
: 17
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /webdriver/tests/bidi/browsing_context/reload/invalid.py [wpt.fyi]
- test_params_context_invalid_type[None]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_params_context_invalid_type[False]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_params_context_invalid_type[42]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_params_context_invalid_type[value3]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_params_context_invalid_type[value4]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_params_context_invalid_value[]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_params_context_invalid_value[somestring]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_params_ignore_cache_invalid_type[]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_params_ignore_cache_invalid_type[42]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_params_ignore_cache_invalid_type[value2]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_params_ignore_cache_invalid_type[value3]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_params_wait_invalid_type[False]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_params_wait_invalid_type[42]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_params_wait_invalid_type[value2]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_params_wait_invalid_type[value3]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_params_wait_invalid_value[]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_params_wait_invalid_value[somestring]:
FAIL
(Chrome:FAIL
, Safari:ERROR
)
- test_params_context_invalid_type[None]:
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/90da689ccfc3
[wpt PR 39739] - browsingContext.reload: add validation tests, a=testonly
https://hg.mozilla.org/integration/autoland/rev/00160f49b367
[wpt PR 39739] - Update wpt metadata, a=testonly
Comment 6•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/90da689ccfc3
https://hg.mozilla.org/mozilla-central/rev/00160f49b367
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox115:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•