1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/media/tests/mochitest/mochitest.ini Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,77 @@ 1.4 +[DEFAULT] 1.5 +support-files = 1.6 + head.js 1.7 + constraints.js 1.8 + mediaStreamPlayback.js 1.9 + pc.js 1.10 + templates.js 1.11 + NetworkPreparationChromeScript.js 1.12 + 1.13 +[test_dataChannel_basicAudio.html] 1.14 +skip-if = toolkit == 'gonk' #Bug 962984 for debug, bug 963244 for opt 1.15 +[test_dataChannel_basicAudioVideo.html] 1.16 +# Disabled on OS X for bug 930481 timeouts 1.17 +skip-if = os == 'mac' || toolkit=='gonk' # b2g(Bug 960442, video support for WebRTC is disabled on b2g) b2g-debug(Bug 960442, video support for WebRTC is disabled on b2g) 1.18 +[test_dataChannel_basicAudioVideoCombined.html] 1.19 +# Disabled on OS X for bug 930481 timeouts 1.20 +skip-if = os == 'mac' || toolkit=='gonk' # b2g(Bug 960442, video support for WebRTC is disabled on b2g) b2g-debug(Bug 960442, video support for WebRTC is disabled on b2g) 1.21 +[test_dataChannel_basicDataOnly.html] 1.22 +[test_dataChannel_basicVideo.html] 1.23 +skip-if = toolkit=='gonk' # b2g(Bug 960442, video support for WebRTC is disabled on b2g) b2g-debug(Bug 960442, video support for WebRTC is disabled on b2g) 1.24 +[test_dataChannel_noOffer.html] 1.25 +[test_getUserMedia_basicAudio.html] 1.26 +skip-if = (toolkit == 'gonk' && debug) #debug-only failure 1.27 +[test_getUserMedia_basicVideo.html] 1.28 +skip-if = (toolkit == 'gonk' && debug) #debug-only failure 1.29 +[test_getUserMedia_basicVideoAudio.html] 1.30 +skip-if = (toolkit == 'gonk' && debug) #debug-only failure, turned an intermittent (bug 962579) into a permanant orange 1.31 +[test_getUserMedia_constraints.html] 1.32 +skip-if = (toolkit=='gonk' || toolkit=='android') # Bug 907352, backwards-compatible behavior on mobile only 1.33 +[test_getUserMedia_constraints_mobile.html] 1.34 +skip-if = (toolkit!='gonk' && toolkit!='android') # Bug 907352, backwards-compatible behavior on mobile only 1.35 +[test_getUserMedia_exceptions.html] 1.36 +[test_getUserMedia_gumWithinGum.html] 1.37 +[test_getUserMedia_playAudioTwice.html] 1.38 +[test_getUserMedia_playVideoAudioTwice.html] 1.39 +skip-if = (toolkit == 'gonk' && debug) #debug-only failure; bug 926558 1.40 +[test_getUserMedia_playVideoTwice.html] 1.41 +[test_getUserMedia_stopAudioStream.html] 1.42 +[test_getUserMedia_stopAudioStreamWithFollowupAudio.html] 1.43 +[test_getUserMedia_stopVideoAudioStream.html] 1.44 +skip-if = (toolkit == 'gonk' && debug) #debug-only failure 1.45 +[test_getUserMedia_stopVideoAudioStreamWithFollowupVideoAudio.html] 1.46 +[test_getUserMedia_stopVideoStream.html] 1.47 +[test_getUserMedia_stopVideoStreamWithFollowupVideo.html] 1.48 +[test_peerConnection_addCandidateInHaveLocalOffer.html] 1.49 +[test_peerConnection_basicAudio.html] 1.50 +skip-if = (toolkit == 'gonk' && debug) #Bug 962984, test fail on b2g debug build 1.51 +[test_peerConnection_basicAudioVideo.html] 1.52 +skip-if = toolkit=='gonk' # b2g(Bug 960442, video support for WebRTC is disabled on b2g) b2g-debug(Bug 960442, video support for WebRTC is disabled on b2g) 1.53 +[test_peerConnection_basicAudioVideoCombined.html] 1.54 +skip-if = toolkit=='gonk' # b2g(Bug 960442, video support for WebRTC is disabled on b2g) b2g-debug(Bug 960442, video support for WebRTC is disabled on b2g) 1.55 +[test_peerConnection_basicVideo.html] 1.56 +skip-if = toolkit=='gonk' # b2g(Bug 960442, video support for WebRTC is disabled on b2g) b2g-debug(Bug 960442, video support for WebRTC is disabled on b2g) 1.57 +[test_peerConnection_bug822674.html] 1.58 +[test_peerConnection_bug825703.html] 1.59 +[test_peerConnection_bug827843.html] 1.60 +skip-if = toolkit=='gonk' # b2g(Bug 960442, video support for WebRTC is disabled on b2g) b2g-debug(Bug 960442, video support for WebRTC is disabled on b2g) 1.61 +[test_peerConnection_bug834153.html] 1.62 +[test_peerConnection_bug835370.html] 1.63 +[test_peerConnection_errorCallbacks.html] 1.64 +[test_peerConnection_offerRequiresReceiveAudio.html] 1.65 +skip-if = toolkit=='gonk' # b2g(Bug 960442, video support for WebRTC is disabled on b2g) b2g-debug(Bug 960442, video support for WebRTC is disabled on b2g) 1.66 +[test_peerConnection_offerRequiresReceiveVideo.html] 1.67 +skip-if = toolkit=='gonk' # b2g(Bug 960442, video support for WebRTC is disabled on b2g) b2g-debug(Bug 960442, video support for WebRTC is disabled on b2g) 1.68 +[test_peerConnection_offerRequiresReceiveVideoAudio.html] 1.69 +skip-if = toolkit=='gonk' # b2g(Bug 960442, video support for WebRTC is disabled on b2g) b2g-debug(Bug 960442, video support for WebRTC is disabled on b2g) 1.70 +[test_peerConnection_setLocalAnswerInHaveLocalOffer.html] 1.71 +[test_peerConnection_setLocalAnswerInStable.html] 1.72 +[test_peerConnection_setLocalOfferInHaveRemoteOffer.html] 1.73 +[test_peerConnection_setRemoteAnswerInHaveRemoteOffer.html] 1.74 +[test_peerConnection_setRemoteAnswerInStable.html] 1.75 +[test_peerConnection_setRemoteOfferInHaveLocalOffer.html] 1.76 +[test_peerConnection_throwInCallbacks.html] 1.77 +skip-if = toolkit=='gonk' # b2g(Bug 960442, video support for WebRTC is disabled on b2g) b2g-debug(Bug 960442, video support for WebRTC is disabled on b2g) 1.78 +[test_peerConnection_toJSON.html] 1.79 +# Bug950317: Hack for making a cleanup hook after finishing all WebRTC cases 1.80 +[test_zmedia_cleanup.html]