OLD | NEW |
1 # There are four kinds of suppressions in this file. | 1 # There are four 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 4748 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4759 } | 4759 } |
4760 { | 4760 { |
4761 bug_101755_b | 4761 bug_101755_b |
4762 Memcheck:Uninitialized | 4762 Memcheck:Uninitialized |
4763 ... | 4763 ... |
4764 fun:_ZN7WebCore13WidthIterator* | 4764 fun:_ZN7WebCore13WidthIterator* |
4765 fun:_ZNK7WebCore4Font26selectionRectForSimpleTextERKNS_7TextRunERKNS_10FloatP
ointEiii | 4765 fun:_ZNK7WebCore4Font26selectionRectForSimpleTextERKNS_7TextRunERKNS_10FloatP
ointEiii |
4766 fun:_ZNK7WebCore4Font20selectionRectForTextERKNS_7TextRunERKNS_10FloatPointEi
ii | 4766 fun:_ZNK7WebCore4Font20selectionRectForTextERKNS_7TextRunERKNS_10FloatPointEi
ii |
4767 } | 4767 } |
4768 { | 4768 { |
| 4769 bug_101755_b1 |
| 4770 Memcheck:Uninitialized |
| 4771 fun:_ZN7WebCore13WidthIterator* |
| 4772 fun:_ZNK7WebCore4Font23floatWidthForSimpleTextERKNS_7TextRunEPNS_11GlyphBuffe
rEPN3WTF7HashSetIPKNS_14SimpleFontDataENS6_7PtrHashISA_EENS6_10HashTraitsISA_EEE
EPNS_13GlyphOverflowE |
| 4773 fun:_ZNK7WebCore4Font30offsetForPositionForSimpleTextERKNS_7TextRunEfb |
| 4774 fun:_ZNK7WebCore4Font17offsetForPositionERKNS_7TextRunEfb |
| 4775 } |
| 4776 { |
4769 bug_101755_c | 4777 bug_101755_c |
4770 Memcheck:Uninitialized | 4778 Memcheck:Uninitialized |
4771 fun:_ZN7WebCore21ComplexTextController* | 4779 fun:_ZN7WebCore21ComplexTextController* |
4772 ... | 4780 ... |
4773 fun:_ZNK7WebCore4Font15drawComplexTextEPNS_15GraphicsContextERKNS_7TextRunERK
NS_10FloatPointEii | 4781 fun:_ZNK7WebCore4Font15drawComplexTextEPNS_15GraphicsContextERKNS_7TextRunERK
NS_10FloatPointEii |
4774 fun:_ZNK7WebCore4Font8drawTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10Flo
atPointEii | 4782 fun:_ZNK7WebCore4Font8drawTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10Flo
atPointEii |
4775 fun:_ZN7WebCore15GraphicsContext8drawTextERKNS_4FontERKNS_7TextRunERKNS_10Flo
atPointEii | 4783 fun:_ZN7WebCore15GraphicsContext8drawTextERKNS_4FontERKNS_7TextRunERKNS_10Flo
atPointEii |
4776 fun:_ZN7WebCoreL20paintTextWithShadowsEPNS_15GraphicsContextERKNS_4FontERKNS_
7TextRunERKN3WTF12AtomicStringEiiiiRKNS_10FloatPointERKNS_9FloatRectEPKNS_10Shad
owDataEbb | 4784 fun:_ZN7WebCoreL20paintTextWithShadowsEPNS_15GraphicsContextERKNS_4FontERKNS_
7TextRunERKN3WTF12AtomicStringEiiiiRKNS_10FloatPointERKNS_9FloatRectEPKNS_10Shad
owDataEbb |
4777 fun:_ZN7WebCore13InlineTextBox5paintERNS_9PaintInfoERKNS_8IntPointEii | 4785 fun:_ZN7WebCore13InlineTextBox5paintERNS_9PaintInfoERKNS_8IntPointEii |
4778 fun:_ZN7WebCore13InlineFlowBox5paintERNS_9PaintInfoERKNS_8IntPointEii | 4786 fun:_ZN7WebCore13InlineFlowBox5paintERNS_9PaintInfoERKNS_8IntPointEii |
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5433 obj:/lib/libselinux.so.1 | 5441 obj:/lib/libselinux.so.1 |
5434 obj:/lib/libselinux.so.1 | 5442 obj:/lib/libselinux.so.1 |
5435 } | 5443 } |
5436 { | 5444 { |
5437 bug_todo_grep | 5445 bug_todo_grep |
5438 Memcheck:Leak | 5446 Memcheck:Leak |
5439 fun:malloc | 5447 fun:malloc |
5440 obj:/bin/grep | 5448 obj:/bin/grep |
5441 obj:/bin/grep | 5449 obj:/bin/grep |
5442 } | 5450 } |
OLD | NEW |