OLD | NEW |
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 Loading... |
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 Loading... |
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 |
OLD | NEW |