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

Unified Diff: test/test262/test262.status

Issue 1408693003: [test] Mark some test262 intl tests as failing. (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/test262/test262.status
diff --git a/test/test262/test262.status b/test/test262/test262.status
index b6ae77c17cd447c9dfcd7f7c3cdf2e93e909ad23..8b0aaf53054548d9b52e1340fc45086b042b5a2c 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -797,6 +797,16 @@
'language/statements/const/syntax/const-invalid-assignment-next-expression-for': [SKIP],
}], # ALWAYS
+['system == linux', {
+ # BUG(v8:4437).
+ 'intl402/Collator/10.1.1_19_c': [PASS, FAIL],
+ 'intl402/Collator/9.2.5_11_g_ii_2': [PASS, FAIL],
+ 'intl402/NumberFormat/11.1.1_17': [PASS, FAIL],
+ 'intl402/NumberFormat/11.1.1_19': [PASS, FAIL],
+ 'intl402/NumberFormat/prototype/format/11.3.2_TRF': [PASS, FAIL],
+ 'intl402/NumberFormat/prototype/format/11.3.2_TRP': [PASS, FAIL],
+}], # system == linux
+
['system == macos', {
'intl402/11.3.2_TRP': [FAIL],
'intl402/9.2.5_11_g_ii_2': [FAIL],
« 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