Bug 1170081 - Add a tag to run only mochitests that use HTMLMediaElement::MozCaptureStream. r=cpearce.

This commit is contained in:
JW Wang 2015-06-02 17:31:46 +08:00
parent 4773b92572
commit c72e43efbe
4 changed files with 29 additions and 17 deletions

View File

@ -352,6 +352,7 @@ skip-if = (toolkit == 'android' && processor == 'x86') #x86 only bug 914439
[test_bug726904.html]
[test_bug874897.html]
[test_bug879717.html]
tags=capturestream
skip-if = os == 'win' && !debug # bug 1140675
[test_bug883173.html]
[test_bug895091.html]
@ -360,6 +361,7 @@ skip-if = os == 'win' && !debug # bug 1140675
[test_bug957847.html]
[test_bug1018933.html]
[test_bug1113600.html]
tags=capturestream
[test_can_play_type.html]
[test_can_play_type_mpeg.html]
skip-if = buildapp == 'b2g' || (toolkit == 'android' && processor == 'x86') # bug 1021675 #x86 only bug 914439
@ -402,7 +404,7 @@ skip-if = toolkit == 'android' # bug 1043403
[test_eme_requestKeySystemAccess.html]
skip-if = toolkit == 'android' # bug 1043403
[test_eme_stream_capture_blocked.html]
tags=msg
tags=msg capturestream
skip-if = toolkit == 'android' || (os == 'win' && !debug) # bug 1043403, bug 1140675
[test_empty_resource.html]
[test_error_in_video_document.html]
@ -432,7 +434,7 @@ skip-if = (toolkit == 'android' && processor == 'x86') #x86 only bug 914439
[test_mediarecorder_avoid_recursion.html]
tags=msg
[test_mediarecorder_creation.html]
tags=msg
tags=msg capturestream
[test_mediarecorder_creation_fail.html]
tags=msg
[test_mediarecorder_getencodeddata.html]
@ -449,28 +451,28 @@ tags=msg
tags=msg
skip-if = buildapp == 'b2g' || toolkit == 'android' # mimetype check, bug 969289
[test_mediarecorder_record_immediate_stop.html]
tags=msg
tags=msg capturestream
[test_mediarecorder_record_no_timeslice.html]
tags=msg
tags=msg capturestream
skip-if = toolkit == 'gonk' && debug
[test_mediarecorder_record_nosrc.html]
tags=msg
tags=msg capturestream
[test_mediarecorder_record_session.html]
tags=msg
tags=msg capturestream
[test_mediarecorder_record_startstopstart.html]
tags=msg
skip-if = toolkit == 'gonk' && debug
[test_mediarecorder_record_stopms.html]
tags=msg
[test_mediarecorder_record_timeslice.html]
tags=msg
tags=msg capturestream
skip-if = toolkit == 'gonk' && debug
[test_mediarecorder_reload_crash.html]
tags=msg
tags=msg capturestream
[test_mediarecorder_unsupported_src.html]
tags=msg
[test_mediarecorder_record_getdata_afterstart.html]
tags=msg
tags=msg capturestream
skip-if = toolkit == 'gonk' && debug
[test_mediatrack_consuming_mediaresource.html]
[test_mediatrack_consuming_mediastream.html]
@ -523,6 +525,7 @@ skip-if = (toolkit == 'android' && processor == 'x86') #x86 only bug 914439
[test_reset_events_async.html]
[test_reset_src.html]
[test_video_dimensions.html]
tags=capturestream
[test_resume.html]
skip-if = true # bug 1021673
[test_seek_out_of_range.html]
@ -553,27 +556,27 @@ skip-if = (toolkit == 'android' && processor == 'x86') #timeout x86 only bug 914
[test_standalone.html]
skip-if = (toolkit == 'android' && processor == 'x86') #x86 only bug 914439
[test_streams_autoplay.html]
tags=msg
tags=msg capturestream
[test_streams_element_capture.html]
#x86 only bug 914439, b2g desktop bug 752796
skip-if = (toolkit == 'android' && processor == 'x86') || (buildapp == 'b2g' && toolkit != 'gonk')
tags=msg
tags=msg capturestream
[test_streams_element_capture_createObjectURL.html]
skip-if = (toolkit == 'android' && processor == 'x86') #x86 only bug 914439
tags=msg
tags=msg capturestream
[test_streams_element_capture_playback.html]
tags=msg
tags=msg capturestream
[test_streams_element_capture_reset.html]
tags=msg
tags=msg capturestream
[test_streams_gc.html]
skip-if = buildapp == 'b2g' && toolkit != 'gonk' # bug 1096270
tags=msg
tags=msg capturestream
[test_streams_individual_pause.html]
tags=msg
[test_streams_srcObject.html]
tags=msg
tags=msg capturestream
[test_streams_tracks.html]
tags=msg
tags=msg capturestream
[test_texttrack.html]
[test_texttrackcue.html]
[test_texttracklist.html]

