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

Unified Diff: test/mjsunit/shared-function-tier-up-default.js

Issue 2653753007: [tests] Cleanup tests that use assertOptimized()/assertUnoptimized(). (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
« no previous file with comments | « test/mjsunit/setters-on-elements.js ('k') | test/mjsunit/shared-function-tier-up-ignition.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/shared-function-tier-up-default.js
diff --git a/test/mjsunit/shared-function-tier-up-default.js b/test/mjsunit/shared-function-tier-up-default.js
index 09c5f8e7fe88a5938419765c3bb6b48a8e8d3da3..6671060e4f8aa65b9adb22a76721ead65b52ce09 100644
--- a/test/mjsunit/shared-function-tier-up-default.js
+++ b/test/mjsunit/shared-function-tier-up-default.js
@@ -2,7 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
-// Flags: --mark-shared-functions-for-tier-up --allow-natives-syntax --no-ignition --no-ignition-staging --no-turbo
+// Flags: --mark-shared-functions-for-tier-up --allow-natives-syntax
+// Flags: --no-ignition --no-ignition-staging --no-turbo
+// Flags: --crankshaft --no-always-opt
(function() {
var sum = 0;
« no previous file with comments | « test/mjsunit/setters-on-elements.js ('k') | test/mjsunit/shared-function-tier-up-ignition.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698