summaryrefslogtreecommitdiffstats
path: root/base/tools_sanity_unittest.cc
diff options
context:
space:
mode:
authorglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-11 12:47:17 +0000
committerglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-11 12:47:17 +0000
commit2de02ccd766ac6566807160ccca272c5a9679f07 (patch)
tree6b827deec222df718e66d5780d3df01b8df90aa6 /base/tools_sanity_unittest.cc
parentf8b97004a25e035d4096713b9aa5457211c18ba9 (diff)
downloadchromium_src-2de02ccd766ac6566807160ccca272c5a9679f07.zip
chromium_src-2de02ccd766ac6566807160ccca272c5a9679f07.tar.gz
chromium_src-2de02ccd766ac6566807160ccca272c5a9679f07.tar.bz2
Suppress another leak from bug 46343.
Suppress bug 46345 BUG=46345,46343 TBR=jam,darin Review URL: http://codereview.chromium.org/2779017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49524 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/tools_sanity_unittest.cc')
-rw-r--r--base/tools_sanity_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/tools_sanity_unittest.cc b/base/tools_sanity_unittest.cc
index 3023059..b8af058 100644
--- a/base/tools_sanity_unittest.cc
+++ b/base/tools_sanity_unittest.cc
@@ -101,7 +101,7 @@ TEST(ToolsSanityTest, SingleElementDeletedWithBraces) {
}
// A data race detector should report an error in this test.
-TEST(ToolsSanityTest, DataRace) {
+TEST(ToolsSanityTest, MAYBE_DataRace) {
bool shared = false;
PlatformThreadHandle a;
PlatformThreadHandle b;