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

Unified Diff: test/mjsunit/regress/regress-crbug-575082.js

Issue 1566973002: [date] Date parser says true even for wrong dates, check twice. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 11 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 | « src/date.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-crbug-575082.js
diff --git a/test/message/arrow-bare-rest-param.js b/test/mjsunit/regress/regress-crbug-575082.js
similarity index 83%
copy from test/message/arrow-bare-rest-param.js
copy to test/mjsunit/regress/regress-crbug-575082.js
index b826ec20b79dcb4a7f3a53b4a85568f8b8089da7..d9cc0f914048354689ed49331d569cfbb1f9f8fd 100644
--- a/test/message/arrow-bare-rest-param.js
+++ b/test/mjsunit/regress/regress-crbug-575082.js
@@ -1,7 +1,5 @@
// Copyright 2015 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.
-//
-//
-...x => 10
+var y = new Date("-1073741824");
« no previous file with comments | « src/date.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698