Closed
Bug 1128448
Opened 10 years ago
Closed 10 years ago
dom/media/test/test_mediarecorder_unsupported_src.html timeout on emulator-kk
Categories
(Core :: Audio/Video: Recording, defect)
Tracking
()
RESOLVED
FIXED
mozilla41
| Tracking | Status | |
|---|---|---|
| firefox41 | --- | fixed |
People
(Reporter: ayang, Assigned: bechen)
References
Details
Attachments
(1 file, 1 obsolete file)
|
3.51 KB,
patch
|
bechen
:
review+
|
Details | Diff | Splinter Review |
02-02 09:38:20.900 I/GeckoDump( 789): ⰲ겿{"action":"test_start","time":1422869900909,"thread":"","js_source":"TestRunner","pid":null,"source":"mochitest","test":"/tests/dom/media/test/test_mediarecorder_unsupported_src.html"}ⰲ겿
02-02 09:38:21.280 I/GeckoDump( 789): ⰲ겿{"action":"test_status","time":1422869901284,"thread":"","js_source":"TestRunner","pid":null,"source":"mochitest","test":"/tests/dom/media/test/test_mediarecorder_unsupported_src.html","subtest":"A valid string reason is expected","status":"PASS"}ⰲ겿
02-02 09:38:21.280 I/GeckoDump( 789): ⰲ겿{"action":"test_status","time":1422869901287,"thread":"","js_source":"TestRunner","pid":null,"source":"mochitest","test":"/tests/dom/media/test/test_mediarecorder_unsupported_src.html","subtest":"Reason cannot be empty","status":"PASS"}ⰲ겿
02-02 09:38:21.360 W/Mochitest( 789): [JavaScript Warning: "The character encoding of a framed document was not declared. The document may appear different if viewed without the document framing it." {file: "http://mochi.test:8888/tests/dom/media/test/test_mediarecorder_unsupported_src.html" line: 0}]
02-02 09:38:21.450 I/PRLog ( 789): 2015-02-02 09:38:21.458286 UTC - -1216457984[b2392f00]: Selected video device
02-02 09:38:21.450 I/PRLog ( 789): 2015-02-02 09:38:21.464586 UTC - -1216457984[b2392f00]: started all sources
02-02 09:38:21.520 I/PRLog ( 789): 2015-02-02 09:38:21.531022 UTC - -1225182892[b6a4a080]: Returning success for getUserMedia()
02-02 09:38:21.530 I/GeckoDump( 789): ⰲ겿{"action":"test_status","time":1422869901535,"thread":"","js_source":"TestRunner","pid":null,"source":"mochitest","test":"/tests/dom/media/test/test_mediarecorder_unsupported_src.html","subtest":"Stream should be provided on creation","status":"PASS"}ⰲ겿
02-02 09:38:21.530 I/PRLog ( 789): 2015-02-02 09:38:21.540428 UTC - -1225182892[b6a4a080]: MediaRecorder.Start b238d470
02-02 09:38:21.530 I/PRLog ( 789): 2015-02-02 09:38:21.540938 UTC - -1225182892[b6a4a080]: Session.Start b23833c0
02-02 09:38:21.530 I/PRLog ( 789): 2015-02-02 09:38:21.541488 UTC - -1225182892[b6a4a080]: Session.NotifyTracksAvailable track type = (2)
02-02 09:38:21.530 I/PRLog ( 789): 2015-02-02 09:38:21.541848 UTC - -1225182892[b6a4a080]: Session.InitEncoder b23833c0
02-02 09:38:21.530 I/PRLog ( 789): 2015-02-02 09:38:21.544248 UTC - -1225182892[b6a4a080]: MediaRecorder.Pause
02-02 09:38:21.530 I/PRLog ( 789): 2015-02-02 09:38:21.544616 UTC - -1225182892[b6a4a080]: Session.Pause
02-02 09:38:21.540 I/PRLog ( 789): 2015-02-02 09:38:21.546497 UTC - -1216454480[b2345300]: Session.ExtractRunnable shutdown = 0
02-02 09:38:21.540 I/PRLog ( 789): 2015-02-02 09:38:21.546849 UTC - -1216454480[b2345300]: Session.Extract b23833c0
02-02 09:38:39.010 I/PRLog ( 789): 2015-02-02 09:38:39.022429 UTC - -1225182892[b6a4a080]: ~MediaRecorder (b231e060)
| Reporter | ||
Updated•10 years ago
|
Blocks: emulator-kk
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → bechen
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•10 years ago
|
||
1. We need to close the preference media.encoder.omx.enabled at newer android version, so the testcase can test the same code path in MeidaRecorder and MediaEncoder.
2. Adjust the |mediaRecorder.pause()| in testcase and |CleanupStreams()| in MR because we don't know the callback |TracksAvailableCallback|'s timing.
| Assignee | ||
Updated•10 years ago
|
Attachment #8603275 -
Flags: review?(roc)
Attachment #8603275 -
Flags: review?(roc) → review+
| Assignee | ||
Comment 2•10 years ago
|
||
r=roc
try server:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=d5cc8483e943
Attachment #8603275 -
Attachment is obsolete: true
Attachment #8610053 -
Flags: review+
| Assignee | ||
Comment 3•10 years ago
|
||
Push to try again:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=444ef90d0168
| Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
You need to log in
before you can comment on or make changes to this bug.
Description
•