Bug 1180000 - Disable more peerConnection Video tests on Linux debug e10s.

CLOSED TREE
This commit is contained in:
Ryan VanderMeulen 2015-07-15 10:01:06 -04:00
parent 2794a73d24
commit 9af632effb

View File

@ -157,21 +157,27 @@ skip-if = toolkit == 'gonk' # B2G emulator is too slow to finish a renegotiation
[test_peerConnection_removeThenAddAudioTrack.html]
skip-if = toolkit == 'gonk' # B2G emulator is too slow to finish a renegotiation test in under 5 minutes
[test_peerConnection_addSecondVideoStream.html]
skip-if = toolkit == 'gonk' # B2G emulator is too slow to finish a renegotiation test in under 5 minutes
# B2G emulator is too slow to finish a renegotiation test in under 5 minutes, Bug 1180000 for Linux debug e10s
skip-if = toolkit == 'gonk' || (os == 'linux' && debug && e10s)
[test_peerConnection_removeVideoTrack.html]
skip-if = toolkit == 'gonk' # B2G emulator is too slow to finish a renegotiation test in under 5 minutes
# B2G emulator is too slow to finish a renegotiation test in under 5 minutes, Bug 1180000 for Linux debug e10s
skip-if = toolkit == 'gonk' || (os == 'linux' && debug && e10s)
[test_peerConnection_removeThenAddVideoTrack.html]
skip-if = toolkit == 'gonk' # B2G emulator is too slow to finish a renegotiation test in under 5 minutes
# B2G emulator is too slow to finish a renegotiation test in under 5 minutes, Bug 1180000 for Linux debug e10s
skip-if = toolkit == 'gonk' || (os == 'linux' && debug && e10s)
[test_peerConnection_replaceVideoThenRenegotiate.html]
skip-if = toolkit == 'gonk' # B2G emulator is too slow to finish a renegotiation test in under 5 minutes
# B2G emulator is too slow to finish a renegotiation test in under 5 minutes, Bug 1180000 for Linux debug e10s
skip-if = toolkit == 'gonk' || (os == 'linux' && debug && e10s)
[test_peerConnection_addSecondAudioStreamNoBundle.html]
skip-if = toolkit == 'gonk' # B2G emulator is too slow to finish a renegotiation test in under 5 minutes
[test_peerConnection_removeThenAddAudioTrackNoBundle.html]
skip-if = toolkit == 'gonk' # B2G emulator is too slow to finish a renegotiation test in under 5 minutes
[test_peerConnection_addSecondVideoStreamNoBundle.html]
skip-if = toolkit == 'gonk' # B2G emulator is too slow to finish a renegotiation test in under 5 minutes
# B2G emulator is too slow to finish a renegotiation test in under 5 minutes, Bug 1180000 for Linux debug e10s
skip-if = toolkit == 'gonk' || (os == 'linux' && debug && e10s)
[test_peerConnection_removeThenAddVideoTrackNoBundle.html]
skip-if = toolkit == 'gonk' # B2G emulator is too slow to finish a renegotiation test in under 5 minutes
# B2G emulator is too slow to finish a renegotiation test in under 5 minutes, Bug 1180000 for Linux debug e10s
skip-if = toolkit == 'gonk' || (os == 'linux' && debug && e10s)
[test_peerConnection_addDataChannel.html]
skip-if = toolkit == 'gonk' # B2G emulator seems to be so slow that DTLS cannot establish properly
[test_peerConnection_addDataChannelNoBundle.html]