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

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

Issue 6032006: Exclude some net_ tests and suppress a couple of stacks for Dr. Memory... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 12 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 | tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ############################ 1 ############################
2 # Known reports on the third party we have no control over.
3 UNINITIALIZED READ
4 ...
5 *!deflate_slow
6 *!MOZ_Z_deflate
7
8 ############################
2 # Suppress some false reports due to bugs in Dr.Memory like wrong analysis 9 # Suppress some false reports due to bugs in Dr.Memory like wrong analysis
3 # assumptions or unhandled syscalls 10 # assumptions or unhandled syscalls
4 11
5 # False reports during printing using fprintf 12 # False reports during printing using fprintf
6 UNINITIALIZED READ 13 UNINITIALIZED READ
7 system call NtRaiseException 14 system call NtRaiseException
8 KERNEL32.dll!RaiseException 15 KERNEL32.dll!RaiseException
9 *!DebuggerProbe 16 *!DebuggerProbe
10 *!DebuggerKnownHandle 17 *!DebuggerKnownHandle
11 18
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 MSWSOCK.dll!WSPStartup 241 MSWSOCK.dll!WSPStartup
235 242
236 UNINITIALIZED READ 243 UNINITIALIZED READ
237 ... 244 ...
238 ntdll.dll!RtlValidateUnicodeString 245 ntdll.dll!RtlValidateUnicodeString
239 246
240 UNADDRESSABLE ACCESS 247 UNADDRESSABLE ACCESS
241 ... 248 ...
242 ntdll.dll!RtlValidateUnicodeString 249 ntdll.dll!RtlValidateUnicodeString
243 250
251 # http://code.google.com/p/drmemory/issues/detail?id=256
252 LEAK
253 *!_mtinit
254 *!__tmainCRTStartup
255 *!mainCRTStartup
256
257 # http://code.google.com/p/drmemory/issues/detail?id=257
258 LEAK
259 ...
260 *!std::use_facet<std::numpunct<char> >
244 261
245 ############################ 262 ############################
246 # TODO(timurrrr): investigate these 263 # TODO(timurrrr): investigate these
247 UNINITIALIZED READ 264 UNINITIALIZED READ
248 ... 265 ...
249 *!win_util::GetLogonSessionOnlyDACL 266 *!win_util::GetLogonSessionOnlyDACL
250 267
251 UNINITIALIZED READ 268 UNINITIALIZED READ
252 ... 269 ...
253 ADVAPI32.dll!Crypt* 270 ADVAPI32.dll!Crypt*
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 UNINITIALIZED READ 332 UNINITIALIZED READ
316 ... 333 ...
317 *!NdrClientCall2 334 *!NdrClientCall2
318 335
319 UNINITIALIZED READ 336 UNINITIALIZED READ
320 ntdll.dll!RtlpNtOpenKey 337 ntdll.dll!RtlpNtOpenKey
321 ntdll.dll!RtlMakeSelfRelativeSD 338 ntdll.dll!RtlMakeSelfRelativeSD
322 ntdll.dll!RtlAbsoluteToSelfRelativeSD 339 ntdll.dll!RtlAbsoluteToSelfRelativeSD
323 ADVAPI32.dll!MakeSelfRelativeSD 340 ADVAPI32.dll!MakeSelfRelativeSD
324 341
342 UNINITIALIZED READ
343 ...
344 CRYPT32.dll!I_CertSyncStore
345
325 ############################ 346 ############################
326 # Intentional errors in Chromium tests (ToolsSanityTests) 347 # Intentional errors in Chromium tests (ToolsSanityTests)
327 348
328 UNADDRESSABLE ACCESS 349 UNADDRESSABLE ACCESS
329 base_unittests.exe!*ReadValueOutOfArrayBoundsLeft 350 base_unittests.exe!*ReadValueOutOfArrayBoundsLeft
330 base_unittests.exe!*MakeSomeErrors 351 base_unittests.exe!*MakeSomeErrors
331 base_unittests.exe!ToolsSanityTest_AccessesToMallocMemory_Test::TestBody 352 base_unittests.exe!ToolsSanityTest_AccessesToMallocMemory_Test::TestBody
332 353
333 UNADDRESSABLE ACCESS 354 UNADDRESSABLE ACCESS
334 base_unittests.exe!*ReadValueOutOfArrayBoundsRight 355 base_unittests.exe!*ReadValueOutOfArrayBoundsRight
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 ... 402 ...
382 *!remoting::EncoderVp8::Encode 403 *!remoting::EncoderVp8::Encode
383 404
384 # http://crbug.com/57266 (2) 405 # http://crbug.com/57266 (2)
385 UNINITIALIZED READ 406 UNINITIALIZED READ
386 ... 407 ...
387 *!vp8_* 408 *!vp8_*
388 409
389 # Empty line at EOF - workaround for 410 # Empty line at EOF - workaround for
390 # http://code.google.com/p/drmemory/issues/detail?id=41 411 # http://code.google.com/p/drmemory/issues/detail?id=41
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698