Index: base/debug/stack_trace_unittest.cc |
diff --git a/base/debug/stack_trace_unittest.cc b/base/debug/stack_trace_unittest.cc |
index 15c90939a2e7e6c6a0dd81b929e7d587c7d042fa..32b4e689af437d8043c11fbe883a2ddd62aeaec9 100644 |
--- a/base/debug/stack_trace_unittest.cc |
+++ b/base/debug/stack_trace_unittest.cc |
@@ -120,7 +120,8 @@ |
} |
// The test is used for manual testing, e.g., to see the raw output. |
-TEST_F(StackTraceTest, DebugOutputToStream) { |
+// TODO(scottmg): http://crbug.com/461160 |
+TEST_F(StackTraceTest, DISABLED_DebugOutputToStream) { |
StackTrace trace; |
std::ostringstream os; |
trace.OutputToStream(&os); |
@@ -128,7 +129,8 @@ |
} |
// The test is used for manual testing, e.g., to see the raw output. |
-TEST_F(StackTraceTest, DebugPrintBacktrace) { |
+// TODO(scottmg): http://crbug.com/461160 |
+TEST_F(StackTraceTest, DISABLED_DebugPrintBacktrace) { |
StackTrace().Print(); |
} |
#endif // !defined(__UCLIBC__) |