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

Unified Diff: test/test262/test262.status

Issue 2383003002: [test262] Temporarily disable Date tests that fail depending on the timezone. (Closed)
Patch Set: Add link. Created 4 years, 3 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 1d81b7c77ad72ed3ac7a4f41d2e4d7e8561c3e6e..cf8d9eaa991357c75ee726c02345f36c6d896f6f 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -35,6 +35,11 @@
# https://code.google.com/p/v8/issues/detail?id=705
'language/statements/for-in/12.6.4-2': [PASS, FAIL_OK],
+ # Date tests that fail in MUC timezone.
Michael Achenbach 2016/09/30 07:38:56 nit: s/MUC/CET
+ # https://bugs.chromium.org/p/v8/issues/detail?id=5449
+ 'built-ins/Date/prototype/setFullYear/new-value-time-clip': [PASS, FAIL],
+ 'built-ins/Date/prototype/setMonth/new-value-time-clip': [PASS, FAIL],
+
###################### MISSING ES6 FEATURES #######################
# The order of adding the name property is wrong
« 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