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 2494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2505 fun:_ZN7WebCore16GarbageCollectedINS_6IDBKeyEEnwEm | 2505 fun:_ZN7WebCore16GarbageCollectedINS_6IDBKeyEEnwEm |
2506 fun:_ZN7WebCore6IDBKey12createNumberEd | 2506 fun:_ZN7WebCore6IDBKey12createNumberEd |
2507 fun:_ZN5blink9WebIDBKey12assignNumberEd | 2507 fun:_ZN5blink9WebIDBKey12assignNumberEd |
2508 fun:_ZN5blink9WebIDBKey12createNumberEd | 2508 fun:_ZN5blink9WebIDBKey12createNumberEd |
2509 fun:_ZN7content16WebIDBKeyBuilder5BuildERKNS_12IndexedDBKeyE | 2509 fun:_ZN7content16WebIDBKeyBuilder5BuildERKNS_12IndexedDBKeyE |
2510 fun:_ZN7content16WebIDBCursorImpl14CachedContinueEPN5blink15WebIDBCallbacksE | 2510 fun:_ZN7content16WebIDBCursorImpl14CachedContinueEPN5blink15WebIDBCallbacksE |
2511 fun:_ZN7content16WebIDBCursorImpl16continueFunctionERKN5blink9WebIDBKeyES4_PN
S1_15WebIDBCallbacksE | 2511 fun:_ZN7content16WebIDBCursorImpl16continueFunctionERKN5blink9WebIDBKeyES4_PN
S1_15WebIDBCallbacksE |
2512 fun:_ZN7content16WebIDBCursorImpl16continueFunctionERKN5blink9WebIDBKeyEPNS1_
15WebIDBCallbacksE | 2512 fun:_ZN7content16WebIDBCursorImpl16continueFunctionERKN5blink9WebIDBKeyEPNS1_
15WebIDBCallbacksE |
2513 fun:_ZN7content38WebIDBCursorImplTest_PrefetchTest_Test8TestBodyEv | 2513 fun:_ZN7content38WebIDBCursorImplTest_PrefetchTest_Test8TestBodyEv |
2514 } | 2514 } |
2515 { | |
2516 bug_392244 | |
2517 Memcheck:Leak | |
2518 ... | |
2519 fun:_ZN4base10GetTempDirEPNS_8FilePathE | |
2520 fun:_ZN4base15GetShmemTempDirEbPNS_8FilePathE | |
2521 ... | |
2522 fun:_ZN7content25TestWebKitPlatformSupportC2Ev | |
2523 fun:_ZN7content25TestWebKitPlatformSupportC1Ev | |
2524 fun:_ZN7content17UnitTestTestSuiteC2EPN4base9TestSuiteE | |
2525 } | |
OLD | NEW |