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

Unified Diff: test/mjsunit/keyed-load-hole-to-undefined.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/harmony/do-expressions.js ('k') | test/mjsunit/keyed-load-with-symbol-key.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/keyed-load-hole-to-undefined.js
diff --git a/test/mjsunit/keyed-load-hole-to-undefined.js b/test/mjsunit/keyed-load-hole-to-undefined.js
index fac829d24fab533873333ecdda2522a07af22495..e9403b8c5e2233d00e3763cec05fda70fb729e43 100644
--- a/test/mjsunit/keyed-load-hole-to-undefined.js
+++ b/test/mjsunit/keyed-load-hole-to-undefined.js
@@ -3,14 +3,12 @@
// found in the LICENSE file.
// Flags: --allow-natives-syntax
-// Flags: --nostress-opt --no-always-opt
+// Flags: --nostress-opt
// --nostress-opt is specified because the test corrupts the "pristine"
// array prototype chain by storing an element, and this is tracked
// per-isolate. A subsequent stress run would send the load generic,
// and no more deoptimizations of foo would occur.
-
-assertFalse(isAlwaysOptimize());
function foo(a, i) { return a[i]; }
« no previous file with comments | « test/mjsunit/harmony/do-expressions.js ('k') | test/mjsunit/keyed-load-with-symbol-key.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698