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

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

Issue 606523002: Valgrind: Restore a suppression that got accidentally removed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | 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 1350 matching lines...) Expand 10 before | Expand all | Expand 10 after
1361 fun:_ZN15tracked_objects10ThreadData23InitializeThreadContextERKSs 1361 fun:_ZN15tracked_objects10ThreadData23InitializeThreadContextERKSs
1362 fun:_ZN4base14PlatformThread7SetNameEPKc 1362 fun:_ZN4base14PlatformThread7SetNameEPKc
1363 } 1363 }
1364 { 1364 {
1365 bug_111669 1365 bug_111669
1366 Memcheck:Leak 1366 Memcheck:Leak
1367 fun:_Znw* 1367 fun:_Znw*
1368 fun:_ZN8appcache17AppCacheDiskCache10ActiveCall17OnAsyncCompletionEi 1368 fun:_ZN8appcache17AppCacheDiskCache10ActiveCall17OnAsyncCompletionEi
1369 } 1369 }
1370 { 1370 {
1371 bug_112278
1372 Memcheck:Uninitialized
1373 fun:fetch_texel_2d_f_rgba8888
1374 ...
1375 fun:sample_nearest_2d
1376 fun:fetch_texel_lod
1377 fun:fetch_texel
1378 fun:_mesa_execute_program
1379 fun:run_program*
1380 fun:_swrast_exec_fragment_program
1381 fun:shade_texture_span
1382 fun:_swrast_write_rgba_span
1383 fun:general_triangle
1384 ...
1385 fun:_swrast_Triangle
1386 fun:triangle_rgba
1387 ...
1388 fun:run_render
1389 fun:_tnl_run_pipeline
1390 fun:_tnl_draw_prims
1391 fun:_tnl_vbo_draw_prims
1392 }
1393 {
1371 bug_122457 1394 bug_122457
1372 Memcheck:Leak 1395 Memcheck:Leak
1373 fun:malloc 1396 fun:malloc
1374 fun:_ZN3WTF10fastMallocEm 1397 fun:_ZN3WTF10fastMallocEm
1375 fun:_ZN3WTF10RefCountedIN5blink12MHTMLArchiveEEnwEm 1398 fun:_ZN3WTF10RefCountedIN5blink12MHTMLArchiveEEnwEm
1376 fun:_ZN5blink12MHTMLArchive6createEv 1399 fun:_ZN5blink12MHTMLArchive6createEv
1377 ... 1400 ...
1378 fun:_ZN5blink11MHTMLParser22parseArchiveWithHeaderEPNS_10MIMEHeaderE 1401 fun:_ZN5blink11MHTMLParser22parseArchiveWithHeaderEPNS_10MIMEHeaderE
1379 fun:_ZN5blink11MHTMLParser12parseArchiveEv 1402 fun:_ZN5blink11MHTMLParser12parseArchiveEv
1380 fun:_ZN5blink12MHTMLArchive6createERKNS_4KURLEPNS_12SharedBufferE 1403 fun:_ZN5blink12MHTMLArchive6createERKNS_4KURLEPNS_12SharedBufferE
(...skipping 2042 matching lines...) Expand 10 before | Expand all | Expand 10 after
3423 fun:_ZNK7storage24SandboxFileSystemBackend25CreateFileSystemOperationERKNS_13 FileSystemURLEPNS_17FileSystemContextEPN4base4File5ErrorE 3446 fun:_ZNK7storage24SandboxFileSystemBackend25CreateFileSystemOperationERKNS_13 FileSystemURLEPNS_17FileSystemContextEPN4base4File5ErrorE
3424 fun:_ZN7storage17FileSystemContext25CreateFileSystemOperationERKNS_13FileSyst emURLEPN4base4File5ErrorE 3447 fun:_ZN7storage17FileSystemContext25CreateFileSystemOperationERKNS_13FileSyst emURLEPN4base4File5ErrorE
3425 } 3448 }
3426 { 3449 {
3427 bug_417526 3450 bug_417526
3428 Memcheck:Leak 3451 Memcheck:Leak
3429 fun:_Znw* 3452 fun:_Znw*
3430 fun:_ZN4base19SequencedWorkerPoolC1EmRKSs 3453 fun:_ZN4base19SequencedWorkerPoolC1EmRKSs
3431 fun:_ZN16sync_file_system13drive_backend14SyncEngineTest5SetUpEv 3454 fun:_ZN16sync_file_system13drive_backend14SyncEngineTest5SetUpEv
3432 } 3455 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698