View File

@ -105,6 +105,7 @@ skip-if = toolkit == 'gonk' || buildapp == 'mulet' # b2g emulator seems to be to
[test_peerConnection_bug1042791.html]
skip-if = buildapp == 'b2g' || buildapp == 'mulet' || os == 'android' # bug 1043403 # Bug 1141029 Mulet parity with B2G Desktop for TC
[test_peerConnection_capturedVideo.html]
tags=capturestream
skip-if = toolkit == 'gonk' || buildapp == 'mulet' # b2g(Bug 960442, video support for WebRTC is disabled on b2g)
[test_peerConnection_captureStream_canvas_2d.html]
skip-if = toolkit == 'gonk' || buildapp == 'mulet' # b2g(Bug 960442, video support for WebRTC is disabled on b2g)

View File

@ -49,6 +49,7 @@ skip-if = (toolkit == 'gonk') || (toolkit == 'android') || debug #bug 906752
[test_AudioContext.html]
skip-if = android_version == '10' # bug 1138462
[test_audioContextSuspendResumeClose.html]
tags=capturestream
[test_audioDestinationNode.html]
[test_AudioListener.html]
[test_audioParamExponentialRamp.html]
@ -80,6 +81,7 @@ skip-if = android_version == '10' # bug 1138462
[test_bug956489.html]
[test_bug964376.html]
[test_bug966247.html]
tags=capturestream
[test_bug972678.html]
[test_bug1056032.html]
skip-if = toolkit == 'android' # bug 1056706
@ -116,15 +118,20 @@ skip-if = toolkit == 'android' # bug 1056706
[test_maxChannelCount.html]
[test_mediaDecoding.html]
[test_mediaElementAudioSourceNode.html]
tags=capturestream
[test_mediaElementAudioSourceNodePassThrough.html]
tags=capturestream
skip-if = toolkit == 'android' # bug 1145816
[test_mediaElementAudioSourceNodeCrossOrigin.html]
tags=capturestream
skip-if = toolkit == 'android' # bug 1145816
[test_mediaStreamAudioDestinationNode.html]
[test_mediaStreamAudioSourceNode.html]
[test_mediaStreamAudioSourceNodeCrossOrigin.html]
tags=capturestream
[test_mediaStreamAudioSourceNodePassThrough.html]
[test_mediaStreamAudioSourceNodeResampling.html]
tags=capturestream
[test_mixingRules.html]
skip-if = android_version == '10' || android_version == '18' # bug 1091965
[test_mozaudiochannel.html]

View File

@ -11,6 +11,7 @@ support-files =
skip-if = toolkit == 'android' || toolkit == 'gonk' # bug 1037287
[test_audio_capture_error.html]
[test_call_start_from_end_handler.html]
tags=capturestream
skip-if = (android_version == '18' && debug) # bug 967606
[test_nested_eventloop.html]
skip-if = buildapp == 'mulet' || buildapp == 'b2g' || toolkit == 'android' || e10s # b2g(showmodaldialog)