Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: test/intl/intl.status

Issue 1384663004: [test] Mark test as failing on arm. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698