Reviewers: Erik Corry,
Message:
A tiny change for you.
Description:
Disable logging for the Threading test in cctest/test-api by default.
BUG=
TEST=test-api/Threading
Please review this at http://codereview.chromium.org/6893050/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
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
19492a53278f5fdb714633a941775f7a94945ab5..9e32638c46504d731e0f40b157484f3ae5560009
100644
--- a/test/cctest/test-api.cc
+++ b/test/cctest/test-api.cc
@@ -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