mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
26 lines
891 B
INI
26 lines
891 B
INI
[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 = buildapp != 'b2g'
|
|
[test_wifi-manage.html]
|
|
skip-if = (buildapp != 'b2g') || (buildapp == 'b2g' && toolkit != 'gonk') #b2g-desktop(Bug 931116, b2g desktop specific, initial triage)
|