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

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

Issue 1137993006: Widened suppression for vxp on DrMemory bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 # 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 should contain suppressions only for the reports happening 4 # This file should contain suppressions only for the reports happening
5 # in the 'full' mode (drmemory_full). 5 # in the 'full' mode (drmemory_full).
6 # For the reports that can happen in the light mode (a.k.a. drmemory_light), 6 # For the reports that can happen in the light mode (a.k.a. drmemory_light),
7 # please use suppressions.txt instead. 7 # please use suppressions.txt instead.
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 1888 matching lines...) Expand 10 before | Expand all | Expand 10 after
1899 name=bug_455417 1899 name=bug_455417
1900 *!std::char_traits<>::compare 1900 *!std::char_traits<>::compare
1901 ... 1901 ...
1902 *!*::*URLRequest*::TestBody 1902 *!*::*URLRequest*::TestBody
1903 1903
1904 UNINITIALIZED READ 1904 UNINITIALIZED READ
1905 name=bug_468169 1905 name=bug_468169
1906 ... 1906 ...
1907 *!vp9_foreach_transformed_block_in_plane 1907 *!vp9_foreach_transformed_block_in_plane
1908 ... 1908 ...
1909 *!encode_superblock
1910 *!encode_b_rt
1911 *!encode_sb_rt
1912 *!encode_sb_rt
1913 *!encode_sb_rt
1914 *!encode_sb_rt
1915 *!nonrd_select_partition 1909 *!nonrd_select_partition
1916 *!encode_nonrd_sb_row 1910 *!encode_nonrd_sb_row
1917 *!vp9_encode_tile 1911 *!vp9_encode_tile
1912
1913 UNINITIALIZED READ
1914 name=bug_468169_b
1915 ...
1916 *!vp9_pick_inter_mode
1917 ...
1918 *!nonrd_select_partition
1919 *!encode_nonrd_sb_row
1920 *!vp9_encode_tile
1918 1921
1919 UNADDRESSABLE ACCESS 1922 UNADDRESSABLE ACCESS
1920 name=bug_470055 1923 name=bug_470055
1921 blink_web.dll!blink::*::focused*Frame 1924 blink_web.dll!blink::*::focused*Frame
1922 blink_web.dll!blink::WebFrameWidgetImpl::selectionBounds 1925 blink_web.dll!blink::WebFrameWidgetImpl::selectionBounds
1923 content.dll!content::RenderWidget::UpdateSelectionBounds 1926 content.dll!content::RenderWidget::UpdateSelectionBounds
1924 content.dll!content::RenderWidget::willBeginCompositorFrame 1927 content.dll!content::RenderWidget::willBeginCompositorFrame
1925 1928
1926 UNINITIALIZED READ 1929 UNINITIALIZED READ
1927 name=bug_470848 1930 name=bug_470848
(...skipping 14 matching lines...) Expand all
1942 name=https://crbug.com/481305 1945 name=https://crbug.com/481305
1943 system call NtCreateSection 1946 system call NtCreateSection
1944 KERNELBASE.dll!CreateFileMappingW 1947 KERNELBASE.dll!CreateFileMappingW
1945 base.dll!base::SharedMemory::Create 1948 base.dll!base::SharedMemory::Create
1946 base.dll!base::SharedMemory::CreateAnonymous 1949 base.dll!base::SharedMemory::CreateAnonymous
1947 content.dll!content::ChildThreadImpl::AllocateSharedMemory 1950 content.dll!content::ChildThreadImpl::AllocateSharedMemory
1948 content.dll!content::RenderThreadImpl::HostAllocateSharedMemoryBuffer 1951 content.dll!content::RenderThreadImpl::HostAllocateSharedMemoryBuffer
1949 content.dll!content::RenderThreadImpl::AllocateSharedMemory 1952 content.dll!content::RenderThreadImpl::AllocateSharedMemory
1950 ... 1953 ...
1951 content.dll!content::WebGraphicsContext3DCommandBufferImpl::CreateContext 1954 content.dll!content::WebGraphicsContext3DCommandBufferImpl::CreateContext
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