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

Unified Diff: tools/run-tests.py

Issue 131363008: A64: Synchronize with r15922. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 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 | « tools/run-deopt-fuzzer.py ('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
diff --git a/tools/run-tests.py b/tools/run-tests.py
index 9336bda28c76f50ab26b52c69477d306decc3e3e..473e0ab1b866f6ee4caa93b38f015bb5268ed927 100755
--- a/tools/run-tests.py
+++ b/tools/run-tests.py
@@ -312,7 +312,8 @@ def Execute(arch, mode, args, options, suites, workspace):
"arch": arch,
"system": utils.GuessOS(),
"isolates": options.isolates,
- "simulator_run": simulator_run
+ "simulator_run": simulator_run,
+ "deopt_fuzzer": False,
}
all_tests = []
num_tests = 0
« no previous file with comments | « tools/run-deopt-fuzzer.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698