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

Unified Diff: test/test262/test262.status

Issue 2736543002: [intl] Implement Intl.PluralRules
Patch Set: clarify comment Created 3 years, 9 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
« src/runtime/runtime-i18n.cc ('K') | « src/runtime/runtime-i18n.cc ('k') | 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 417515fb6676e196ca88bdedc60142734ec4f61d..f65feb46fb4873c25ffd37d7dfca9654dae921ec 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -426,7 +426,7 @@
'intl402/String/prototype/toLocaleUpperCase/special_casing_Turkish': ['--icu-case-mapping'],
# https://bugs.chromium.org/p/v8/issues/detail?id=5601
- 'intl402/PluralRules/*': [SKIP],
+ 'intl402/PluralRules/*': ['--harmony-plural-rules'],
# https://bugs.chromium.org/p/v8/issues/detail?id=5855
'language/expressions/async-generators/*': [SKIP],
@@ -570,6 +570,9 @@
'built-ins/Array/prototype/values/iteration-mutable': [FAIL],
'built-ins/Array/prototype/Symbol.unscopables/value': [FAIL],
+ # https://github.com/tc39/proposal-intl-plural-rules/issues/29
+ 'intl402/PluralRules/prototype/prototype': [FAIL],
+
############################ INVALID TESTS #############################
# Test makes unjustified assumptions about the number of calls to SortCompare.
« src/runtime/runtime-i18n.cc ('K') | « src/runtime/runtime-i18n.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698