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

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

Issue 2058413002: Remove erroneous DCHECK related to expression classifiers (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 6 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/parsing/expression-classifier.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress-crbug-619476.js
diff --git a/test/message/arrow-bare-rest-param.js b/test/mjsunit/regress-crbug-619476.js
similarity index 61%
copy from test/message/arrow-bare-rest-param.js
copy to test/mjsunit/regress-crbug-619476.js
index b826ec20b79dcb4a7f3a53b4a85568f8b8089da7..33204ae7739950dee3a170d670df92d4305e0819 100644
--- a/test/message/arrow-bare-rest-param.js
+++ b/test/mjsunit/regress-crbug-619476.js
@@ -1,7 +1,7 @@
// Copyright 2015 the V8 project authors. All rights reserved.
adamk 2016/06/13 12:14:52 2016 :)
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-//
-//
-...x => 10
+var x = {};
+// Crashes in debug mode if an erroneous DCHECK in dfb8d333 is not removed.
+eval, x[eval];
« no previous file with comments | « src/parsing/expression-classifier.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698