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

Unified Diff: tools/run-deopt-fuzzer.py

Issue 141653008: Add infrastructure for skipping tests in GC stress mode. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Addressed review comments. 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 | « test/mjsunit/regress/regress-165637.js ('k') | tools/run-tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/run-deopt-fuzzer.py
diff --git a/tools/run-deopt-fuzzer.py b/tools/run-deopt-fuzzer.py
index 292cf002f9b3ff0b7f12de73486df3a7cbdec85f..401ae046ed9a2ae3abc60ca5ebd2dcf1053c8109 100755
--- a/tools/run-deopt-fuzzer.py
+++ b/tools/run-deopt-fuzzer.py
@@ -363,12 +363,13 @@ def Execute(arch, mode, args, options, suites, workspace):
# Find available test suites and read test cases from them.
variables = {
- "mode": mode,
"arch": arch,
- "system": utils.GuessOS(),
- "isolates": options.isolates,
"deopt_fuzzer": True,
+ "gc_stress": False,
+ "isolates": options.isolates,
+ "mode": mode,
"no_i18n": False,
+ "system": utils.GuessOS(),
}
all_tests = []
num_tests = 0
« no previous file with comments | « test/mjsunit/regress/regress-165637.js ('k') | tools/run-tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698