Commit 3dd98971 authored by glider@chromium.org's avatar glider@chromium.org

Disable ProcessUtilTest.FDRemapping under TSan v2.

BUG=136720,226970
Review URL: https://codereview.chromium.org/13638003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192795 0039d316-1c4b-4281-b951-d872f2087c98
parent d3f2427d
......@@ -669,9 +669,10 @@ int ProcessUtilTest::CountOpenFDsInChild() {
return num_open_files;
}
#if defined(ADDRESS_SANITIZER)
#if defined(ADDRESS_SANITIZER) || defined(THREAD_SANITIZER)
// ProcessUtilTest.FDRemapping is flaky when ran under xvfb-run on Precise.
// The problem is 100% reproducible with ASan. See http://crbug.com/136720.
// The problem is 100% reproducible with both ASan and TSan.
// See http://crbug.com/136720.
#define MAYBE_FDRemapping DISABLED_FDRemapping
#else
#define MAYBE_FDRemapping FDRemapping
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment