mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 1154545 - Skip test_hosted_checkforupdates_from_webapp_runtime.xul and test_packaged_checkforupdates_from_webapp_runtime.xul on Win8 opt builds as well.
CLOSED TREE
This commit is contained in:
parent
56bc9f06cd
commit
bc77c07d9f
@ -31,9 +31,9 @@ skip-if = asan
|
||||
skip-if = asan
|
||||
[test_hosted_icons.xul]
|
||||
[test_hosted_checkforupdates_from_webapp_runtime.xul]
|
||||
skip-if = asan || ((os == "win" && os_version == "6.2") && debug) # Win8: bug 1162987
|
||||
skip-if = asan || (os == "win" && os_version == "6.2") # Win8: bug 1162987
|
||||
[test_packaged_icons.xul]
|
||||
[test_packaged_checkforupdates_from_webapp_runtime.xul]
|
||||
skip-if = asan || ((os == "win" && os_version == "6.2") && debug) # Win8: bug 1154545
|
||||
skip-if = asan || (os == "win" && os_version == "6.2") # Win8: bug 1154545
|
||||
[test_webapp_runtime_executable_update.xul]
|
||||
[test_non_ascii_app_name.xul]
|
||||
|
Loading…
Reference in New Issue
Block a user