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

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

Issue 250753002: Suppress uninitialized read that aren't suppressed due to the lack of symbols. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« 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 1077 matching lines...) Expand 10 before | Expand all | Expand 10 after
1088 ... 1088 ...
1089 *!NSSDecryptor::~NSSDecryptor 1089 *!NSSDecryptor::~NSSDecryptor
1090 1090
1091 # We get uninit reports inside GMock when it prints the bytes of references to 1091 # We get uninit reports inside GMock when it prints the bytes of references to
1092 # partially initialized objects passed to unexpected method calls. 1092 # partially initialized objects passed to unexpected method calls.
1093 UNINITIALIZED READ 1093 UNINITIALIZED READ
1094 name=http://crbug.com/64887 (GMock printing uninit data) 1094 name=http://crbug.com/64887 (GMock printing uninit data)
1095 ... 1095 ...
1096 *!testing::*::PrintBytesInObjectTo* 1096 *!testing::*::PrintBytesInObjectTo*
1097 1097
1098 # crbug.com
1099 UNINITIALIZED READ
1100 name=crbug.com/366905 A (the same issue as 64887, but no symbols)
1101 MSVCR120.dll!_output_s_l
1102 MSVCR120.dll!_vsnprintf_helper
1103 MSVCR120.dll!_vsnprintf_s_l
1104 MSVCR120.dll!_snprintf_s
1105 *!*
1106 *!*
1107 ...
1108 *!*
1109 *!*
1110 KERNEL32.dll!BaseThreadInitThunk
1111
1112 UNINITIALIZED READ
1113 name=crbug.com/366905 B (the same issue as 64887, but no symbols)
1114 MSVCR120.dll!sprintf_s
1115 MSVCR120.dll!_uncaught_exception
1116 MSVCR120.dll!vsnprintf_s_l
1117 MSVCR120.dll!snprintf_s
1118 *!*
1119 *!*
1120 ...
1121 *!*
1122 *!*
1123 KERNEL32.dll!BaseThreadInitThunk
1124
1125 UNINITIALIZED READ
1126 name=crbug.com/366905 C (the same issue as 64887, but no symbols)
1127 *!*
1128 ...
1129 *!*
1130 *!*
1131 *!*
1132 *!*
1133 *!*
1134 *!*
1135 *!*
1136 *!*
1137 *!*
1138 *!*
1139 *!*
1140 *!*
1141 *!*
1142 *!*
1143 *!*
1144 *!*
1145 *!*
1146 *!*
1147 KERNEL32.dll!BaseThreadInitThunk
1148
1098 ############################################################### 1149 ###############################################################
1099 # Proactively borrowed from memcheck/suppressions.txt. 1150 # Proactively borrowed from memcheck/suppressions.txt.
1100 # We have not yet seen these, but we are expanding the sets of tests 1151 # We have not yet seen these, but we are expanding the sets of tests
1101 # we're running, and we've hit redness in the past that could have 1152 # we're running, and we've hit redness in the past that could have
1102 # been avoided by already having the Memcheck suppressions. 1153 # been avoided by already having the Memcheck suppressions.
1103 # TODO(bruening): review the entire file (not just these) once we're 1154 # TODO(bruening): review the entire file (not just these) once we're
1104 # at the peak set of tests we plan to run and remove the unused ones. 1155 # at the peak set of tests we plan to run and remove the unused ones.
1105 1156
1106 UNINITIALIZED READ 1157 UNINITIALIZED READ
1107 name=bug_87232 1158 name=bug_87232
(...skipping 972 matching lines...) Expand 10 before | Expand all | Expand 10 after
2080 2131
2081 UNINITIALIZED READ 2132 UNINITIALIZED READ
2082 name=bug_365101 2133 name=bug_365101
2083 *!device::BluetoothAdapterWin::AdapterStateChanged 2134 *!device::BluetoothAdapterWin::AdapterStateChanged
2084 2135
2085 UNINITIALIZED READ 2136 UNINITIALIZED READ
2086 name=bug_364146 2137 name=bug_364146
2087 ... 2138 ...
2088 v8.dll!* 2139 v8.dll!*
2089 net_with_v8.dll!net::ProxyResolverV8::Context::* 2140 net_with_v8.dll!net::ProxyResolverV8::Context::*
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