Index: test/intl/intl.status |
diff --git a/test/intl/intl.status b/test/intl/intl.status |
index d977e1aa7ae33ac4ba588a283e236e039c581585..c4210c94eede76752d1b7f3350d90171a2943f38 100644 |
--- a/test/intl/intl.status |
+++ b/test/intl/intl.status |
@@ -36,4 +36,4 @@ general/v8Intl-exists: FAIL |
overrides/caching: PASS || FAIL |
# BUG(2899): default locale for search fails on mac. |
-collator/default-locale: PASS || FAIL |
+collator/default-locale: FAIL if $system == "macosx" |
Michael Achenbach
2013/09/20 08:44:56
The value returned by utils.GuessOS() is just "mac
|