1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/permission/tests/mochitest.ini Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,27 @@ 1.4 +[DEFAULT] 1.5 +skip-if = e10s 1.6 +support-files = 1.7 + file_framework.js 1.8 + file_shim.html 1.9 + 1.10 +[test_alarms.html] 1.11 +[test_browser.html] 1.12 +[test_embed-apps.html] 1.13 +skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #Bug 931116, b2g desktop specific, initial triage 1.14 +[test_idle.html] 1.15 +skip-if = (toolkit == 'gonk' && debug) #debug-only failure 1.16 +[test_permission_basics.html] 1.17 +skip-if = buildapp == 'b2g' || toolkit == 'android' # b2g(https not working, bug 907770) b2g-debug(https not working, bug 907770) b2g-desktop(Bug 907770) 1.18 +[test_permissions.html] 1.19 +[test_power.html] 1.20 +[test_systemXHR.html] 1.21 +[test_tcp-socket.html] 1.22 +[test_webapps-manage.html] 1.23 +[test_camera.html] 1.24 +disabled = disabled until bug 859593 is fixed 1.25 +[test_keyboard.html] 1.26 +skip-if = toolkit == 'android' 1.27 +[test_input-manage.html] 1.28 +skip-if = toolkit == 'android' 1.29 +[test_wifi-manage.html] 1.30 +skip-if = (buildapp != 'b2g') || (buildapp == 'b2g' && toolkit != 'gonk') #b2g-desktop(Bug 931116, b2g desktop specific, initial triage)