[tbb-commits] [tor-browser/esr24] Bug 1018414 - Skip test_error_codes.js on OS X. r=smaug, a=test-only

mikeperry at torproject.org mikeperry at torproject.org
Fri Aug 29 05:26:41 UTC 2014


commit 18a6858f8fe3af20919acdbfe97e40412d4d88e3
Author: Nathan Froyd <froydnj at mozilla.com>
Date:   Mon Jun 2 15:27:16 2014 -0400

    Bug 1018414 - Skip test_error_codes.js on OS X. r=smaug, a=test-only
---
 content/base/test/unit/xpcshell.ini |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/content/base/test/unit/xpcshell.ini b/content/base/test/unit/xpcshell.ini
index 9d7c35d..f1ef2e6 100644
--- a/content/base/test/unit/xpcshell.ini
+++ b/content/base/test/unit/xpcshell.ini
@@ -8,6 +8,8 @@ tail =
 [test_csputils.js]
 [test_cspreports.js]
 [test_error_codes.js]
+# Bug 1018414: hardcoded localhost doesn't work properly on some OS X installs
+skip-if = os == 'mac'
 [test_thirdpartyutil.js]
 [test_xhr_standalone.js]
 [test_xmlserializer.js]





More information about the tbb-commits mailing list