[wpt-sync] Sync PR 18730 - Revert "Add tick duration argument to testdriver Action"
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox71 fixed)
| Tracking | Status | |
|---|---|---|
| firefox71 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 18730 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/18730
Details from upstream follow.
Darren Shen <shend@chromium.org> wrote:
Revert "Add tick duration argument to testdriver Action"
This reverts commit c7ea6754ed0a642be6bbe668b6e83dbd35caecfa.
Reason for revert: Possible cause of crbug.com/998948
Original change's description:
Add tick duration argument to testdriver Action
We want to allow the users to define the duration for every tick, so we
add an argument to Action class which will be a duration for all
ticks. If there is a tick which need a different duration, we can call
addTick or pause to pass a different value.Bug: 606367
Change-Id: I7e5d88557f5f4a4c63dbf85985c30881aee9f739
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1762836
Reviewed-by: Navid Zolghadr \<nzolghadr@chromium.org>
Commit-Queue: Lan Wei \<lanwei@chromium.org>
Cr-Commit-Position: refs/heads/master@{#691186}TBR=lanwei@chromium.org,nzolghadr@chromium.org
Change-Id: I52a0c14b77c9c6139b2f01b6a449d604fbe137d3
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 606367
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1774427
Reviewed-by: Darren Shen \<shend@chromium.org>
Commit-Queue: Darren Shen \<shend@chromium.org>
Cr-Commit-Position: refs/heads/master@{#691372}
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
| Assignee | ||
Comment 3•6 years ago
|
||
Comment 5•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/76ce92753ee9
https://hg.mozilla.org/mozilla-central/rev/1afc8ca1b315
Description
•