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

Unified Diff: test/mjsunit/regress/regress-crbug-489597.js-script

Issue 1123153005: Fixed DCHECK in StoreIC::CompileHandler(). (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Test added Created 5 years, 7 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/regress/regress-crbug-489597.js ('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-489597.js-script
diff --git a/test/mjsunit/regress/regress-smi-scanning.js b/test/mjsunit/regress/regress-crbug-489597.js-script
similarity index 85%
copy from test/mjsunit/regress/regress-smi-scanning.js
copy to test/mjsunit/regress/regress-crbug-489597.js-script
index 56cf9f9a2e60dde53b9be5852d571c6d9cd3a4ca..cb4dd84df3eed3d5d80338782379d09cc5a8c26e 100644
--- a/test/mjsunit/regress/regress-smi-scanning.js
+++ b/test/mjsunit/regress/regress-crbug-489597.js-script
@@ -2,6 +2,4 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-x = 2
-3;
-assertEquals(2, x);
+throw new Error("boom");
« no previous file with comments | « test/mjsunit/regress/regress-crbug-489597.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698