diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-16 02:20:33 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-16 02:20:33 +0000 |
commit | c5f1922cbd294b6df0a461ec7d8f0360346f12b5 (patch) | |
tree | fcc9e325be3ae810d981255dd4837d531ce77501 /tools | |
parent | 5c8d4e8513e726c7bc3f087257be0e1132fa2cab (diff) | |
download | chromium_src-c5f1922cbd294b6df0a461ec7d8f0360346f12b5.zip chromium_src-c5f1922cbd294b6df0a461ec7d8f0360346f12b5.tar.gz chromium_src-c5f1922cbd294b6df0a461ec7d8f0360346f12b5.tar.bz2 |
Valgrind Mac: Suppress another error in remoting tests.
BUG=49250
TEST=none
Review URL: http://codereview.chromium.org/3040002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52592 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index f9a12a3..ea2a806 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -1286,4 +1286,13 @@ fun:_ZN26TemplateURLPrepopulateData32GetPrepopulatedTemplatefromPrefsEP11PrefServicePSt6vectorIP11TemplateURLSaIS4_EE fun:_ZN26TemplateURLPrepopulateData22GetPrepopulatedEnginesEP11PrefServicePSt6vectorIP11TemplateURLSaIS4_EEPm fun:_ZN54TemplateURLPrepopulateDataTest_ProvidersFromPrefs_Test8TestBodyEv - } +} +{ + bug_49250 + Memcheck:Cond + fun:gleUpdateFogData + fun:gleUpdateState + fun:_ZN8remoting11CapturerMac12CaptureRectsERKSt6vectorIN3gfx4RectESaIS3_EEP14CallbackRunnerI6Tuple1I13scoped_refptrINS_8Capturer11CaptureDataEEEE + fun:_ZN8remoting8Capturer19CaptureInvalidRectsEP14CallbackRunnerI6Tuple1I13scoped_refptrINS0_11CaptureDataEEEE + fun:_ZN8remoting28CapturerMacTest_Capture_Test8TestBodyEv +} |