diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-06 05:27:54 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-06 05:27:54 +0000 |
commit | 576d8bff4e6778c6de60b8a7269a78c5e8bf602a (patch) | |
tree | aad228e1b70c25f8281e5b708b8c0f43fd5b279a | |
parent | 3a86218b4e49293ad7b4a2a9d1cfe99675888f60 (diff) | |
download | chromium_src-576d8bff4e6778c6de60b8a7269a78c5e8bf602a.zip chromium_src-576d8bff4e6778c6de60b8a7269a78c5e8bf602a.tar.gz chromium_src-576d8bff4e6778c6de60b8a7269a78c5e8bf602a.tar.bz2 |
Disable one IPCSyncChannel test in purify to see if the tree remains green. I tested on the buildbot
and this is the only one I could see leaks in. If it stays green, I'll narrow it more by modifying the
test.
TBR=erikkay
Review URL: http://codereview.chromium.org/9451
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4871 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/data/purify/unit_tests.exe.gtest.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/test/data/purify/unit_tests.exe.gtest.txt b/chrome/test/data/purify/unit_tests.exe.gtest.txt index f6f20c8..0aa68a4 100644 --- a/chrome/test/data/purify/unit_tests.exe.gtest.txt +++ b/chrome/test/data/purify/unit_tests.exe.gtest.txt @@ -5,3 +5,6 @@ ImporterTest.Firefox3Importer # issue 2468 URLFetcherBadHTTPSTest.BadHTTPSTest SafeBrowsingProtocolParsingTest.TestSubChunk + +# testing to see if this gets rid of the leaks +IPCSyncChannelTest.SendWithTimeoutMixedOKAndTimeout
\ No newline at end of file |