|
1 [DEFAULT] |
|
2 skip-if = e10s |
|
3 support-files = |
|
4 file_framework.js |
|
5 file_shim.html |
|
6 |
|
7 [test_alarms.html] |
|
8 [test_browser.html] |
|
9 [test_embed-apps.html] |
|
10 skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #Bug 931116, b2g desktop specific, initial triage |
|
11 [test_idle.html] |
|
12 skip-if = (toolkit == 'gonk' && debug) #debug-only failure |
|
13 [test_permission_basics.html] |
|
14 skip-if = buildapp == 'b2g' || toolkit == 'android' # b2g(https not working, bug 907770) b2g-debug(https not working, bug 907770) b2g-desktop(Bug 907770) |
|
15 [test_permissions.html] |
|
16 [test_power.html] |
|
17 [test_systemXHR.html] |
|
18 [test_tcp-socket.html] |
|
19 [test_webapps-manage.html] |
|
20 [test_camera.html] |
|
21 disabled = disabled until bug 859593 is fixed |
|
22 [test_keyboard.html] |
|
23 skip-if = toolkit == 'android' |
|
24 [test_input-manage.html] |
|
25 skip-if = toolkit == 'android' |
|
26 [test_wifi-manage.html] |
|
27 skip-if = (buildapp != 'b2g') || (buildapp == 'b2g' && toolkit != 'gonk') #b2g-desktop(Bug 931116, b2g desktop specific, initial triage) |