Revision: 21568
Author:   [email protected]
Date:     Wed May 28 13:00:47 2014 UTC
Log:      Fix deopt fuzzer after adding a no_sorting flag.

BUG=
[email protected]

Review URL: https://codereview.chromium.org/305643007
http://code.google.com/p/v8/source/detail?r=21568

Modified:
 /branches/bleeding_edge/tools/run-deopt-fuzzer.py

=======================================
--- /branches/bleeding_edge/tools/run-deopt-fuzzer.py Thu May 15 12:40:40 2014 UTC +++ /branches/bleeding_edge/tools/run-deopt-fuzzer.py Wed May 28 13:00:47 2014 UTC
@@ -370,7 +370,8 @@
                         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