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

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

Issue 2655223003: Revert of [tests] Make assertOptimized()/assertUnoptimized() great again. (Closed)
Patch Set: Created 3 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 | « test/mjsunit/regress/regress-crbug-500497.js ('k') | test/mjsunit/regress/regress-embedded-cons-string.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-crbug-594183.js
diff --git a/test/mjsunit/regress/regress-crbug-594183.js b/test/mjsunit/regress/regress-crbug-594183.js
index 7b85f0186e26826e0002f14331e9b058f987a92e..c87e32545828e470dd851801f53a8e6d7b44f65f 100644
--- a/test/mjsunit/regress/regress-crbug-594183.js
+++ b/test/mjsunit/regress/regress-crbug-594183.js
@@ -79,8 +79,4 @@
// seeing a property name key. It should have inferred a receiver map and
// emitted an elements store, however.
inferrable_store("deopt");
-
-// TurboFan is not sophisticated enough to use key type provided by ICs.
-if (!isTurboFanned(inferrable_store)) {
- assertUnoptimized(inferrable_store);
-}
+assertUnoptimized(inferrable_store);
« no previous file with comments | « test/mjsunit/regress/regress-crbug-500497.js ('k') | test/mjsunit/regress/regress-embedded-cons-string.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698