diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-09 17:32:28 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-09 17:32:28 +0000 |
commit | a912411749977da8d8e13309dc2179ba512687d0 (patch) | |
tree | d8c1d05d0db1a91592d00125551bf6e0cf9202b0 /tools | |
parent | f1ddc1da13daa47d4513ead413cd167faadd4c71 (diff) | |
download | chromium_src-a912411749977da8d8e13309dc2179ba512687d0.zip chromium_src-a912411749977da8d8e13309dc2179ba512687d0.tar.gz chromium_src-a912411749977da8d8e13309dc2179ba512687d0.tar.bz2 |
Don't run WebRTCAudioDeviceTest under heapcheck. There are a bunch of leaks related to the fact that the SyncChannel isn't closed, which regressed and was fixed in r145676. I believe this test is the only one affected because it spins up a real RenderThreadImpl.
TBR=tommi
Review URL: https://chromiumcodereview.appspot.com/10760002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145691 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/heapcheck/content_unittests.gtest-heapcheck.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/heapcheck/content_unittests.gtest-heapcheck.txt b/tools/heapcheck/content_unittests.gtest-heapcheck.txt new file mode 100644 index 0000000..4e50d30 --- /dev/null +++ b/tools/heapcheck/content_unittests.gtest-heapcheck.txt @@ -0,0 +1 @@ +WebRTCAudioDeviceTest.* |