Chromium Code Reviews| Index: test/intl/intl.status |
| diff --git a/test/intl/intl.status b/test/intl/intl.status |
| index 3d058b3dfbde1583c180dc95d864bcfda292f696..0ae07ebb8380f7f4f18aac8a2df2db16ec3f3195 100644 |
| --- a/test/intl/intl.status |
| +++ b/test/intl/intl.status |
| @@ -47,4 +47,10 @@ |
| # BUG(v8:4459). |
| 'collator/default-locale': [FAIL], |
| }], # 'system == macos' |
| + |
| +############################################################################## |
| +['arch == arm or arch == arm64', { |
| + # BUG(v8:4459). |
| + 'collator/default-locale': [PASS, FAIL], |
| +}], # 'arch == arm64' |
|
Jakob Kummerow
2015/10/02 15:45:31
nit: comment doesn't match original condition
Michael Achenbach
2015/10/05 10:26:15
yea - maybe not really worth having a CL for fixin
|
| ] |