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

Unified Diff: test/mjsunit/constant-folding-2.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/concurrent-initial-prototype-change.js ('k') | test/mjsunit/deopt-minus-zero.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/constant-folding-2.js
diff --git a/test/mjsunit/constant-folding-2.js b/test/mjsunit/constant-folding-2.js
index 3f82c2fa43cc9ca5c38e281e06f24e96602fe3bb..e9bea0aab5f76da74ad6cc868d2fd40aca97e862 100644
--- a/test/mjsunit/constant-folding-2.js
+++ b/test/mjsunit/constant-folding-2.js
@@ -26,7 +26,8 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-// Flags: --nodead-code-elimination --fold-constants --allow-natives-syntax --nostress-opt
+// Flags: --nodead-code-elimination --fold-constants
+// Flags: --allow-natives-syntax --nostress-opt --crankshaft
function test(f) {
f();
« no previous file with comments | « test/mjsunit/concurrent-initial-prototype-change.js ('k') | test/mjsunit/deopt-minus-zero.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698