diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-29 09:37:09 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-29 09:37:09 +0000 |
commit | 49924c1de9f398e55fff71a8c66717f48aaa8e5e (patch) | |
tree | 88edc1bf1340fd7dd64dc2675203602f435e723d /tools | |
parent | 5dae6c226b4d8a2aba7d35f463750f332f455ccb (diff) | |
download | chromium_src-49924c1de9f398e55fff71a8c66717f48aaa8e5e.zip chromium_src-49924c1de9f398e55fff71a8c66717f48aaa8e5e.tar.gz chromium_src-49924c1de9f398e55fff71a8c66717f48aaa8e5e.tar.bz2 |
More valgrind suppressions
Update suppressions for AudioMixerAlsa
Update suppression for TabContentsViewViews::CreateView
Invalid write in ppapi::ResourceTracker::CleanupInstanceData
Disable new Jingle test on TSAN bots
BUG=79652,75023,90967
TEST=none
TBR=glider
Review URL: http://codereview.chromium.org/7493076
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94647 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/remoting_unittests.gtest-tsan.txt | 3 | ||||
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 15 |
2 files changed, 13 insertions, 5 deletions
diff --git a/tools/valgrind/gtest_exclude/remoting_unittests.gtest-tsan.txt b/tools/valgrind/gtest_exclude/remoting_unittests.gtest-tsan.txt index 744a1e3..d7ec34f 100644 --- a/tools/valgrind/gtest_exclude/remoting_unittests.gtest-tsan.txt +++ b/tools/valgrind/gtest_exclude/remoting_unittests.gtest-tsan.txt @@ -1,8 +1,9 @@ # Following tests create real libjingle connections, and libjingle has # hardcoded timeouts, so these tests fail under TSan. JingleSessionTest.Connect +JingleSessionTest.ConnectBadChannelAuth JingleSessionTest.TestControlChannel JingleSessionTest.TestEventChannel +JingleSessionTest.TestSpeed JingleSessionTest.TestVideoChannel JingleSessionTest.TestVideoRtpChannel -JingleSessionTest.TestSpeed diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 8e62122..800e4d0 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -3774,7 +3774,7 @@ fun:_ZN5views6Widget21OnNativeWidgetCreatedEv ... fun:_ZN*TabContentsView*CreateView* - fun:_ZN11TabContentsC2EP7ProfileP12SiteInstanceiPKS_P23SessionStorageNamespace + fun:_ZN11TabContentsC2EPN7content14BrowserContextEP12SiteInstanceiPKS_P23SessionStorageNamespace fun:_ZN15TestTabContentsC1EP7ProfileP12SiteInstance fun:_ZN25RenderViewHostTestHarness21CreateTestTabContentsEv fun:_ZN25RenderViewHostTestHarness5SetUpEv @@ -4148,8 +4148,8 @@ bug_79652 Memcheck:Leak ... - fun:_ZN8chromeos14AudioMixerAlsa19InitializeAlsaMixerEv - fun:_ZN8chromeos14AudioMixerAlsa6DoInitEP14CallbackRunnerI6Tuple1IbEE + fun:_ZN8chromeos14AudioMixerAlsa15ConnectInternalEv + fun:_ZN8chromeos14AudioMixerAlsa7ConnectEv } { bug_79654_a @@ -5154,7 +5154,14 @@ fun:_ZN18BrowserProcessImpl21gpu_blacklist_updaterEv fun:_ZN19GpuBlacklistUpdater15SetupOnUIThreadEv } - +{ + bug_90967 + Memcheck:Addr4 + fun:_ZN6webkit5ppapi9ObjectVar15InstanceDeletedEv + fun:_ZN6webkit5ppapi15ResourceTracker19CleanupInstanceDataEib + fun:_ZN6webkit5ppapi15ResourceTracker15InstanceDeletedEi + fun:_ZN6webkit5ppapi14PluginInstanceD0Ev +} #----------------------------------------------------------------------- # These only occur on our Google workstations |