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

Unified Diff: test/mjsunit/harmony/do-expressions.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/getters-on-elements.js ('k') | test/mjsunit/keyed-load-hole-to-undefined.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/harmony/do-expressions.js
diff --git a/test/mjsunit/harmony/do-expressions.js b/test/mjsunit/harmony/do-expressions.js
index 38b68b6ed74916ada516648160961a1398ba33e9..5adf1545a563ef1660090ed288ad2832ed9b04d6 100644
--- a/test/mjsunit/harmony/do-expressions.js
+++ b/test/mjsunit/harmony/do-expressions.js
@@ -2,7 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --harmony-do-expressions --allow-natives-syntax
+// Flags: --harmony-do-expressions --allow-natives-syntax --no-always-opt
+// Flags: --crankshaft
function returnValue(v) { return v; }
function MyError() {}
« no previous file with comments | « test/mjsunit/getters-on-elements.js ('k') | test/mjsunit/keyed-load-hole-to-undefined.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698