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
This commit is contained in:
machenbach@chromium.org 2014-05-28 13:00:47 +00:00
parent 8669cce70a
commit cbd242f707

View File

@ -370,7 +370,8 @@ def Execute(arch, mode, args, options, suites, workspace):
options.command_prefix,
options.extra_flags,
False,
options.random_seed)
options.random_seed,
True)
# Find available test suites and read test cases from them.
variables = {