diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/ui_tests.gtest-tsan.txt | 3 | ||||
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 22 |
2 files changed, 25 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/ui_tests.gtest-tsan.txt b/tools/valgrind/gtest_exclude/ui_tests.gtest-tsan.txt index 155523a..d2a2ee8 100644 --- a/tools/valgrind/gtest_exclude/ui_tests.gtest-tsan.txt +++ b/tools/valgrind/gtest_exclude/ui_tests.gtest-tsan.txt @@ -29,7 +29,10 @@ DOMStorageTest.SessionStorageLayoutTests # Flaky under TSan and natively, see http://crbug.com/103707 NPAPITesterBase.GetJavaScriptURL +NPAPITesterBase.NPObjectIdentity NPAPITesterBase.NPObjectProxy NPAPITesterBase.PluginThreadAsyncCall NPAPITesterBase.ScheduleTimer NPAPIVisiblePluginTester.DeletePluginInDeallocate +NPAPIVisiblePluginTester.GetURLRequestFailWrite +NPAPIVisiblePluginTester.PluginReferrerTest diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index f4e8c3f..e285f4b 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -5225,6 +5225,28 @@ fun:_ZNK7WebCore16CSSStyleSelector24canShareStyleWithElementEPNS_4NodeE fun:_ZNK7WebCore16CSSStyleSelector26findSiblingForStyleSharingEPNS_4NodeERj } +{ + bug_104029a + Memcheck:Leak + fun:_Znw* + ... + fun:_ZN11BalloonHost* + fun:_ZN15BalloonViewHost* +} +{ + bug_104029b + Memcheck:Leak + fun:_Znw* + ... + fun:_ZN8chromeos15BalloonView* + ... + fun:_ZN8chromeos21BalloonCollectionImpl* +} +{ + bug_104029c + Memcheck:Addr4 + fun:_ZN8chromeos26PowerManagerClientStubImpl6UpdateEv +} #----------------------------------------------------------------------- # 4. These only occur on our Google workstations |