Closed
Bug 1776410
Opened 2 years ago
Closed 2 years ago
[wpt-sync] Sync PR 34577 - `await_promise` is mandatory
Categories
(Testing :: geckodriver, task, P4)
Testing
geckodriver
Tracking
(firefox104 fixed)
RESOLVED
FIXED
104 Branch
Tracking | Status | |
---|---|---|
firefox104 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 34577 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/34577
Details from upstream follow.
Maksim Sadym <sadym@google.com> wrote:
await_promise
is mandatoryMake
script.evaluate
->awaitPromise
mandatory.
Assignee | ||
Updated•2 years ago
|
Component: web-platform-tests → geckodriver
Assignee | ||
Comment 1•2 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=1181991a317eacc6679f305074f08810a5f32387
Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 37 subtests
Status Summary
Firefox
OK
: 2
PASS
: 38
FAIL
: 7
Chrome
TIMEOUT
: 2
Safari
OK
: 2
ERROR
: 45
Links
Details
New Tests That Don't Pass
- /webdriver/tests/bidi/script/evaluate/evaluate.py [wpt.fyi]
- test_params_expression_invalid_script:
FAIL
(Safari:ERROR
) - test_exception:
FAIL
(Safari:ERROR
) - test_resolved_promise_with_await_promise_false:
FAIL
(Safari:ERROR
) - test_resolved_promise_with_await_promise_true:
FAIL
(Safari:ERROR
) - test_rejected_promise_with_await_promise_false:
FAIL
(Safari:ERROR
) - test_rejected_promise_with_await_promise_true:
FAIL
(Safari:ERROR
)
- test_params_expression_invalid_script:
- /webdriver/tests/bidi/script/evaluate/invalid.py [wpt.fyi]
- test_params_realm_unknown:
FAIL
(Safari:ERROR
)
- test_params_realm_unknown:
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox104:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 104 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•