summaryrefslogtreecommitdiffstats
path: root/base/debug_util_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/debug_util_unittest.cc')
-rw-r--r--base/debug_util_unittest.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/base/debug_util_unittest.cc b/base/debug_util_unittest.cc
index 2636e45..418dc0a 100644
--- a/base/debug_util_unittest.cc
+++ b/base/debug_util_unittest.cc
@@ -31,6 +31,10 @@ TEST(StackTrace, OutputToStream) {
return;
}
+#if 0
+//TODO(ajwong): Disabling checking of symbol resolution since it depends
+// on whether or not symbols are present, and there are too many
+// configurations to reliably ensure that symbols are findable.
#if defined(OS_MACOSX)
// Symbol resolution via the backtrace_symbol funciton does not work well
@@ -69,4 +73,5 @@ TEST(StackTrace, OutputToStream) {
<< backtrace_message;
#endif // define(OS_MACOSX)
+#endif
}