| OLD | NEW |
| 1 # There are three kinds of suppressions in this file. | 1 # There are three kinds of suppressions in this file. |
| 2 # 1. third party stuff we have no control over | 2 # 1. third party stuff we have no control over |
| 3 # | 3 # |
| 4 # 2. intentional unit test errors, or stuff that is somehow a false positive | 4 # 2. intentional unit test errors, or stuff that is somehow a false positive |
| 5 # in our own code, or stuff that is so trivial it's not worth fixing | 5 # in our own code, or stuff that is so trivial it's not worth fixing |
| 6 # | 6 # |
| 7 # 3. Suppressions for real chromium bugs that are not yet fixed. | 7 # 3. Suppressions for real chromium bugs that are not yet fixed. |
| 8 # These should all be in chromium's bug tracking system (but a few aren't yet). | 8 # These should all be in chromium's bug tracking system (but a few aren't yet). |
| 9 # Periodically we should sweep this file and the bug tracker clean by | 9 # Periodically we should sweep this file and the bug tracker clean by |
| 10 # running overnight and removing outdated bugs/suppressions. | 10 # running overnight and removing outdated bugs/suppressions. |
| (...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 # Valgrind issues with tcmalloc's VDSOSupport module | 350 # Valgrind issues with tcmalloc's VDSOSupport module |
| 351 bug_28149a | 351 bug_28149a |
| 352 Memcheck:Addr1 | 352 Memcheck:Addr1 |
| 353 fun:_ZN4base11VDSOSupport11ElfMemImage4InitEPKv | 353 fun:_ZN4base11VDSOSupport11ElfMemImage4InitEPKv |
| 354 fun:_ZN4base11VDSOSupport11ElfMemImageC1EPKv | 354 fun:_ZN4base11VDSOSupport11ElfMemImageC1EPKv |
| 355 fun:_ZN4base11VDSOSupportC1Ev | 355 fun:_ZN4base11VDSOSupportC1Ev |
| 356 fun:_ZN4base11VDSOSupport4InitEv | 356 fun:_ZN4base11VDSOSupport4InitEv |
| 357 fun:_ZN4base14VDSOInitHelperC1Ev | 357 fun:_ZN4base14VDSOInitHelperC1Ev |
| 358 fun:_Z41__static_initialization_and_destruction_0ii | 358 fun:_Z41__static_initialization_and_destruction_0ii |
| 359 fun:_GLOBAL__I__ZN4base11VDSOSupport12kInvalidBaseE | 359 fun:_GLOBAL__I__ZN4base11VDSOSupport12kInvalidBaseE |
| 360 obj:/b/slave/webkit-rel-linux-valgrind-layout/build/src/sconsbuild/Release/te
st_shell | 360 ... |
| 361 obj:/b/slave/webkit-rel-linux-valgrind-layout/build/src/sconsbuild/Release/te
st_shell | |
| 362 fun:__libc_csu_init | 361 fun:__libc_csu_init |
| 363 fun:(below main) | 362 fun:(below main) |
| 364 } | 363 } |
| 365 { | 364 { |
| 366 # Valgrind issues with tcmalloc's VDSOSupport module | 365 # Valgrind issues with tcmalloc's VDSOSupport module |
| 367 bug_28149b | 366 bug_28149b |
| 367 Memcheck:Addr2 |
| 368 fun:_ZN4base11VDSOSupport11ElfMemImage4InitEPKv |
| 369 fun:_ZN4base11VDSOSupport11ElfMemImageC1EPKv |
| 370 fun:_ZN4base11VDSOSupportC1Ev |
| 371 fun:_ZN4base11VDSOSupport4InitEv |
| 372 fun:_ZN4base14VDSOInitHelperC1Ev |
| 373 fun:_Z41__static_initialization_and_destruction_0ii |
| 374 fun:_GLOBAL__I__ZN4base11VDSOSupport12kInvalidBaseE |
| 375 ... |
| 376 fun:__libc_csu_init |
| 377 fun:(below main) |
| 378 } |
| 379 { |
| 380 # Valgrind issues with tcmalloc's VDSOSupport module |
| 381 bug_28149c |
| 382 Memcheck:Addr2 |
| 383 ... |
| 384 fun:_ZNK4base11VDSOSupport12LookupSymbolEPKcS2_iPNS0_10SymbolInfoE |
| 385 ... |
| 386 fun:_Z41__static_initialization_and_destruction_0ii |
| 387 ... |
| 388 } |
| 389 { |
| 390 # Valgrind issues with tcmalloc's VDSOSupport module |
| 391 bug_28149d |
| 368 Memcheck:Addr4 | 392 Memcheck:Addr4 |
| 369 ... | 393 ... |
| 370 fun:_ZNK4base11VDSOSupport12LookupSymbolEPKcS2_iPNS0_10SymbolInfoE | 394 fun:_ZNK4base11VDSOSupport12LookupSymbolEPKcS2_iPNS0_10SymbolInfoE |
| 371 ... | 395 ... |
| 372 fun:_Z41__static_initialization_and_destruction_0ii | 396 fun:_Z41__static_initialization_and_destruction_0ii |
| 373 ... | 397 ... |
| 374 } | 398 } |
| 375 | |
| 376 #----------------------------------------------------------------------- | 399 #----------------------------------------------------------------------- |
| 377 # 2. intentional unit test errors, or stuff that is somehow a false positive | 400 # 2. intentional unit test errors, or stuff that is somehow a false positive |
| 378 # in our own code, or stuff that is so trivial it's not worth fixing | 401 # in our own code, or stuff that is so trivial it's not worth fixing |
| 379 | 402 |
| 380 { | 403 { |
| 381 logging::InitLogging never frees filename. It would be hard to free properly. | 404 logging::InitLogging never frees filename. It would be hard to free properly. |
| 382 Memcheck:Leak | 405 Memcheck:Leak |
| 383 ... | 406 ... |
| 384 fun:_ZN7logging11InitLoggingEPKcNS_18LoggingDestinationENS_15LogLockingStateE
NS_20OldFileDeletionStateE | 407 fun:_ZN7logging11InitLoggingEPKcNS_18LoggingDestinationENS_15LogLockingStateE
NS_20OldFileDeletionStateE |
| 385 } | 408 } |
| (...skipping 1368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1754 fun:_ZN11MessageLoop11RunInternalEv | 1777 fun:_ZN11MessageLoop11RunInternalEv |
| 1755 fun:_ZN11MessageLoop10RunHandlerEv | 1778 fun:_ZN11MessageLoop10RunHandlerEv |
| 1756 } | 1779 } |
| 1757 { | 1780 { |
| 1758 bug_28633 | 1781 bug_28633 |
| 1759 Memcheck:Leak | 1782 Memcheck:Leak |
| 1760 fun:calloc | 1783 fun:calloc |
| 1761 fun:__new_exitfn | 1784 fun:__new_exitfn |
| 1762 fun:__cxa_atexit | 1785 fun:__cxa_atexit |
| 1763 } | 1786 } |
| OLD | NEW |