From 465d3f7177d0cca8298154f39b18c41e967f73a0 Mon Sep 17 00:00:00 2001 From: Nick Thomas Date: Tue, 14 Dec 2010 23:08:59 +1300 Subject: [PATCH] Bug 599475/561350, disable test_punycodeURIs.js again, a=blocking-beta8 CLOSED TREE --- uriloader/exthandler/tests/unit/test_punycodeURIs.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/uriloader/exthandler/tests/unit/test_punycodeURIs.js b/uriloader/exthandler/tests/unit/test_punycodeURIs.js index b61e3ed85275..72c8f18d712a 100644 --- a/uriloader/exthandler/tests/unit/test_punycodeURIs.js +++ b/uriloader/exthandler/tests/unit/test_punycodeURIs.js @@ -93,6 +93,12 @@ function checkFile() { } function run_test() { + var isOSX = ("nsILocalFileMac" in Components.interfaces); + if (isOSX) { + dump("INFO | test_punycodeURIs.js | Skipping test on mac, bug 599475") + return; + } + // set up the uri to test with var ioService = Components.classes["@mozilla.org/network/io-service;1"]