Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3421)

Unified Diff: base/logging_unittest.cc

Issue 2707123002: test: disable LoggingTest.CheckCausesDistinctBreakpoints on iOS (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/logging_unittest.cc
diff --git a/base/logging_unittest.cc b/base/logging_unittest.cc
index ac92051522c1dad44a73432c626873594cebf66e..52ba9880b36a3632ccd74277360ff6c6a7eb92f7 100644
--- a/base/logging_unittest.cc
+++ b/base/logging_unittest.cc
@@ -257,7 +257,7 @@ TEST_F(LoggingTest, CheckCausesDistinctBreakpoints) {
EXPECT_NE(addr2, addr3);
}
-#elif defined(OS_POSIX) && !defined(OS_NACL) && \
+#elif defined(OS_POSIX) && !defined(OS_NACL) && !defined(OS_IOS) && \
(defined(ARCH_CPU_X86_FAMILY) || defined(ARCH_CPU_ARM_FAMILY))
int g_child_crash_pipe;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698