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 contains suppressions for the DrMemroy reports happening | 4 # This file contains suppressions for the DrMemroy 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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
197 # function is small, little risk for false negative in rest of it | 197 # function is small, little risk for false negative in rest of it |
198 # TODO(bruening): switch to annotation once have support for that | 198 # TODO(bruening): switch to annotation once have support for that |
199 chrome.dll!HandleRendererErrorTestParameters | 199 chrome.dll!HandleRendererErrorTestParameters |
200 | 200 |
201 UNADDRESSABLE ACCESS | 201 UNADDRESSABLE ACCESS |
202 name=NPAPITesterBase.NoHangIfInitCrashes deliberate crash | 202 name=NPAPITesterBase.NoHangIfInitCrashes deliberate crash |
203 # function is small, little risk for false negative in rest of it | 203 # function is small, little risk for false negative in rest of it |
204 # TODO(bruening): switch to annotation once have support for that | 204 # TODO(bruening): switch to annotation once have support for that |
205 npapi_test_plugin.dll!NPAPIClient::PluginClient::Initialize | 205 npapi_test_plugin.dll!NPAPIClient::PluginClient::Initialize |
206 | 206 |
207 # This test has a death test at the end that derefences a NULL pointer. | |
208 UNADDRESSABLE ACCESS | |
209 name=BrowserAboutHandlerTest.WillHandleBrowserAboutURL deliberate crash | |
210 ... | |
211 unit_tests.exe!BrowserAboutHandlerTest_WillHandleBrowserAboutURL_Test::TestBody | |
212 | |
213 # Deliberate NULL deref to crash the child process | 207 # Deliberate NULL deref to crash the child process |
214 UNADDRESSABLE ACCESS | 208 UNADDRESSABLE ACCESS |
215 name=CrashingChildProcess deliberate crash | 209 name=CrashingChildProcess deliberate crash |
216 *!CrashingChildProcess | 210 *!CrashingChildProcess |
217 | 211 |
218 UNADDRESSABLE ACCESS | 212 UNADDRESSABLE ACCESS |
219 name=::Crasher::Run deliberate crash | 213 name=::Crasher::Run deliberate crash |
220 *!`anonymous namespace'::Crasher::Run | 214 *!`anonymous namespace'::Crasher::Run |
221 | 215 |
222 ############################ | 216 ############################ |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
269 ... | 263 ... |
270 *!NotificationService::Notify | 264 *!NotificationService::Notify |
271 | 265 |
272 UNADDRESSABLE ACCESS | 266 UNADDRESSABLE ACCESS |
273 name=http://crbug.com/106522 | 267 name=http://crbug.com/106522 |
274 npapi_test_plugin.dll!NPAPIClient::PluginTest::id | 268 npapi_test_plugin.dll!NPAPIClient::PluginTest::id |
275 npapi_test_plugin.dll!NPAPIClient::ExecuteGetJavascriptUrlTest::TimerProc | 269 npapi_test_plugin.dll!NPAPIClient::ExecuteGetJavascriptUrlTest::TimerProc |
276 | 270 |
277 # Empty line at EOF - workaround for | 271 # Empty line at EOF - workaround for |
278 # http://code.google.com/p/drmemory/issues/detail?id=41 | 272 # http://code.google.com/p/drmemory/issues/detail?id=41 |
OLD | NEW |