Reviewers: Michael Starzinger, Toon Verwaest,

Message:
FYI

Description:
Fix deopt fuzzer after adding a no_sorting flag.

BUG=
[email protected]

Please review this at https://codereview.chromium.org/305643007/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+2, -1 lines):
  M tools/run-deopt-fuzzer.py


Index: tools/run-deopt-fuzzer.py
diff --git a/tools/run-deopt-fuzzer.py b/tools/run-deopt-fuzzer.py
index 44a4ab5e01e594719ac43d783572860322e479cf..eafed016511e7434e8424ea0525173ade09d4b56 100755
--- a/tools/run-deopt-fuzzer.py
+++ b/tools/run-deopt-fuzzer.py
@@ -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 = {


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to