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

Unified Diff: test/mjsunit/regress/regress-v8-5697.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
Index: test/mjsunit/regress/regress-v8-5697.js
diff --git a/test/mjsunit/regress/regress-v8-5697.js b/test/mjsunit/regress/regress-v8-5697.js
index f1746e2ca274f1758229ef31c7b8d1209542fbfe..5a88614b1355466e36839a3b7a72ee94b18d3897 100644
--- a/test/mjsunit/regress/regress-v8-5697.js
+++ b/test/mjsunit/regress/regress-v8-5697.js
@@ -9,7 +9,6 @@
for (var x = 0; x < 1000; ++x) {
load({x});
load({x});
- %OptimizeFunctionOnNextCall(load);
try { load(); } catch (e) { }
}
@@ -21,7 +20,6 @@
for (var x = 0; x < 1000; ++x) {
store({x});
store({x});
- %OptimizeFunctionOnNextCall(store);
try { store(); } catch (e) { }
}
« no previous file with comments | « test/mjsunit/regress/regress-embedded-cons-string.js ('k') | test/mjsunit/shared-function-tier-up-default.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698