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

Unified Diff: test/mjsunit/icu-date-to-string.js

Issue 2811103002: Revert of [date] Add ICU backend for timezone info behind a flag (Closed)
Patch Set: Created 3 years, 8 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 | « test/mjsunit/icu-date-lord-howe.js ('k') | test/mjsunit/mjsunit.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/icu-date-to-string.js
diff --git a/test/mjsunit/icu-date-to-string.js b/test/mjsunit/icu-date-to-string.js
deleted file mode 100644
index c974ad8049a2b294d5103257ca7f29936ec7db0d..0000000000000000000000000000000000000000
--- a/test/mjsunit/icu-date-to-string.js
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright 2017 the V8 project authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// Flags: --icu-timezone-data
-// Environment Variables: TZ=Europe/Madrid LC_ALL=de
-
-assertEquals(
- "Sun Dec 31 1989 00:00:00 GMT+0100 (Mitteleuropäische Normalzeit)",
- new Date(1990, 0, 0).toString());
-
-assertEquals(
- "Sat Jun 30 1990 00:00:00 GMT+0200 (Mitteleuropäische Sommerzeit)",
- new Date(1990, 6, 0).toString());
« no previous file with comments | « test/mjsunit/icu-date-lord-howe.js ('k') | test/mjsunit/mjsunit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698