summaryrefslogtreecommitdiffstats
path: root/base/process_util_unittest.cc
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-08 19:19:28 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-08 19:19:28 +0000
commit4c69100f1221be7d3ae859f65305a857e2bd7fbb (patch)
tree9a198c1cc8569242c53bdfe699faeb0ae430644f /base/process_util_unittest.cc
parent7ac8544394004d85e20983271dda4456bae84ab1 (diff)
downloadchromium_src-4c69100f1221be7d3ae859f65305a857e2bd7fbb.zip
chromium_src-4c69100f1221be7d3ae859f65305a857e2bd7fbb.tar.gz
chromium_src-4c69100f1221be7d3ae859f65305a857e2bd7fbb.tar.bz2
Also disable tests for code removed in r35804.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35810 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/process_util_unittest.cc')
-rw-r--r--base/process_util_unittest.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/base/process_util_unittest.cc b/base/process_util_unittest.cc
index 4b313a3..366c794 100644
--- a/base/process_util_unittest.cc
+++ b/base/process_util_unittest.cc
@@ -388,6 +388,10 @@ TEST_F(ProcessUtilTest, ParseProcStatCPU) {
#endif // defined(OS_POSIX)
+#if 0
+
+// See comments in process_util_linux.cc about why these are removed for now.
+
// TODO(vandebo) make this work on Windows and Mac too.
#if defined(OS_LINUX)
@@ -495,4 +499,6 @@ TEST_F(OutOfMemoryTest, __libc_memalign) {
#endif // defined(OS_LINUX)
+#endif
+
} // namespace base