Bug 1123085 - Disable webapp tests which fail on OS X 10.10

This commit is contained in:
Phil Ringnalda 2015-01-24 08:24:39 -08:00
parent f43026376b
commit 04e2f1ca43

View File

@ -8,7 +8,7 @@ support-files =
[test_custom_origin.xul]
skip-if = asan
[test_custom_origin_uninstall_install.xul]
skip-if = asan
skip-if = asan || (os == 'mac' && os_version == '10.10') # Bug 1123085
[test_install_appcache.xul]
skip-if = asan
[test_hosted.xul]
@ -22,9 +22,9 @@ skip-if = asan
[test_packaged_launch_no_registry.xul]
skip-if = asan
[test_hosted_uninstall.xul]
skip-if = os == "win" && os_version == "5.1" # see bug 981251
skip-if = (os == "win" && os_version == "5.1") || (os == 'mac' && os_version == '10.10') # WinXP: bug 981251; OS X 10.10: bug 1123085
[test_packaged_uninstall.xul]
skip-if = os == "win" && os_version == "5.1" # see bug 981251
skip-if = (os == "win" && os_version == "5.1") || (os == 'mac' && os_version == '10.10') # WinXP: bug 981251; OS X 10.10: bug 1123085
[test_hosted_update_from_webapp_runtime.xul]
skip-if = asan
[test_packaged_update_from_webapp_runtime.xul]