Fix deopt fuzzer after adding a no_sorting flag.

BUG=
TBR=mstarzinger@chromium.org

Review URL: https://codereview.chromium.org/305643007

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21568 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 8669cce7
...@@ -370,7 +370,8 @@ def Execute(arch, mode, args, options, suites, workspace): ...@@ -370,7 +370,8 @@ def Execute(arch, mode, args, options, suites, workspace):
options.command_prefix, options.command_prefix,
options.extra_flags, options.extra_flags,
False, False,
options.random_seed) options.random_seed,
True)
# Find available test suites and read test cases from them. # Find available test suites and read test cases from them.
variables = { variables = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment