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

Unified Diff: tools/run-tests.py

Issue 13638013: Modifications to tests and test tools for Native Client V8. (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: Disable a test Created 7 years, 8 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
Index: tools/run-tests.py
diff --git a/tools/run-tests.py b/tools/run-tests.py
index cb64b45b0ce74b8582cd936d1f10792bf060e55a..5d3e0d691e5a769d0bc5e3a8e2ac3aaeb9c5adaf 100755
--- a/tools/run-tests.py
+++ b/tools/run-tests.py
@@ -68,12 +68,16 @@ SUPPORTED_ARCHS = ["android_arm",
"arm",
"ia32",
"mipsel",
+ "nacl_ia32",
+ "nacl_x64",
"x64"]
# Double the timeout for these:
SLOW_ARCHS = ["android_arm",
"android_ia32",
"arm",
- "mipsel"]
+ "mipsel",
+ "nacl_ia32",
+ "nacl_x64"]
def BuildOptions():

Powered by Google App Engine
This is Rietveld 408576698