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 1432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1443 { | 1443 { |
1444 bug_81575 | 1444 bug_81575 |
1445 Heapcheck:Leak | 1445 Heapcheck:Leak |
1446 ... | 1446 ... |
1447 fun:Options | 1447 fun:Options |
1448 fun:fileapi::FileSystemOriginDatabase::Init | 1448 fun:fileapi::FileSystemOriginDatabase::Init |
1449 } | 1449 } |
1450 { | 1450 { |
1451 bug_81796_a | 1451 bug_81796_a |
1452 Heapcheck:Leak | 1452 Heapcheck:Leak |
1453 fun:base::MessageLoopProxy::CreateForCurrentThread | 1453 fun:base::MessageLoopProxy::current |
1454 fun:*Context | 1454 fun:*Context |
1455 fun:*ChannelProxy | 1455 fun:*ChannelProxy |
1456 fun:IPCChannelTest_ChannelProxyTest_Test::TestBody | 1456 fun:IPCChannelTest_ChannelProxyTest_Test::TestBody |
1457 } | 1457 } |
1458 { | 1458 { |
1459 bug_81796_b | 1459 bug_81796_b |
1460 Heapcheck:Leak | 1460 Heapcheck:Leak |
1461 fun:base::MessageLoopProxy::CreateForCurrentThread | 1461 fun:base::MessageLoopProxy::current |
1462 ... | 1462 ... |
1463 fun:*SyncContext | 1463 fun:*SyncContext |
1464 fun:*SyncChannel | 1464 fun:*SyncChannel |
1465 fun:ChildThread::Init | 1465 fun:ChildThread::Init |
1466 } | 1466 } |
1467 { | 1467 { |
1468 bug_82974a | 1468 bug_82974a |
1469 Heapcheck:Leak | 1469 Heapcheck:Leak |
1470 fun:sqlite3MemMalloc | 1470 fun:sqlite3MemMalloc |
1471 fun:net::X509Certificate::CreateOSCertHandleFromBytes | 1471 fun:net::X509Certificate::CreateOSCertHandleFromBytes |
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1712 fun:BrowserAccessibilityManagerTest_TestCreateEmptyDocument_Test::TestBody | 1712 fun:BrowserAccessibilityManagerTest_TestCreateEmptyDocument_Test::TestBody |
1713 } | 1713 } |
1714 { | 1714 { |
1715 bug_91845_c | 1715 bug_91845_c |
1716 Heapcheck:Leak | 1716 Heapcheck:Leak |
1717 ... | 1717 ... |
1718 fun:BrowserAccessibilityManager::Create | 1718 fun:BrowserAccessibilityManager::Create |
1719 fun:BrowserAccessibilityManager::CreateEmptyDocument | 1719 fun:BrowserAccessibilityManager::CreateEmptyDocument |
1720 fun:BrowserAccessibilityManagerTest_TestCreateEmptyDocument_Test::TestBody | 1720 fun:BrowserAccessibilityManagerTest_TestCreateEmptyDocument_Test::TestBody |
1721 } | 1721 } |
OLD | NEW |