Revision: 7684
Author:   [email protected]
Date:     Wed Apr 27 00:56:41 2011
Log: Disable logging for the Threading test in cctest/test-api by default.

BUG=
TEST=test-api/Threading

Review URL: http://codereview.chromium.org/6893050
http://code.google.com/p/v8/source/detail?r=7684

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

=======================================
--- /branches/bleeding_edge/test/cctest/test-api.cc     Thu Apr 21 00:15:43 2011
+++ /branches/bleeding_edge/test/cctest/test-api.cc     Wed Apr 27 00:56:41 2011
@@ -39,7 +39,7 @@
 #include "parser.h"
 #include "unicode-inl.h"

-static const bool kLogThreading = true;
+static const bool kLogThreading = false;

 static bool IsNaN(double x) {
 #ifdef WIN32

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to