Closed
Bug 1437992
Opened 7 years ago
Closed 6 years ago
[wpt-sync] PR 8379 - Implement element_click test for wpt wdspec
Categories
(Testing :: geckodriver, enhancement, P5)
Testing
geckodriver
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1468146
People
(Reporter: wpt-sync, Unassigned)
Details
(Whiteboard: [wptsync downstream])
Testing webdriver element click spec.
Step 14.1.5 and 14.1.7 part 2 are incomplete.
https://w3c.github.io/webdriver/webdriver-spec.html#element-click
Reporter | ||
Updated•7 years ago
|
Component: web-platform-tests → geckodriver
Reporter | ||
Comment 1•7 years ago
|
||
Reporter | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=1e80e2b2f734dc52cd5fd1593ca41bc34531caab
Reporter | ||
Comment 3•7 years ago
|
||
The following tests were disabled based on stability try push:
webdriver/tests/element_click/element_click.py
Comment 4•7 years ago
|
||
webdriver/tests/element_click/element_click.py only exists in
https://github.com/w3c/web-platform-tests/pull/8379 in upstream WPT.
Why do we file bugs on Firefox for PRs which have not yet landed?
Flags: needinfo?(mjzffr)
Updated•7 years ago
|
Priority: -- → P5
To keep track of work that is about to be downstreamed to m-c from web-platform-tests.
The bot opens a bug as soon as an upstream PR is opened. When the upstream checks pass, bot pushes to try. If the PR gets closed, bot closes the bug. If the PR is approved, and our try pushes look stable, we schedule it for landing on m-i.
Flags: needinfo?(mjzffr)
Comment 6•7 years ago
|
||
For the record, I don’t think this is particularly valuable
information to me as a Gecko developer. An upstream PR of some
notability typically goes through many revisions until it is ready
for integration. Also, not all PRs end up getting merged.
I would have thought that it is only when the PR is integrated in
WPT master and the bot tries to downstream it into central that we
would care about disabling it.
Comment 7•7 years ago
|
||
Well we don't actually do anything yet; the disabling doesn't happen until the patch is actually landed. But the point is to get ahead on PRs by having the results ready when they are integrated, and to give developers an early heads up about changes that they might like to examine in more detail before the upstream PR is complete.
It's probably possible to make the bot less verbose, but at the moment having a record of the activity in each bug is very useful for debugging.
Comment 8•6 years ago
|
||
So the original PR which this bug is referenced with was https://github.com/web-platform-tests/wpt/pull/8379.
But that got closed in favor of https://github.com/web-platform-tests/wpt/pull/11453.
So the code changes went in via the downstream merge as handled on bug 1468146.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•