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

Unified Diff: test/mjsunit/concurrent-initial-prototype-change.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/compiler/manual-concurrent-recompile.js ('k') | test/mjsunit/deopt-with-fp-regs.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/concurrent-initial-prototype-change.js
diff --git a/test/mjsunit/concurrent-initial-prototype-change.js b/test/mjsunit/concurrent-initial-prototype-change.js
index 8da4bcacccf0d1f9f0f67e9636fbaa69e8470ab1..6c9a9f4d56cc8944cf4bf64f89279f94e2870ac1 100644
--- a/test/mjsunit/concurrent-initial-prototype-change.js
+++ b/test/mjsunit/concurrent-initial-prototype-change.js
@@ -27,7 +27,7 @@
// Flags: --allow-natives-syntax
// Flags: --concurrent-recompilation --block-concurrent-recompilation
-// Flags: --nostress-opt --no-always-opt
+// Flags: --nostress-opt
// --nostress-opt is in place because this particular optimization
// (guaranteeing that the Array prototype chain has no elements) is
@@ -40,8 +40,6 @@
print("Concurrent recompilation is disabled. Skipping this test.");
quit();
}
-
-assertFalse(isAlwaysOptimize());
function f1(a, i) {
return a[i] + 0.5;
« no previous file with comments | « test/mjsunit/compiler/manual-concurrent-recompile.js ('k') | test/mjsunit/deopt-with-fp-regs.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698