From 1620225002af5c348bb45b9f2504a42e968ffd2b Mon Sep 17 00:00:00 2001 From: Ryan VanderMeulen Date: Fri, 15 Aug 2014 14:32:11 -0400 Subject: [PATCH] Bug 1026805 - Disable frequently-hanging mozapps tests on OSX. a=test-only --- toolkit/mozapps/extensions/test/xpcshell/xpcshell-shared.ini | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/toolkit/mozapps/extensions/test/xpcshell/xpcshell-shared.ini b/toolkit/mozapps/extensions/test/xpcshell/xpcshell-shared.ini index 55dfe78709c3..5ab68fc10eab 100644 --- a/toolkit/mozapps/extensions/test/xpcshell/xpcshell-shared.ini +++ b/toolkit/mozapps/extensions/test/xpcshell/xpcshell-shared.ini @@ -4,7 +4,8 @@ skip-if = os == "android" [test_AddonRepository_cache.js] # Bug 676992: test consistently hangs on Android -skip-if = os == "android" +# Bug 1026805: frequent hangs on OSX 10.8 +skip-if = os == "android" || os == "mac" run-sequentially = Uses hardcoded ports in xpi files. [test_AddonRepository_compatmode.js] # Bug 676992: test consistently hangs on Android @@ -33,7 +34,8 @@ skip-if = os == "android" run-sequentially = Hardcoded port in install.rdf. [test_bug324121.js] # Bug 676992: test consistently hangs on Android -skip-if = os == "android" +# Bug 1026805: frequent hangs on OSX 10.8 +skip-if = os == "android" || os == "mac" run-sequentially = Uses hardcoded ports in xpi files. [test_bug335238.js] # Bug 676992: test consistently hangs on Android @@ -50,7 +52,8 @@ skip-if = os == "android" skip-if = os == "android" [test_bug394300.js] # Bug 676992: test consistently hangs on Android -skip-if = os == "android" +# Bug 1026805: frequent hangs on OSX 10.8 +skip-if = os == "android" || os == "mac" run-sequentially = Uses hardcoded ports in xpi files. [test_bug397778.js] # Bug 676992: test consistently hangs on Android -- 2.11.4.GIT