Bug 1148649: Reenable video multistream mochitests on debug e10s. r=drno

--HG--
extra : rebase_source : 5e29d37c289cb67148bafe7947191bb6de1338a6
extra : amend_source : b89129bcedf027ffc5c19cc17d5faeba6eb545b6
This commit is contained in:
Byron Campen [:bwc] 2015-03-26 13:03:29 -07:00
Родитель ac250f9d73
Коммит c72b942b7e
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -149,13 +149,13 @@ skip-if = toolkit == 'gonk' # b2g (Bug 1059867)
[test_peerConnection_twoAudioTracksInOneStream.html]
skip-if = toolkit == 'gonk' # b2g (Bug 1059867)
[test_peerConnection_twoAudioVideoStreams.html]
skip-if = (toolkit == 'gonk' || (e10s && debug)) # b2g (Bug 1059867) or fd exhaustion on e10s debug intermittent (Bug 1126078)
skip-if = (toolkit == 'gonk') # b2g (Bug 1059867)
[test_peerConnection_twoAudioVideoStreamsCombined.html]
skip-if = (toolkit == 'gonk' || (e10s && debug)) # b2g (Bug 1059867) or fd exhaustion on e10s debug intermittent (Bug 1126078)
skip-if = (toolkit == 'gonk') # b2g (Bug 1059867)
[test_peerConnection_twoVideoStreams.html]
skip-if = (toolkit == 'gonk' || (e10s && debug)) # b2g (Bug 1059867) or fd exhaustion on e10s debug intermittent (Bug 1126078)
skip-if = (toolkit == 'gonk') # b2g (Bug 1059867)
[test_peerConnection_twoVideoTracksInOneStream.html]
skip-if = (toolkit == 'gonk' || (e10s && debug)) # b2g (Bug 1059867) or fd exhaustion on e10s debug intermittent (Bug 1126078)
skip-if = (toolkit == 'gonk') # b2g (Bug 1059867)
[test_peerConnection_addSecondAudioStream.html]
skip-if = toolkit == 'gonk' # b2g (Bug 1059867)
[test_peerConnection_answererAddSecondAudioStream.html]