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 1392 matching lines...) Loading... |
1403 fun:_ZN7testing8internal15TestFactoryImplI40DownloadManagerTest_GetSafeFilena
me_TestE10CreateTestEv | 1403 fun:_ZN7testing8internal15TestFactoryImplI40DownloadManagerTest_GetSafeFilena
me_TestE10CreateTestEv |
1404 } | 1404 } |
1405 { | 1405 { |
1406 bug_49268_3 | 1406 bug_49268_3 |
1407 Memcheck:Leak | 1407 Memcheck:Leak |
1408 fun:_Znw* | 1408 fun:_Znw* |
1409 fun:_ZN19DownloadManagerTestC2Ev | 1409 fun:_ZN19DownloadManagerTestC2Ev |
1410 fun:_ZN7testing8internal15TestFactoryImplI45DownloadManagerTest_TestDownloadF
ilename_TestE10CreateTestEv | 1410 fun:_ZN7testing8internal15TestFactoryImplI45DownloadManagerTest_TestDownloadF
ilename_TestE10CreateTestEv |
1411 } | 1411 } |
1412 { | 1412 { |
1413 bug_49590a | |
1414 Memcheck:Leak | |
1415 fun:calloc | |
1416 fun:_internal_class_createInstanceFromZone | |
1417 fun:_internal_class_createInstance | |
1418 fun:+[NSObject allocWithZone:] | |
1419 fun:+[NSObject alloc] | |
1420 fun:_ZN12_GLOBAL__N_*BalloonControllerTest_*Test_Test8TestBodyEv | |
1421 } | |
1422 { | |
1423 bug_49590b | |
1424 Memcheck:Leak | |
1425 fun:calloc | |
1426 fun:_internal_class_createInstanceFromZone | |
1427 fun:_internal_class_createInstance | |
1428 fun:+[NSObject allocWithZone:] | |
1429 fun:+[NSObject alloc] | |
1430 fun:-[MenuController addItemToMenu:atIndex:fromModel:modelIndex:] | |
1431 fun:-[MenuController menuFromModel:] | |
1432 fun:-[MenuController menu] | |
1433 fun:-[MenuController initWithModel:useWithPopUpButtonCell:] | |
1434 fun:-[BalloonController initWithBalloon:] | |
1435 fun:_ZN12_GLOBAL__N_*BalloonControllerTest_ShowAndCloseTest_Test8TestBodyEv | |
1436 } | |
1437 { | |
1438 bug_49590c | |
1439 Memcheck:Cond | |
1440 fun:_ZN12_GLOBAL__N_136BalloonControllerTest_SizesTest_Test8TestBodyEv | |
1441 } | |
1442 { | |
1443 bug_49590d | |
1444 Memcheck:Leak | |
1445 ... | |
1446 fun:-[BalloonController initWithBalloon:] | |
1447 fun:_ZN12_GLOBAL__N_136BalloonControllerTest_SizesTest_Test8TestBodyEv | |
1448 } | |
1449 { | |
1450 bug_49750 | 1413 bug_49750 |
1451 Memcheck:Leak | 1414 Memcheck:Leak |
1452 fun:_Znw* | 1415 fun:_Znw* |
1453 fun:_ZN16CookiesTreeModelC2EPN3net13CookieMonsterEP26BrowsingDataDatabaseHelp
erP30BrowsingDataLocalStorageHelperP26BrowsingDataAppCacheHelper | 1416 fun:_ZN16CookiesTreeModelC2EPN3net13CookieMonsterEP26BrowsingDataDatabaseHelp
erP30BrowsingDataLocalStorageHelperP26BrowsingDataAppCacheHelper |
1454 fun:_ZN26TabSpecificContentSettings27LocalSharedObjectsContainer19GetCookiesT
reeModelEv | 1417 fun:_ZN26TabSpecificContentSettings27LocalSharedObjectsContainer19GetCookiesT
reeModelEv |
1455 fun:-[CollectedCookiesWindowController loadTreeModelFromTabContents] | 1418 fun:-[CollectedCookiesWindowController loadTreeModelFromTabContents] |
1456 fun:-[CollectedCookiesWindowController initWithTabContents:] | 1419 fun:-[CollectedCookiesWindowController initWithTabContents:] |
1457 fun:_ZN12_GLOBAL__N_154CollectedCookiesWindowControllerTest_Construction_Test
8TestBodyEv | 1420 fun:_ZN12_GLOBAL__N_154CollectedCookiesWindowControllerTest_Construction_Test
8TestBodyEv |
1458 } | 1421 } |
1459 { | 1422 { |
(...skipping 90 matching lines...) Loading... |
1550 bug_50638 | 1513 bug_50638 |
1551 Memcheck:Cond | 1514 Memcheck:Cond |
1552 fun:gleUpdateViewScissorData | 1515 fun:gleUpdateViewScissorData |
1553 ... | 1516 ... |
1554 fun:cgl_set_surface | 1517 fun:cgl_set_surface |
1555 fun:ogl_attach_surface | 1518 fun:ogl_attach_surface |
1556 fun:ogl_render_fade_transition | 1519 fun:ogl_render_fade_transition |
1557 fun:ogl_render_layer_ | 1520 fun:ogl_render_layer_ |
1558 fun:ogl_render_layers | 1521 fun:ogl_render_layers |
1559 } | 1522 } |
OLD | NEW |