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

Unified Diff: test/mjsunit/compiler/concurrent-proto-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
Index: test/mjsunit/compiler/concurrent-proto-change.js
diff --git a/test/mjsunit/compiler/concurrent-proto-change.js b/test/mjsunit/compiler/concurrent-proto-change.js
index e9fcdc69f578ce8f06f664ee97c95ba67dde0e66..3abf292c924b19fd2a27c06254972121dfefa08b 100644
--- a/test/mjsunit/compiler/concurrent-proto-change.js
+++ b/test/mjsunit/compiler/concurrent-proto-change.js
@@ -27,14 +27,11 @@
// Flags: --allow-natives-syntax
// 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(foo) { return foo.bar(); }
« no previous file with comments | « test/mjsunit/compiler/concurrent-invalidate-transition-map.js ('k') | test/mjsunit/compiler/deopt-string-outofbounds.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698