diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-08 19:19:28 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-08 19:19:28 +0000 |
commit | 4c69100f1221be7d3ae859f65305a857e2bd7fbb (patch) | |
tree | 9a198c1cc8569242c53bdfe699faeb0ae430644f /base/process_util_linux.cc | |
parent | 7ac8544394004d85e20983271dda4456bae84ab1 (diff) | |
download | chromium_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_linux.cc')
-rw-r--r-- | base/process_util_linux.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/process_util_linux.cc b/base/process_util_linux.cc index 8d48824..5d83bd6 100644 --- a/base/process_util_linux.cc +++ b/base/process_util_linux.cc @@ -517,6 +517,8 @@ extern "C" { // it breaks builds depending on fine details of the linker command line and // the dependencies of other .so's that we pull in. So it's disabled for the // moment. See crbug.com/31809 +// +// If enabling this, remember to reanble the tests in process_util_unittest.cc #if 0 #if !defined(LINUX_USE_TCMALLOC) |