From 06c3b6575e4ca6122c9f1ec8a95f578c4125e72c Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Sat, 1 Mar 2014 20:55:57 -0800 Subject: [PATCH] Bug 978117: Enable test_signed_apps.js and test_signed_apps-marketplace.js on Android and B2G, r=cviecco --HG-- extra : rebase_source : acc33b667f19583d94d300d4e4a73cb3e225bbd6 --- security/manager/ssl/tests/unit/xpcshell.ini | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/security/manager/ssl/tests/unit/xpcshell.ini b/security/manager/ssl/tests/unit/xpcshell.ini index 29e923fabe6..cbafe8b8a8d 100644 --- a/security/manager/ssl/tests/unit/xpcshell.ini +++ b/security/manager/ssl/tests/unit/xpcshell.ini @@ -11,13 +11,6 @@ support-files = test_intermediate_basic_usage_constraints/** test_name_constraints/** -[test_signed_apps.js] -# Bug 978117: test fails consistently on Android and B2G -fail-if = os == "android" || buildapp == "b2g" -[test_signed_apps-marketplace.js] -# Bug 978117: test fails consistently on Android and B2G -fail-if = os == "android" || buildapp == "b2g" - [test_datasignatureverifier.js] [test_hash_algorithms.js] [test_hmac.js] @@ -62,3 +55,6 @@ run-sequentially = hardcoded ports fail-if = os == "android" || buildapp == "b2g" [test_intermediate_basic_usage_constraints.js] [test_name_constraints.js] + +[test_signed_apps.js] +[test_signed_apps-marketplace.js]