Bug 1048455 - Skip test_peerConnection_basicScreenshare.html and test_peerConnection_basicWindowshare.html on e10s.

CLOSED TREE
This commit is contained in:
Ryan VanderMeulen 2014-08-04 15:42:28 -04:00
Родитель 7ee6b0a0ef
Коммит 524087014e
1 изменённых файлов: 6 добавлений и 2 удалений

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

@ -60,9 +60,13 @@ skip-if = toolkit == 'gonk' # b2g(Bug 960442, video support for WebRTC is disabl
[test_peerConnection_basicVideo.html]
skip-if = toolkit == 'gonk' # b2g(Bug 960442, video support for WebRTC is disabled on b2g)
[test_peerConnection_basicScreenshare.html]
skip-if = buildapp == 'b2g' || toolkit == 'android' # no screenshare on b2g/android
# no screenshare on b2g/android
# frequent timeouts/crashes on e10s (bug 1048455)
skip-if = buildapp == 'b2g' || toolkit == 'android' || e10s
[test_peerConnection_basicWindowshare.html]
skip-if = buildapp == 'b2g' || toolkit == 'android' # no windowshare on b2g/android
# no screenshare on b2g/android
# frequent timeouts/crashes on e10s (bug 1048455)
skip-if = buildapp == 'b2g' || toolkit == 'android' || e10s
[test_peerConnection_basicH264Video.html]
skip-if = buildapp == 'b2g' || os == 'android' # bug 1043403
[test_peerConnection_bug822674.html]