summaryrefslogtreecommitdiff
path: root/deps/v8/tools/run-deopt-fuzzer.py
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/tools/run-deopt-fuzzer.py')
-rwxr-xr-xdeps/v8/tools/run-deopt-fuzzer.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/deps/v8/tools/run-deopt-fuzzer.py b/deps/v8/tools/run-deopt-fuzzer.py
index e4d8f16b4f..970aa8e616 100755
--- a/deps/v8/tools/run-deopt-fuzzer.py
+++ b/deps/v8/tools/run-deopt-fuzzer.py
@@ -71,6 +71,8 @@ SUPPORTED_ARCHS = ["android_arm",
"ia32",
"ppc",
"ppc64",
+ "s390",
+ "s390x",
"mipsel",
"nacl_ia32",
"nacl_x64",
@@ -321,7 +323,6 @@ def Main():
suite = testsuite.TestSuite.LoadTestSuite(
os.path.join(BASE_DIR, "test", root))
if suite:
- suite.SetupWorkingDirectory()
suites.append(suite)
if options.download_data:
@@ -387,7 +388,8 @@ def Execute(arch, mode, args, options, suites, workspace):
0, # No use of a rerun-failing-tests maximum.
False, # No predictable mode.
False, # No no_harness mode.
- False) # Don't use perf data.
+ False, # Don't use perf data.
+ False) # Coverage not supported.
# Find available test suites and read test cases from them.
variables = {