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

Unified Diff: test/mjsunit/compiler/manual-concurrent-recompile.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/compiler/manual-concurrent-recompile.js
diff --git a/test/mjsunit/compiler/manual-concurrent-recompile.js b/test/mjsunit/compiler/manual-concurrent-recompile.js
index e8cd5e3d6533cc89183c19a581f564db1eb32f9d..66245ef073f6456043a9a9042d79ee24d247d728 100644
--- a/test/mjsunit/compiler/manual-concurrent-recompile.js
+++ b/test/mjsunit/compiler/manual-concurrent-recompile.js
@@ -27,14 +27,11 @@
// Flags: --allow-natives-syntax --expose-gc
// Flags: --concurrent-recompilation --block-concurrent-recompilation
-// Flags: --no-always-opt
if (!%IsConcurrentRecompilationSupported()) {
print("Concurrent recompilation is disabled. Skipping this test.");
quit();
}
-
-assertFalse(isAlwaysOptimize());
function f(x) {
var xx = x * x;
« no previous file with comments | « test/mjsunit/compiler/deopt-string-outofbounds.js ('k') | test/mjsunit/concurrent-initial-prototype-change.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698