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

Unified Diff: tools/run-tests.py

Issue 2141013002: [test] Remove NaCl support from test runner harness. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 5 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 | « tools/run-deopt-fuzzer.py ('k') | tools/run_perf.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/run-tests.py
diff --git a/tools/run-tests.py b/tools/run-tests.py
index 1fc991eeb58b29d3274ddc670f4d518a7b6ffdac..2dfbe385321007b49e3c1255bfa1446062c0ba19 100755
--- a/tools/run-tests.py
+++ b/tools/run-tests.py
@@ -175,8 +175,6 @@ SUPPORTED_ARCHS = ["android_arm",
"mipsel",
"mips64",
"mips64el",
- "nacl_ia32",
- "nacl_x64",
"s390",
"s390x",
"ppc",
@@ -194,8 +192,6 @@ SLOW_ARCHS = ["android_arm",
"mipsel",
"mips64",
"mips64el",
- "nacl_ia32",
- "nacl_x64",
"s390",
"s390x",
"x87",
« no previous file with comments | « tools/run-deopt-fuzzer.py ('k') | tools/run_perf.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698