Bug 1310297 - Remove test annotations using b2g, mulet or gonk: dom/presentation. r=RyanVM

MozReview-Commit-ID: DYwEDeD1ccf

--HG--
extra : rebase_source : d66c13dc814ef71e0e4dea34d9b179d6f40da522
This commit is contained in:
Sebastian Hengst 2016-11-05 11:29:17 +01:00
Родитель 4f259eca87
Коммит 8a8717cf4c
2 изменённых файлов: 19 добавлений и 19 удалений

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

@ -4,7 +4,7 @@ support-files =
PresentationSessionChromeScript.js
[test_presentation_datachannel_sessiontransport.html]
skip-if = buildapp == 'b2g' || os == 'android'
skip-if = os == 'android'
[test_presentation_device_info.html]
[test_presentation_sender_startWithDevice.html]
skip-if = toolkit == 'android' # Bug 1129785

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

@ -28,46 +28,46 @@ support-files =
[test_presentation_dc_sender.html]
[test_presentation_dc_receiver.html]
skip-if = (e10s || toolkit == 'gonk' || toolkit == 'android') # Bug 1129785
skip-if = (e10s || toolkit == 'android') # Bug 1129785
[test_presentation_dc_receiver_oop.html]
skip-if = (e10s || toolkit == 'gonk' || toolkit == 'android') # Bug 1129785
skip-if = (e10s || toolkit == 'android') # Bug 1129785
[test_presentation_1ua_sender_and_receiver_inproc.html]
skip-if = (e10s || toolkit == 'gonk' || toolkit == 'android') # Bug 1129785
skip-if = (e10s || toolkit == 'android') # Bug 1129785
[test_presentation_1ua_sender_and_receiver_oop.html]
skip-if = (e10s || toolkit == 'gonk' || toolkit == 'android') # Bug 1129785
skip-if = (e10s || toolkit == 'android') # Bug 1129785
[test_presentation_1ua_connection_wentaway_inproc.html]
skip-if = (e10s || toolkit == 'gonk' || toolkit == 'android') # Bug 1129785
skip-if = (e10s || toolkit == 'android') # Bug 1129785
[test_presentation_1ua_connection_wentaway_oop.html]
skip-if = (e10s || toolkit == 'gonk' || toolkit == 'android') # Bug 1129785
skip-if = (e10s || toolkit == 'android') # Bug 1129785
[test_presentation_device_info_permission.html]
[test_presentation_tcp_sender_disconnect.html]
skip-if = toolkit == 'android' # Bug 1129785
[test_presentation_tcp_sender_establish_connection_error.html]
skip-if = toolkit == 'android' # Bug 1129785
[test_presentation_tcp_receiver_establish_connection_error.html]
skip-if = (e10s || toolkit == 'gonk' || toolkit == 'android' || os == 'mac' || os == 'win' || buildapp == 'mulet') # Bug 1129785, Bug 1204709
skip-if = (e10s || toolkit == 'android' || os == 'mac' || os == 'win') # Bug 1129785, Bug 1204709
[test_presentation_tcp_receiver_establish_connection_timeout.html]
skip-if = (e10s || toolkit == 'gonk' || toolkit == 'android') # Bug 1129785
skip-if = (e10s || toolkit == 'android') # Bug 1129785
[test_presentation_tcp_receiver_establish_connection_unknown_content_type_inproc.html]
skip-if = (e10s || toolkit == 'gonk' || toolkit == 'android')
skip-if = (e10s || toolkit == 'android')
[test_presentation_tcp_receiver_establish_connection_unknown_content_type_oop.html]
skip-if = (e10s || toolkit == 'gonk' || toolkit == 'android')
skip-if = (e10s || toolkit == 'android')
[test_presentation_tcp_receiver.html]
skip-if = (e10s || toolkit == 'gonk' || toolkit == 'android') # Bug 1129785
skip-if = (e10s || toolkit == 'android') # Bug 1129785
[test_presentation_tcp_receiver_oop.html]
skip-if = (e10s || toolkit == 'gonk' || toolkit == 'android') # Bug 1129785
skip-if = (e10s || toolkit == 'android') # Bug 1129785
[test_presentation_receiver_auxiliary_navigation_inproc.html]
skip-if = (e10s || toolkit == 'gonk')
skip-if = e10s
[test_presentation_receiver_auxiliary_navigation_oop.html]
skip-if = (e10s || toolkit == 'gonk')
skip-if = e10s
[test_presentation_terminate_inproc.html]
skip-if = (e10s || toolkit == 'gonk' || toolkit == 'android')
skip-if = (e10s || toolkit == 'android')
[test_presentation_terminate_oop.html]
skip-if = (e10s || toolkit == 'gonk' || toolkit == 'android')
skip-if = (e10s || toolkit == 'android')
[test_presentation_terminate_establish_connection_error_inproc.html]
skip-if = (e10s || toolkit == 'gonk' || toolkit == 'android')
skip-if = (e10s || toolkit == 'android')
[test_presentation_terminate_establish_connection_error_oop.html]
skip-if = (e10s || toolkit == 'gonk' || toolkit == 'android')
skip-if = (e10s || toolkit == 'android')
[test_presentation_sender_on_terminate_request.html]
skip-if = toolkit == 'android'
[test_presentation_sandboxed_presentation.html]