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

Unified Diff: tools/test.py

Issue 7281009: Version 3.4.8... (Closed) Base URL: http://v8.googlecode.com/svn/trunk/
Patch Set: Created 9 years, 6 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/regress/regress-1246.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/test.py
===================================================================
--- tools/test.py (revision 8462)
+++ tools/test.py (working copy)
@@ -1272,6 +1272,11 @@
options.special_command += " --crankshaft"
else:
options.special_command = "@--crankshaft"
+ if options.shell == "d8":
+ if options.special_command:
+ options.special_command += " --test"
+ else:
+ options.special_command = "@--test"
if options.noprof:
options.scons_flags.append("prof=off")
options.scons_flags.append("profilingsupport=off")
« no previous file with comments | « test/mjsunit/regress/regress-1246.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698