Closed
Bug 933617
Opened 12 years ago
Closed 12 years ago
[UITest][HW test] prevent CPU sleeping when turning off screen
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tjao, Assigned: tjao)
References
Details
Attachments
(1 file)
There is a test case in LCD test that turns off LCD for 3 seconds and then turns on. Turning on is achieved by settimeout after LCD is turned off. However, after LCD is turned off, the CPU may going to sleep state and settimeout may not function properly. We should implement it by other way.
Assignee | ||
Updated•12 years ago
|
Summary: [HW test] LCD off in LCD test should not use settimeout → [UITest][HW test] prevent CPU sleeping when turning off screen
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #832747 -
Flags: review?(gasolin)
Comment 2•12 years ago
|
||
Comment on attachment 832747 [details] [review]
https://github.com/mozilla-b2g/gaia/pull/13731
r=me,
merged to gaia-master https://github.com/mozilla-b2g/gaia/commit/c1424c8eb88abbaf790309f3a5f5f3ab720f746c
Thanks!
Attachment #832747 -
Flags: review?(gasolin) → review+
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•