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

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

Issue 951673002: Revert "Pull chromium at 2c3ffb2355a27c32f45e508ef861416b820c823b" (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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
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 1085 matching lines...) Expand 10 before | Expand all | Expand 10 after
1096 1096
1097 ############################################################### 1097 ###############################################################
1098 # Proactively borrowed from memcheck/suppressions.txt. 1098 # Proactively borrowed from memcheck/suppressions.txt.
1099 # We have not yet seen these, but we are expanding the sets of tests 1099 # We have not yet seen these, but we are expanding the sets of tests
1100 # we're running, and we've hit redness in the past that could have 1100 # we're running, and we've hit redness in the past that could have
1101 # been avoided by already having the Memcheck suppressions. 1101 # been avoided by already having the Memcheck suppressions.
1102 # TODO(bruening): review the entire file (not just these) once we're 1102 # TODO(bruening): review the entire file (not just these) once we're
1103 # at the peak set of tests we plan to run and remove the unused ones. 1103 # at the peak set of tests we plan to run and remove the unused ones.
1104 1104
1105 UNINITIALIZED READ 1105 UNINITIALIZED READ
1106 name=bug_99307
1107 *!modp_b64_encode
1108 *!base::Base64Encode*
1109 *!web_ui_util::GetImageDataUrl
1110 *!::NetworkInfoDictionary::set_icon
1111
1112 UNINITIALIZED READ
1106 name=bug_101781 1113 name=bug_101781
1107 *!encode_one_block 1114 *!encode_one_block
1108 *!encode_mcu_huff 1115 *!encode_mcu_huff
1109 *!compress_data 1116 *!compress_data
1110 *!process_data_simple_main 1117 *!process_data_simple_main
1111 *!chromium_jpeg_write_scanlines 1118 *!chromium_jpeg_write_scanlines
1112 *!gfx::JPEGCodec::Encode 1119 *!gfx::JPEGCodec::Encode
1113 *!gfx::JPEGEncodedDataFromImage 1120 *!gfx::JPEGEncodedDataFromImage
1114 *!history::TopSites::EncodeBitmap 1121 *!history::TopSites::EncodeBitmap
1115 *!history::TopSites::SetPageThumbnail 1122 *!history::TopSites::SetPageThumbnail
(...skipping 772 matching lines...) Expand 10 before | Expand all | Expand 10 after
1888 1895
1889 UNINITIALIZED READ 1896 UNINITIALIZED READ
1890 name=bug_399842 1897 name=bug_399842
1891 skia.dll!S32A_Opaque_BlitRow32_SSE4 1898 skia.dll!S32A_Opaque_BlitRow32_SSE4
1892 1899
1893 UNINITIALIZED READ 1900 UNINITIALIZED READ
1894 name=bug_455417 1901 name=bug_455417
1895 *!std::char_traits<>::compare 1902 *!std::char_traits<>::compare
1896 ... 1903 ...
1897 *!*::*URLRequest*::TestBody 1904 *!*::*URLRequest*::TestBody
OLDNEW
« no previous file with comments | « tools/relocation_packer/config.gni ('k') | tools/valgrind/gtest_exclude/cc_unittests.gtest-drmemory_win32.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698