mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
60 lines
2.5 KiB
INI
60 lines
2.5 KiB
INI
[DEFAULT]
|
|
support-files =
|
|
file_bug1086684.html
|
|
|
|
[test_blob_sliced_from_child_process.html]
|
|
# This test is only supposed to run in the main process.
|
|
skip-if = buildapp == 'b2g' || buildapp == 'mulet' || e10s
|
|
[test_blob_sliced_from_parent_process.html]
|
|
# This test is only supposed to run in the main process.
|
|
skip-if = buildapp == 'b2g' || buildapp == 'mulet' || e10s
|
|
[test_bug1086684.html]
|
|
# This test is only supposed to run in the main process
|
|
skip-if = buildapp == 'b2g' || buildapp == 'mulet' || e10s || toolkit == 'android'
|
|
[test_cpow_cookies.html]
|
|
skip-if = buildapp == 'b2g' || buildapp == 'mulet'
|
|
[test_NuwaProcessCreation.html]
|
|
skip-if = true # bug 1166923
|
|
[test_NuwaProcessDeadlock.html]
|
|
skip-if = true # bug 1166923
|
|
[test_child_docshell.html]
|
|
skip-if = toolkit == 'cocoa' # disabled due to hangs, see changeset 6852e7c47edf
|
|
[test_CrashService_crash.html]
|
|
skip-if = !(crashreporter && !e10s && (toolkit == 'gtk2' || toolkit == 'gtk3' || toolkit == 'cocoa' || toolkit == 'windows') && (buildapp != 'b2g' || toolkit == 'gonk') && (buildapp != 'mulet')) # TC: Bug 1144079 - Re-enable Mulet mochitests and reftests taskcluster-specific disables.
|
|
[test_permission_for_in_process_app.html]
|
|
skip-if = e10s || os == "android" || toolkit == "gonk" # embed-apps doesn't work in mochitest app
|
|
support-files =
|
|
test_permission_helper.js
|
|
[test_permission_for_oop_app.html]
|
|
skip-if = buildapp == 'mulet' || os == "android" || toolkit == "gonk" # embed-apps doesn't work in mochitest app
|
|
support-files =
|
|
file_app.sjs
|
|
file_app.template.webapp
|
|
test_permission_helper.js
|
|
test_permission_embed.html
|
|
test_permission_framescript.js
|
|
[test_permission_for_nested_oop_app.html]
|
|
skip-if = buildapp == 'mulet' || os == "android" || toolkit == "gonk" # embed-apps doesn't work in mochitest app
|
|
support-files =
|
|
file_app.sjs
|
|
file_app.template.webapp
|
|
test_permission_helper.js
|
|
test_permission_embed.html
|
|
test_permission_framescript.js
|
|
[test_permission_for_two_oop_apps.html]
|
|
skip-if = buildapp == 'mulet' || os == "android" || toolkit == "gonk" # embed-apps doesn't work in mochitest app
|
|
support-files =
|
|
file_app.sjs
|
|
file_app.template.webapp
|
|
test_permission_helper.js
|
|
test_permission_embed.html
|
|
test_permission_framescript.js
|
|
[test_permission_when_oop_app_crashes.html]
|
|
skip-if = buildapp == 'mulet' || os == "android" || toolkit == "gonk" # embed-apps doesn't work in mochitest app
|
|
support-files =
|
|
file_app.sjs
|
|
file_app.template.webapp
|
|
test_permission_helper.js
|
|
test_permission_embed.html
|
|
test_permission_framescript.js
|