Closed
Bug 926553
Opened 11 years ago
Closed 11 years ago
dom/datastore/tests/test_arrays.html times out on debug B2G emulators
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: jgriffin, Assigned: baku)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
The test dom/datastore/tests/test_arrays.html consistently times out on debug B2G emulators. The log shows that there are many 10s+ pauses during test execution, which cumulatively cause the test to exceed the 300s maximum duration.
full log: https://tbpl.mozilla.org/php/getParsedLog.php?id=28956451&tree=Cedar&full=1#error8
There are many test failures after this timeout, which may be follow-on effects.
Assignee | ||
Comment 1•11 years ago
|
||
Checking the log, it seems that inserting 300 items on b2g emulator takes more than 5 minutes. This patch reduces them to 60.
Attachment #816703 -
Flags: review?(ehsan)
Updated•11 years ago
|
Attachment #816703 -
Flags: review?(ehsan) → review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
You need to log in
before you can comment on or make changes to this bug.
Description
•