| 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 671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 682 ... | 682 ... |
| 683 fun:_ZN3net18TestServerLauncher16LoadTestRootCertEv | 683 fun:_ZN3net18TestServerLauncher16LoadTestRootCertEv |
| 684 } | 684 } |
| 685 { | 685 { |
| 686 # uitest's ResourceDispatcherTest.CrossSiteAfterCrash crashes on purpose | 686 # uitest's ResourceDispatcherTest.CrossSiteAfterCrash crashes on purpose |
| 687 Intentional_crash | 687 Intentional_crash |
| 688 Memcheck:Addr4 | 688 Memcheck:Addr4 |
| 689 fun:_ZN12AboutHandler10AboutCrashEv | 689 fun:_ZN12AboutHandler10AboutCrashEv |
| 690 } | 690 } |
| 691 { | 691 { |
| 692 # Valgrind gives false positive on initialized fields in |
| 693 # BufferedResourceLoader::RestartLoadingTask(). |
| 694 # see https://bugs.kde.org/show_bug.cgi?id=243992 |
| 695 valgrind_bug_243992 |
| 696 Memcheck:Cond |
| 697 fun:_ZN11webkit_glue22BufferedResourceLoader20DisableDeferIfNeededEv |
| 698 fun:_ZN11webkit_glue22BufferedResourceLoader13SetAllowDeferEb |
| 699 fun:_ZN11webkit_glue18BufferedDataSource18RestartLoadingTaskEv |
| 700 ... |
| 701 } |
| 702 { |
| 703 # Very similar to the above bug, but in WatchDogTask(). |
| 704 # see https://bugs.kde.org/show_bug.cgi?id=243992 |
| 705 valgrind_bug_243992b |
| 706 Memcheck:Cond |
| 707 fun:_ZN11webkit_glue22BufferedResourceLoader20DisableDeferIfNeededEv |
| 708 fun:_ZN11webkit_glue22BufferedResourceLoader13SetAllowDeferEb |
| 709 fun:_ZN11webkit_glue18BufferedDataSource12WatchDogTaskEv |
| 710 ... |
| 711 } |
| 712 { |
| 692 # Minor commandline options leak in v8 | 713 # Minor commandline options leak in v8 |
| 693 # See http://code.google.com/p/v8/issues/detail?id=275 | 714 # See http://code.google.com/p/v8/issues/detail?id=275 |
| 694 v8_bug_275 | 715 v8_bug_275 |
| 695 Memcheck:Leak | 716 Memcheck:Leak |
| 696 fun:_Znaj | 717 fun:_Znaj |
| 697 ... | 718 ... |
| 698 fun:_ZN2v88internal8FlagList18SetFlagsFromStringEPKci | 719 fun:_ZN2v88internal8FlagList18SetFlagsFromStringEPKci |
| 699 } | 720 } |
| 700 { | 721 { |
| 701 # Non-joinable thread doesn't clean up all state on program exit | 722 # Non-joinable thread doesn't clean up all state on program exit |
| (...skipping 2928 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3630 fun:_ZN21AudioRendererHostTest16CreateLowLatencyEv | 3651 fun:_ZN21AudioRendererHostTest16CreateLowLatencyEv |
| 3631 fun:_ZN51AudioRendererHostTest_CreateLowLatencyAndClose_Test8TestBodyEv | 3652 fun:_ZN51AudioRendererHostTest_CreateLowLatencyAndClose_Test8TestBodyEv |
| 3632 fun:_ZN7testing4Test3RunEv | 3653 fun:_ZN7testing4Test3RunEv |
| 3633 fun:_ZN7testing8internal12TestInfoImpl3RunEv | 3654 fun:_ZN7testing8internal12TestInfoImpl3RunEv |
| 3634 fun:_ZN7testing8TestCase3RunEv | 3655 fun:_ZN7testing8TestCase3RunEv |
| 3635 fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv | 3656 fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv |
| 3636 fun:_ZN7testing8UnitTest3RunEv | 3657 fun:_ZN7testing8UnitTest3RunEv |
| 3637 fun:_ZN9TestSuite3RunEv | 3658 fun:_ZN9TestSuite3RunEv |
| 3638 fun:main | 3659 fun:main |
| 3639 } | 3660 } |
| OLD | NEW |