diff -r 000000000000 -r 6474c204b198 dom/permission/tests/mochitest.ini --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dom/permission/tests/mochitest.ini Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,27 @@ +[DEFAULT] +skip-if = e10s +support-files = + file_framework.js + file_shim.html + +[test_alarms.html] +[test_browser.html] +[test_embed-apps.html] +skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #Bug 931116, b2g desktop specific, initial triage +[test_idle.html] +skip-if = (toolkit == 'gonk' && debug) #debug-only failure +[test_permission_basics.html] +skip-if = buildapp == 'b2g' || toolkit == 'android' # b2g(https not working, bug 907770) b2g-debug(https not working, bug 907770) b2g-desktop(Bug 907770) +[test_permissions.html] +[test_power.html] +[test_systemXHR.html] +[test_tcp-socket.html] +[test_webapps-manage.html] +[test_camera.html] +disabled = disabled until bug 859593 is fixed +[test_keyboard.html] +skip-if = toolkit == 'android' +[test_input-manage.html] +skip-if = toolkit == 'android' +[test_wifi-manage.html] +skip-if = (buildapp != 'b2g') || (buildapp == 'b2g' && toolkit != 'gonk') #b2g-desktop(Bug 931116, b2g desktop specific, initial triage)