Closed
Bug 879214
Opened 12 years ago
Closed 11 years ago
Intermittent test_audio_wakelock.html | There was at least 200 milliseconds between the stop and the wakelock release
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: emorley, Assigned: kanru)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
1.18 KB,
patch
|
baku
:
review+
|
Details | Diff | Splinter Review |
Android Tegra 250 mozilla-central opt test mochitest-2 on 2013-06-04 04:05:57 PDT for push 7e3a4ebcf067
slave: tegra-052
https://tbpl.mozilla.org/php/getParsedLog.php?id=23762781&tree=Mozilla-Central
{
6362 INFO TEST-START | /tests/content/html/content/test/test_audio_wakelock.html
6363 INFO TEST-PASS | /tests/content/html/content/test/test_audio_wakelock.html | Audio element locked the target == cpu
6364 INFO TEST-PASS | /tests/content/html/content/test/test_audio_wakelock.html | Audio element locked the cpu - no paused
6365 INFO TEST-PASS | /tests/content/html/content/test/test_audio_wakelock.html | Audio element locked the target == cpu
6366 INFO TEST-PASS | /tests/content/html/content/test/test_audio_wakelock.html | Audio element locked the cpu - no paused
6367 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_audio_wakelock.html | There was at least 200 milliseconds between the stop and the wakelock release
}
Comment 1•12 years ago
|
||
I'm not sure whether the other test is OK; it depends on exactly when we fire
the progress event. But I think this is the right change.
Attachment #757961 -
Flags: review?(amarchesini)
Comment 2•12 years ago
|
||
test_video_wakelock already does what I have in this patch; we don't need to copy the change over there.
Updated•12 years ago
|
Attachment #757961 -
Flags: review?(amarchesini) → review+
Comment 3•12 years ago
|
||
Is it possible to get this landed on b2g18? It's a test-only change.
status-b2g18:
--- → affected
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Updated•11 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Target Milestone: mozilla24 → ---
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 9•11 years ago
|
||
Assignee: nobody → kchen
Comment 10•11 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 12 years ago → 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
Comment 11•11 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/63d366c0a224
https://hg.mozilla.org/releases/mozilla-beta/rev/3cf04822fc17
https://hg.mozilla.org/releases/mozilla-b2g18/rev/11e112d54f22
status-b2g18-v1.0.0:
--- → wontfix
status-b2g18-v1.0.1:
--- → wontfix
status-b2g-v1.1hd:
--- → affected
status-firefox24:
--- → fixed
status-firefox25:
--- → fixed
status-firefox26:
--- → fixed
Comment 12•11 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•