michael@0: [DEFAULT] michael@0: skip-if = e10s michael@0: support-files = michael@0: file_framework.js michael@0: file_shim.html michael@0: michael@0: [test_alarms.html] michael@0: [test_browser.html] michael@0: [test_embed-apps.html] michael@0: skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #Bug 931116, b2g desktop specific, initial triage michael@0: [test_idle.html] michael@0: skip-if = (toolkit == 'gonk' && debug) #debug-only failure michael@0: [test_permission_basics.html] michael@0: skip-if = buildapp == 'b2g' || toolkit == 'android' # b2g(https not working, bug 907770) b2g-debug(https not working, bug 907770) b2g-desktop(Bug 907770) michael@0: [test_permissions.html] michael@0: [test_power.html] michael@0: [test_systemXHR.html] michael@0: [test_tcp-socket.html] michael@0: [test_webapps-manage.html] michael@0: [test_camera.html] michael@0: disabled = disabled until bug 859593 is fixed michael@0: [test_keyboard.html] michael@0: skip-if = toolkit == 'android' michael@0: [test_input-manage.html] michael@0: skip-if = toolkit == 'android' michael@0: [test_wifi-manage.html] michael@0: skip-if = (buildapp != 'b2g') || (buildapp == 'b2g' && toolkit != 'gonk') #b2g-desktop(Bug 931116, b2g desktop specific, initial triage)