Closed
Bug 1629651
Opened 5 years ago
Closed 5 years ago
[wpt-sync] Sync PR 22908 - [Layout test] Fix some timeout layout tests
Categories
(Core :: DOM: Animation, task, P4)
Core
DOM: Animation
Tracking
()
RESOLVED
FIXED
mozilla77
| Tracking | Status | |
|---|---|---|
| firefox77 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 22908 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/22908
Details from upstream follow.
Xida Chen <xidachen@chromium.org> wrote:
[Layout test] Fix some timeout layout tests
These layout tests time out some times. I believe the reason is that
these tests have a for loop that loops roughly 200 times, so the tests
themselves takes a long time.This CL breaks each test into two tests, and hopefully that will fix
the timeout problemBug: 1050936, 1069476, 1049899
Change-Id: Iedb61faa9cd2727a863069934c371acca5b27ef2
Reviewed-on: https://chromium-review.googlesource.com/2146796
WPT-Export-Revision: a7d411bf30a3c9629d4223832462134d4b6730e2
| Assignee | ||
Updated•5 years ago
|
Component: web-platform-tests → DOM: Animation
Product: Testing → Core
| Assignee | ||
Comment 1•5 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=8b9872a65c6f06ae18b46aeca84b3a403731a64f
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/dbf02bdaae1e
[wpt PR 22908] - [Layout test] Fix some timeout layout tests, a=testonly
| Assignee | ||
Comment 3•5 years ago
|
||
Test result changes from PR not available.
Comment 4•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in
before you can comment on or make changes to this bug.
Description
•