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

Unified Diff: test/mjsunit/field-type-tracking.js

Issue 2654733004: [tests] Make assertOptimized()/assertUnoptimized() great again. (Closed)
Patch Set: Addressing comments 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/field-type-tracking.js
diff --git a/test/mjsunit/field-type-tracking.js b/test/mjsunit/field-type-tracking.js
index b4901f34c34e706877316b65242dcfbaf75192d4..47108327f9c0869126fd62f3fcd5a5f88f7fc309 100644
--- a/test/mjsunit/field-type-tracking.js
+++ b/test/mjsunit/field-type-tracking.js
@@ -3,6 +3,9 @@
// found in the LICENSE file.
// Flags: --allow-natives-syntax --nostress-opt --track-field-types
+// Flags: --no-always-opt
+
+assertFalse(isAlwaysOptimize());
(function() {
var o = { text: "Hello World!" };

Powered by Google App Engine
This is Rietveld 408576698