Bug 962871 - enable media mochitests on B2G debug and disable some failed tests. r=cpearce

This commit is contained in:
JW Wang 2014-09-14 23:35:00 +02:00
parent 457fae1789
commit 668aa36d8f

View File

@ -22,7 +22,7 @@
# do ok(true, "Type not supported") and stop the test.
[DEFAULT]
skip-if = buildapp == 'mulet' || (buildapp == 'b2g' && (toolkit != 'gonk' || debug)) # b2g-debug,b2g-desktop(bug 918299)
skip-if = buildapp == 'mulet' || (buildapp == 'b2g' && toolkit != 'gonk') # b2g-desktop(bug 918299)
support-files =
320x240.ogv
320x240.ogv^headers^
@ -320,6 +320,7 @@ skip-if = buildapp == 'b2g' # bug 1021675
[test_can_play_type_ogg.html]
skip-if = buildapp == 'b2g' || e10s # b2g(bug 1021675)
[test_chaining.html]
skip-if = toolkit == 'gonk' && debug
[test_clone_media_element.html]
[test_closing_connections.html]
[test_constants.html]
@ -365,18 +366,24 @@ skip-if = toolkit == 'gonk' && !debug # bug 1021677
[test_mediarecorder_record_gum_video_timeslice.html]
skip-if = buildapp == 'b2g' || toolkit == 'android' # mimetype check, bug 969289
[test_mediarecorder_record_immediate_stop.html]
skip-if = toolkit == 'gonk' && debug
[test_mediarecorder_record_no_timeslice.html]
skip-if = toolkit == 'gonk' && debug
[test_mediarecorder_record_nosrc.html]
[test_mediarecorder_record_session.html]
[test_mediarecorder_record_startstopstart.html]
skip-if = toolkit == 'gonk' && debug
[test_mediarecorder_record_stopms.html]
[test_mediarecorder_record_timeslice.html]
skip-if = toolkit == 'gonk' && debug
[test_mediarecorder_reload_crash.html]
[test_mediarecorder_unsupported_src.html]
[test_mediarecorder_record_getdata_afterstart.html]
skip-if = toolkit == 'gonk' && debug
[test_mediatrack_consuming_mediaresource.html]
[test_mediatrack_consuming_mediastream.html]
[test_mediatrack_events.html]
skip-if = toolkit == 'gonk' && debug # bug 1065924
[test_mediatrack_parsing_ogg.html]
[test_mediatrack_replay_from_end.html]
[test_metadata.html]