Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Side by Side Diff: tools/valgrind/memcheck/suppressions.txt

Issue 122313006: TSAN: Disable failing EmbeddedTestServerThreadingTestInstantiation tests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # There are four kinds of suppressions in this file. 1 # There are four kinds of suppressions in this file.
2 # 1. third party stuff we have no control over 2 # 1. third party stuff we have no control over
3 # 3 #
4 # 2. intentional unit test errors, or stuff that is somehow a false positive 4 # 2. intentional unit test errors, or stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing 5 # in our own code, or stuff that is so trivial it's not worth fixing
6 # 6 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system (but a few aren't yet). 8 # These should all be in chromium's bug tracking system (but a few aren't yet).
9 # Periodically we should sweep this file and the bug tracker clean by 9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 10 # running overnight and removing outdated bugs/suppressions.
(...skipping 4301 matching lines...) Expand 10 before | Expand all | Expand 10 after
4312 Memcheck:Leak 4312 Memcheck:Leak
4313 fun:malloc 4313 fun:malloc
4314 fun:get_peer_sock_name 4314 fun:get_peer_sock_name
4315 fun:_xcb_get_auth_info 4315 fun:_xcb_get_auth_info
4316 fun:xcb_connect_to_display_with_auth_info 4316 fun:xcb_connect_to_display_with_auth_info
4317 fun:_XConnectXCB 4317 fun:_XConnectXCB
4318 fun:XOpenDisplay 4318 fun:XOpenDisplay
4319 fun:_ZN4base18MessagePumpAuraX1118GetDefaultXDisplayEv 4319 fun:_ZN4base18MessagePumpAuraX1118GetDefaultXDisplayEv
4320 } 4320 }
4321 { 4321 {
4322 bug_147755_a
4323 Memcheck:Leak
4324 fun:_Znw*
4325 fun:_ZN12PluginFinder18GetPluginInstallerERKN6webkit13WebPluginInfoE
4326 fun:_ZN11PluginPrefs30EnablePluginIfPossibleCallbackE*
4327 }
4328 {
4329 bug_147755_b
4330 Memcheck:Leak
4331 fun:_Znw*
4332 fun:_ZN12PluginFinder17GetPluginMetadataERKN6webkit13WebPluginInfoE
4333 fun:_ZN11PluginPrefs12EnablePluginE*
4334 fun:_ZN15PluginPrefsTest25EnablePluginSynchronouslyE*
4335 fun:_ZN44PluginPrefsTest_UnifiedPepperFlashState_Test8TestBodyEv
4336 }
4337 {
4338 bug_149734a 4322 bug_149734a
4339 Memcheck:Leak 4323 Memcheck:Leak
4340 fun:malloc 4324 fun:malloc
4341 fun:_ZN3WTF10fastMallocEm 4325 fun:_ZN3WTF10fastMallocEm
4342 fun:_ZN3WTF16VectorBufferBaseIN7WebCore9AttributeEE14allocateBufferEm 4326 fun:_ZN3WTF16VectorBufferBaseIN7WebCore9AttributeEE14allocateBufferEm
4343 fun:_ZN3WTF12VectorBufferIN7WebCore9AttributeELm4EE14allocateBufferEm 4327 fun:_ZN3WTF12VectorBufferIN7WebCore9AttributeELm4EE14allocateBufferEm
4344 fun:_ZN3WTF6VectorIN7WebCore9AttributeELm4EE22reserveInitialCapacityEm 4328 fun:_ZN3WTF6VectorIN7WebCore9AttributeELm4EE22reserveInitialCapacityEm
4345 fun:_ZN7WebCore20ElementAttributeData13cloneDataFromERKS0_RKNS_7ElementERS3_ 4329 fun:_ZN7WebCore20ElementAttributeData13cloneDataFromERKS0_RKNS_7ElementERS3_
4346 } 4330 }
4347 { 4331 {
(...skipping 2008 matching lines...) Expand 10 before | Expand all | Expand 10 after
6356 } 6340 }
6357 { 6341 {
6358 bug_331925 6342 bug_331925
6359 Memcheck:Leak 6343 Memcheck:Leak
6360 ... 6344 ...
6361 fun:_ZN3net27TestURLRequestContextGetter20GetURLRequestContextEv 6345 fun:_ZN3net27TestURLRequestContextGetter20GetURLRequestContextEv
6362 fun:_ZN3net14URLFetcherCore30StartURLRequestWhenAppropriateEv 6346 fun:_ZN3net14URLFetcherCore30StartURLRequestWhenAppropriateEv
6363 fun:_ZN3net14URLFetcherCore19DidInitializeWriterEi 6347 fun:_ZN3net14URLFetcherCore19DidInitializeWriterEi
6364 fun:_ZN3net14URLFetcherCore15StartOnIOThreadEv 6348 fun:_ZN3net14URLFetcherCore15StartOnIOThreadEv
6365 } 6349 }
OLDNEW
« no previous file with comments | « tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698