dom/media/tests/mochitest/mochitest.ini

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:a0d581edd0ff
1 [DEFAULT]
2 support-files =
3 head.js
4 constraints.js
5 mediaStreamPlayback.js
6 pc.js
7 templates.js
8 NetworkPreparationChromeScript.js
9
10 [test_dataChannel_basicAudio.html]
11 skip-if = toolkit == 'gonk' #Bug 962984 for debug, bug 963244 for opt
12 [test_dataChannel_basicAudioVideo.html]
13 # Disabled on OS X for bug 930481 timeouts
14 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)
15 [test_dataChannel_basicAudioVideoCombined.html]
16 # Disabled on OS X for bug 930481 timeouts
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)
18 [test_dataChannel_basicDataOnly.html]
19 [test_dataChannel_basicVideo.html]
20 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)
21 [test_dataChannel_noOffer.html]
22 [test_getUserMedia_basicAudio.html]
23 skip-if = (toolkit == 'gonk' && debug) #debug-only failure
24 [test_getUserMedia_basicVideo.html]
25 skip-if = (toolkit == 'gonk' && debug) #debug-only failure
26 [test_getUserMedia_basicVideoAudio.html]
27 skip-if = (toolkit == 'gonk' && debug) #debug-only failure, turned an intermittent (bug 962579) into a permanant orange
28 [test_getUserMedia_constraints.html]
29 skip-if = (toolkit=='gonk' || toolkit=='android') # Bug 907352, backwards-compatible behavior on mobile only
30 [test_getUserMedia_constraints_mobile.html]
31 skip-if = (toolkit!='gonk' && toolkit!='android') # Bug 907352, backwards-compatible behavior on mobile only
32 [test_getUserMedia_exceptions.html]
33 [test_getUserMedia_gumWithinGum.html]
34 [test_getUserMedia_playAudioTwice.html]
35 [test_getUserMedia_playVideoAudioTwice.html]
36 skip-if = (toolkit == 'gonk' && debug) #debug-only failure; bug 926558
37 [test_getUserMedia_playVideoTwice.html]
38 [test_getUserMedia_stopAudioStream.html]
39 [test_getUserMedia_stopAudioStreamWithFollowupAudio.html]
40 [test_getUserMedia_stopVideoAudioStream.html]
41 skip-if = (toolkit == 'gonk' && debug) #debug-only failure
42 [test_getUserMedia_stopVideoAudioStreamWithFollowupVideoAudio.html]
43 [test_getUserMedia_stopVideoStream.html]
44 [test_getUserMedia_stopVideoStreamWithFollowupVideo.html]
45 [test_peerConnection_addCandidateInHaveLocalOffer.html]
46 [test_peerConnection_basicAudio.html]
47 skip-if = (toolkit == 'gonk' && debug) #Bug 962984, test fail on b2g debug build
48 [test_peerConnection_basicAudioVideo.html]
49 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)
50 [test_peerConnection_basicAudioVideoCombined.html]
51 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)
52 [test_peerConnection_basicVideo.html]
53 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)
54 [test_peerConnection_bug822674.html]
55 [test_peerConnection_bug825703.html]
56 [test_peerConnection_bug827843.html]
57 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)
58 [test_peerConnection_bug834153.html]
59 [test_peerConnection_bug835370.html]
60 [test_peerConnection_errorCallbacks.html]
61 [test_peerConnection_offerRequiresReceiveAudio.html]
62 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)
63 [test_peerConnection_offerRequiresReceiveVideo.html]
64 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)
65 [test_peerConnection_offerRequiresReceiveVideoAudio.html]
66 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)
67 [test_peerConnection_setLocalAnswerInHaveLocalOffer.html]
68 [test_peerConnection_setLocalAnswerInStable.html]
69 [test_peerConnection_setLocalOfferInHaveRemoteOffer.html]
70 [test_peerConnection_setRemoteAnswerInHaveRemoteOffer.html]
71 [test_peerConnection_setRemoteAnswerInStable.html]
72 [test_peerConnection_setRemoteOfferInHaveLocalOffer.html]
73 [test_peerConnection_throwInCallbacks.html]
74 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)
75 [test_peerConnection_toJSON.html]
76 # Bug950317: Hack for making a cleanup hook after finishing all WebRTC cases
77 [test_zmedia_cleanup.html]

mercurial