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

Unified Diff: tools/run-tests.py

Issue 18014003: Add X32 port into V8 (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 7 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
« tools/gyp/v8.gyp ('K') | « tools/gyp/v8.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/run-tests.py
===================================================================
--- tools/run-tests.py (revision 15486)
+++ tools/run-tests.py (working copy)
@@ -70,7 +70,8 @@
"mipsel",
"nacl_ia32",
"nacl_x64",
- "x64"]
+ "x64",
+ "x32"]
# Double the timeout for these:
SLOW_ARCHS = ["android_arm",
"android_ia32",
« tools/gyp/v8.gyp ('K') | « tools/gyp/v8.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698