summaryrefslogtreecommitdiffstats
path: root/base/debug_util_unittest.cc
diff options
context:
space:
mode:
authorjar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-12 18:06:41 +0000
committerjar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-12 18:06:41 +0000
commitff54b86b3c876c421f4143814a3f4e27dcaae5c1 (patch)
treead4386313da963cc66788c0da7e97433d0ee47f7 /base/debug_util_unittest.cc
parent0eef5bb702e45fdf84a3c50d13e11425dea7b133 (diff)
downloadchromium_src-ff54b86b3c876c421f4143814a3f4e27dcaae5c1.zip
chromium_src-ff54b86b3c876c421f4143814a3f4e27dcaae5c1.tar.gz
chromium_src-ff54b86b3c876c421f4143814a3f4e27dcaae5c1.tar.bz2
Fix tree bustage temporarilly
BUG=32070 tbr=nsylvain Review URL: http://codereview.chromium.org/542032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36018 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/debug_util_unittest.cc')
-rw-r--r--base/debug_util_unittest.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/base/debug_util_unittest.cc b/base/debug_util_unittest.cc
index c909436..7bee4cc 100644
--- a/base/debug_util_unittest.cc
+++ b/base/debug_util_unittest.cc
@@ -9,9 +9,10 @@
#include "base/logging.h"
#include "testing/gtest/include/gtest/gtest.h"
-// Note: this test currently only fully works on Linux Debug builds.
+// Note: On Linux, this test currently only fully works on Debug builds.
// See comments in the #ifdef soup if you intend to change this.
-TEST(StackTrace, OutputToStream) {
+// TODO(jar): BUG: 32070: Test is disabled... should be enabled.
+TEST(StackTrace, DISABLED_OutputToStream) {
StackTrace trace;
// Dump the trace into a string.