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

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

Issue 6328003: Update Dr. Memory ToolsSanityTest suppressions to account for the base:: encl... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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 ############################ 1 ############################
2 # Known reports on the third party we have no control over. 2 # Known reports on the third party we have no control over.
3 UNINITIALIZED READ 3 UNINITIALIZED READ
4 ... 4 ...
5 *!deflate_slow 5 *!deflate_slow
6 *!MOZ_Z_deflate 6 *!MOZ_Z_deflate
7 7
8 ############################ 8 ############################
9 # 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
10 # assumptions or unhandled syscalls 10 # assumptions or unhandled syscalls
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 SHELL32.dll!SHFileOperation* 50 SHELL32.dll!SHFileOperation*
51 51
52 UNINITIALIZED READ 52 UNINITIALIZED READ
53 ... 53 ...
54 SHELL32.dll!ILLoadFromStream* 54 SHELL32.dll!ILLoadFromStream*
55 55
56 UNINITIALIZED READ 56 UNINITIALIZED READ
57 ... 57 ...
58 SHELL32.dll!ILSaveToStream* 58 SHELL32.dll!ILSaveToStream*
59 59
60 LEAK
61 ...
62 SHELL32.dll!SHFileOperation*
63
60 # http://code.google.com/p/drmemory/issues/detail?id=14 64 # http://code.google.com/p/drmemory/issues/detail?id=14
61 UNINITIALIZED READ 65 UNINITIALIZED READ
62 ... 66 ...
63 *!CreateProcess* 67 *!CreateProcess*
64 68
65 UNINITIALIZED READ 69 UNINITIALIZED READ
66 ... 70 ...
67 *!base::LaunchApp* 71 *!base::LaunchApp*
68 72
69 # http://code.google.com/p/drmemory/issues/detail?id=15 73 # http://code.google.com/p/drmemory/issues/detail?id=15
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 UNINITIALIZED READ 346 UNINITIALIZED READ
343 ... 347 ...
344 CRYPT32.dll!I_CertSyncStore 348 CRYPT32.dll!I_CertSyncStore
345 349
346 ############################ 350 ############################
347 # Intentional errors in Chromium tests (ToolsSanityTests) 351 # Intentional errors in Chromium tests (ToolsSanityTests)
348 352
349 UNADDRESSABLE ACCESS 353 UNADDRESSABLE ACCESS
350 base_unittests.exe!*ReadValueOutOfArrayBoundsLeft 354 base_unittests.exe!*ReadValueOutOfArrayBoundsLeft
351 base_unittests.exe!*MakeSomeErrors 355 base_unittests.exe!*MakeSomeErrors
352 base_unittests.exe!ToolsSanityTest_AccessesToMallocMemory_Test::TestBody 356 base_unittests.exe!base::ToolsSanityTest_AccessesToMallocMemory_Test::TestBody
353 357
354 UNADDRESSABLE ACCESS 358 UNADDRESSABLE ACCESS
355 base_unittests.exe!*ReadValueOutOfArrayBoundsRight 359 base_unittests.exe!*ReadValueOutOfArrayBoundsRight
356 base_unittests.exe!*MakeSomeErrors 360 base_unittests.exe!*MakeSomeErrors
357 base_unittests.exe!ToolsSanityTest_AccessesToMallocMemory_Test::TestBody 361 base_unittests.exe!base::ToolsSanityTest_AccessesToMallocMemory_Test::TestBody
358 362
359 UNADDRESSABLE ACCESS 363 UNADDRESSABLE ACCESS
360 base_unittests.exe!*WriteValueOutOfArrayBoundsLeft 364 base_unittests.exe!*WriteValueOutOfArrayBoundsLeft
361 base_unittests.exe!*MakeSomeErrors 365 base_unittests.exe!*MakeSomeErrors
362 base_unittests.exe!ToolsSanityTest_AccessesToMallocMemory_Test::TestBody 366 base_unittests.exe!base::ToolsSanityTest_AccessesToMallocMemory_Test::TestBody
363 367
364 UNADDRESSABLE ACCESS 368 UNADDRESSABLE ACCESS
365 base_unittests.exe!*WriteValueOutOfArrayBoundsRight 369 base_unittests.exe!*WriteValueOutOfArrayBoundsRight
366 base_unittests.exe!*MakeSomeErrors 370 base_unittests.exe!*MakeSomeErrors
367 base_unittests.exe!ToolsSanityTest_AccessesToMallocMemory_Test::TestBody 371 base_unittests.exe!base::ToolsSanityTest_AccessesToMallocMemory_Test::TestBody
368 372
369 UNINITIALIZED READ 373 UNINITIALIZED READ
370 base_unittests.exe!*ReadUninitializedValue 374 base_unittests.exe!*ReadUninitializedValue
371 base_unittests.exe!*MakeSomeErrors 375 base_unittests.exe!*MakeSomeErrors
372 base_unittests.exe!ToolsSanityTest_AccessesToMallocMemory_Test::TestBody 376 base_unittests.exe!base::ToolsSanityTest_AccessesToMallocMemory_Test::TestBody
373 377
374 # Write after free 378 # Write after free
375 UNADDRESSABLE ACCESS 379 UNADDRESSABLE ACCESS
376 base_unittests.exe!ToolsSanityTest_AccessesToMallocMemory_Test::TestBody 380 base_unittests.exe!base::ToolsSanityTest_AccessesToMallocMemory_Test::TestBody
377 381
378 UNADDRESSABLE ACCESS 382 UNADDRESSABLE ACCESS
379 base_unittests.exe!*ReadValueOutOfArrayBoundsLeft 383 base_unittests.exe!*ReadValueOutOfArrayBoundsLeft
380 base_unittests.exe!*MakeSomeErrors 384 base_unittests.exe!*MakeSomeErrors
381 base_unittests.exe!ToolsSanityTest_AccessesToNewMemory_Test::TestBody 385 base_unittests.exe!base::ToolsSanityTest_AccessesToNewMemory_Test::TestBody
382 386
383 UNADDRESSABLE ACCESS 387 UNADDRESSABLE ACCESS
384 base_unittests.exe!*ReadValueOutOfArrayBoundsRight 388 base_unittests.exe!*ReadValueOutOfArrayBoundsRight
385 base_unittests.exe!*MakeSomeErrors 389 base_unittests.exe!*MakeSomeErrors
386 base_unittests.exe!ToolsSanityTest_AccessesToNewMemory_Test::TestBody 390 base_unittests.exe!base::ToolsSanityTest_AccessesToNewMemory_Test::TestBody
387 391
388 UNINITIALIZED READ 392 UNINITIALIZED READ
389 base_unittests.exe!*ReadUninitializedValue 393 base_unittests.exe!*ReadUninitializedValue
390 base_unittests.exe!*MakeSomeErrors 394 base_unittests.exe!*MakeSomeErrors
391 base_unittests.exe!ToolsSanityTest_AccessesToNewMemory_Test::TestBody 395 base_unittests.exe!base::ToolsSanityTest_AccessesToNewMemory_Test::TestBody
392 396
393 # Write after delete [] 397 # Write after delete []
394 UNADDRESSABLE ACCESS 398 UNADDRESSABLE ACCESS
395 base_unittests.exe!ToolsSanityTest_AccessesToNewMemory_Test::TestBody 399 base_unittests.exe!base::ToolsSanityTest_AccessesToNewMemory_Test::TestBody
396 400
397 ############################ 401 ############################
398 # Real issues in Chromium 402 # Real issues in Chromium
399 403
400 # http://crbug.com/57266 (1) 404 # http://crbug.com/57266 (1)
401 UNINITIALIZED READ 405 UNINITIALIZED READ
402 ... 406 ...
403 *!remoting::EncoderVp8::Encode 407 *!remoting::EncoderVp8::Encode
404 408
405 # http://crbug.com/57266 (2) 409 # http://crbug.com/57266 (2)
406 UNINITIALIZED READ 410 UNINITIALIZED READ
407 ... 411 ...
408 *!vp8_* 412 *!vp8_*
409 413
410 # http://crbug.com/68307 414 # http://crbug.com/68307
411 LEAK 415 LEAK
412 ... 416 ...
413 *!PrintDlgExMock 417 *!PrintDlgExMock
414 ... 418 ...
415 *!PrintingContextTest_PrintAll_Test::TestBody 419 *!PrintingContextTest_PrintAll_Test::TestBody
416 420
417 # Empty line at EOF - workaround for 421 # Empty line at EOF - workaround for
418 # http://code.google.com/p/drmemory/issues/detail?id=41 422 # http://code.google.com/p/drmemory/issues/detail?id=41
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