Revision: 19569
Author:   [email protected]
Date:     Thu Feb 27 09:48:56 2014 UTC
Log:      Revert "Better threaded fuzzing for TestFunctionCallOptimization"

This reverts commit 19567.

[email protected]

BUG=

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

Modified:
 /branches/bleeding_edge/test/cctest/test-api.cc

=======================================
--- /branches/bleeding_edge/test/cctest/test-api.cc Thu Feb 27 09:18:37 2014 UTC +++ /branches/bleeding_edge/test/cctest/test-api.cc Thu Feb 27 09:48:56 2014 UTC
@@ -21925,7 +21925,6 @@

   static void OptimizationCallback(
       const v8::FunctionCallbackInfo<v8::Value>& info) {
-    ApiTestFuzzer::Fuzz();
     CHECK(callee == info.Callee());
     CHECK(data == info.Data());
     CHECK(receiver == info.This());

--
--
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/groups/opt_out.

Reply via email to