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, stuff that is somehow a false positive | 4 # 2. Intentional unit test errors, 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. | 8 # These should all be in chromium's bug tracking system. |
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 1807 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1818 fun:_DPSNextEvent | 1818 fun:_DPSNextEvent |
1819 fun:-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] | 1819 fun:-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] |
1820 fun:-[NSApplication run] | 1820 fun:-[NSApplication run] |
1821 fun:_ZN4base24MessagePumpNSApplication5DoRunEPNS_11MessagePump8DelegateE | 1821 fun:_ZN4base24MessagePumpNSApplication5DoRunEPNS_11MessagePump8DelegateE |
1822 fun:_ZN4base24MessagePumpCFRunLoopBase3RunEPNS_11MessagePump8DelegateE | 1822 fun:_ZN4base24MessagePumpCFRunLoopBase3RunEPNS_11MessagePump8DelegateE |
1823 fun:_ZN11MessageLoop11RunInternalEv | 1823 fun:_ZN11MessageLoop11RunInternalEv |
1824 fun:_ZN11MessageLoop10RunHandlerEv | 1824 fun:_ZN11MessageLoop10RunHandlerEv |
1825 fun:_ZN11MessageLoop13RunAllPendingEv | 1825 fun:_ZN11MessageLoop13RunAllPendingEv |
1826 fun:_ZN20InProcessBrowserTest23RunTestOnMainThreadLoopEv | 1826 fun:_ZN20InProcessBrowserTest23RunTestOnMainThreadLoopEv |
1827 } | 1827 } |
| 1828 { |
| 1829 bug_92579a |
| 1830 Memcheck:Addr4 |
| 1831 fun:_ZN15CVCGDisplayLink17setCurrentDisplayEj |
| 1832 fun:CVDisplayLinkSetCurrentCGDisplayFromOpenGLContext |
| 1833 } |
| 1834 { |
| 1835 bug_92579b |
| 1836 Memcheck:Addr4 |
| 1837 fun:_ZN15CVCGDisplayLink17setCurrentDisplayEj |
| 1838 fun:_ZN15CVCGDisplayLink18initWithCGDisplaysEPjlPi |
| 1839 fun:CVDisplayLinkCreateWithCGDisplays |
| 1840 fun:CVDisplayLinkCreateWithActiveCGDisplays |
| 1841 } |
| 1842 { |
| 1843 bug_92579c |
| 1844 Memcheck:Addr1 |
| 1845 fun:IOCFUnserializeparse |
| 1846 fun:IOCFUnserialize |
| 1847 fun:IORegistryEntryCreateCFProperties |
| 1848 fun:_ZN15CVCGDisplayLink17setCurrentDisplayEj |
| 1849 fun:_ZN15CVCGDisplayLink18initWithCGDisplaysEPjlPi |
| 1850 fun:CVDisplayLinkCreateWithCGDisplays |
| 1851 fun:CVDisplayLinkCreateWithActiveCGDisplays |
| 1852 fun:-[AcceleratedPluginView initWithRenderWidgetHostViewMac:pluginHandle:] |
| 1853 } |
OLD | NEW |