Closed
Bug 1566880
Opened 6 years ago
Closed 6 years ago
[wpt-sync] Sync PR 17885 - Use promise in wpt pointer event tests to end the tests
Categories
(Core :: DOM: Events, task, P4)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
mozilla70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 17885 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/17885
Details from upstream follow.
Lan Wei <lanwei@chromium.org> wrote:
Use promise in wpt pointer event tests to end the tests
Instead of adding a variable to check if the test should be finished,
we can create a promise object and end the test at its last callback.Bug: 606367
Change-Id: I6be3a61db1f54fa88b56e919b8be6dfa318b21c0Reviewed-on: https://chromium-review.googlesource.com/1704865
WPT-Export-Revision: 7c4cbc010d784891d287925e4ae470cee783e048
Assignee | ||
Updated•6 years ago
|
Component: web-platform-tests → DOM: Events
Product: Testing → Core
Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Type: -- → task
Assignee | ||
Comment 2•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=1dd805839774ee4df5bfc69207f122b396e43406
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=c746f90acd26143e0d96204f13d1534eaf24e018
Assignee | ||
Comment 5•6 years ago
|
||
Ran 11 tests
ERROR : 11
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/cc89f0920b38
[wpt PR 17885] - Use promise in wpt pointer event tests to end the tests, a=testonly
Comment 7•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•