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

Unified Diff: base/process_util_unittest.cc

Issue 8329023: OpenBSD patches for base / split from CR #8275005 (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: for the buildbot Created 9 years, 2 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 | « base/debug/debugger_posix.cc ('k') | base/third_party/symbolize/symbolize.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process_util_unittest.cc
diff --git a/base/process_util_unittest.cc b/base/process_util_unittest.cc
index 5f75b2e18e6a486e67cf6ddb18763d6654ce0ba7..8f6def9c2c1f15c499ecf92128139db023797295 100644
--- a/base/process_util_unittest.cc
+++ b/base/process_util_unittest.cc
@@ -846,7 +846,8 @@ int tc_set_new_mode(int mode);
// Android doesn't implement set_new_handler, so we can't use the
// OutOfMemoryTest cases.
-#if !defined(OS_ANDROID)
+// OpenBSD does not support these tests either.
+#if !defined(OS_ANDROID) && !defined(OS_OPENBSD)
class OutOfMemoryDeathTest : public testing::Test {
public:
OutOfMemoryDeathTest()
« no previous file with comments | « base/debug/debugger_posix.cc ('k') | base/third_party/symbolize/symbolize.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698