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

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

Issue 177393003: Clean up MFYI by adding suppressions for new bugs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 9 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 | « no previous file | tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file contains suppressions for the Dr.Memory tool, see 1 # This file contains suppressions for the Dr.Memory tool, see
2 # http://dev.chromium.org/developers/how-tos/using-drmemory 2 # http://dev.chromium.org/developers/how-tos/using-drmemory
3 # 3 #
4 # This file contains suppressions for the DrMemory reports happening 4 # This file contains suppressions for the DrMemory reports happening
5 # in the 'light' mode (a.k.a. drmemory_light) as well as in the 'full' mode. 5 # in the 'light' mode (a.k.a. drmemory_light) as well as in the 'full' mode.
6 # Please use suppressions_full.txt for all the reports that can happen only 6 # Please use suppressions_full.txt for all the reports that can happen only
7 # in the full mode (drmemory_full), 7 # in the full mode (drmemory_full),
8 8
9 ############################ 9 ############################
10 # Known reports on the third party we have no control over. 10 # Known reports on the third party we have no control over.
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 gfx.dll!gfx::RenderText::Draw 450 gfx.dll!gfx::RenderText::Draw
451 gfx.dll!gfx::Canvas::DrawStringRectWithShadows 451 gfx.dll!gfx::Canvas::DrawStringRectWithShadows
452 452
453 HANDLE LEAK 453 HANDLE LEAK
454 name=http://crbug.com/346993 454 name=http://crbug.com/346993
455 system call NtDuplicateObject 455 system call NtDuplicateObject
456 KERNELBASE.dll!DuplicateHandle 456 KERNELBASE.dll!DuplicateHandle
457 KERNEL32.dll!DuplicateHandle 457 KERNEL32.dll!DuplicateHandle
458 base.dll!base::`anonymous namespace'::ThreadFunc 458 base.dll!base::`anonymous namespace'::ThreadFunc
459 KERNEL32.dll!BaseThreadInitThunk 459 KERNEL32.dll!BaseThreadInitThunk
460
461 UNINITIALIZED READ
462 name=http://crbug.com/347967
463 osmesa.dll!unpack_RGBA8888
464 osmesa.dll!_mesa_unpack_rgba_row
465 osmesa.dll!slow_read_rgba_pixels
466 osmesa.dll!read_rgba_pixels
467 osmesa.dll!_mesa_readpixels
468 osmesa.dll!_mesa_ReadnPixelsARB
469 osmesa.dll!_mesa_ReadPixels
470 gpu.dll!gpu::gles2::GLES2DecoderImpl::HandleReadPixels
471 gpu.dll!gpu::gles2::GLES2DecoderImpl::DoCommand
472 gpu.dll!gpu::CommandParser::ProcessCommand
473 gpu.dll!gpu::GpuScheduler::PutChanged
474 gpu.dll!base::internal::Invoker<>::Run
475 gpu.dll!gpu::CommandBufferService::Flush
476 gpu.dll!gpu::InProcessCommandBuffer::FlushOnGpuThread
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698