Index: test/intl/intl.status |
diff --git a/test/intl/intl.status b/test/intl/intl.status |
index d977e1aa7ae33ac4ba588a283e236e039c581585..ccec0b1334fb012bc7aba3a0c9d9455bf567bf67 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 == "macos" |
Michael Achenbach
2013/09/20 10:09:22
No "":
$system == macos
To make the status file c
|