aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base__process__memory_unittest.cc
blob: be5b4236ca45bff0b157c168929ba5dcce3220ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- ./base/process/memory_unittest.cc.orig	2014-08-20 21:02:41.000000000 +0200
+++ ./base/process/memory_unittest.cc	2014-08-22 15:06:24.000000000 +0200
@@ -151,9 +151,9 @@
 
 // Android doesn't implement set_new_handler, so we can't use the
 // OutOfMemoryTest cases.
-// OpenBSD does not support these tests either.
+// OpenBSD and FreeBSD do not support these tests either.
 // TODO(vandebo) make this work on Windows too.
-#if !defined(OS_ANDROID) && !defined(OS_OPENBSD) && \
+#if !defined(OS_ANDROID) && !defined(OS_BSD) && \
     !defined(OS_WIN)
 
 #if defined(USE_TCMALLOC)
@@ -425,4 +425,4 @@
   EXPECT_TRUE(value_ == NULL);
 }
 #endif  // !defined(MEMORY_TOOL_REPLACES_ALLOCATOR)
-#endif  // !defined(OS_ANDROID) && !defined(OS_OPENBSD) && !defined(OS_WIN)
+#endif  // !defined(OS_ANDROID) && !defined(OS_BSD) && !defined(OS_WIN)