Reviewers: Toon Verwaest,

Message:
Committed patchset #1 manually as r19569 (tree was closed).

Description:
Revert "Better threaded fuzzing for TestFunctionCallOptimization"

This reverts commit 19567.

[email protected]

BUG=

Committed: https://code.google.com/p/v8/source/detail?r=19569

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

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

Affected files (+0, -1 lines):
  M test/cctest/test-api.cc


Index: test/cctest/test-api.cc
diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc
index c7d0aa81291ececdebe6db4236ef7fbc106e02b8..c5c932b7516cc70738ad918a9311dabe1e985427 100644
--- a/test/cctest/test-api.cc
+++ b/test/cctest/test-api.cc
@@ -21925,7 +21925,6 @@ class ApiCallOptimizationChecker {

   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