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 1354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1365 fun:rips_f_DrawRing | 1365 fun:rips_f_DrawRing |
1366 fun:rips_f_BltShape | 1366 fun:rips_f_BltShape |
1367 fun:ripc_Render | 1367 fun:ripc_Render |
1368 fun:ripc_DrawRects | 1368 fun:ripc_DrawRects |
1369 fun:CGContextFillRects | 1369 fun:CGContextFillRects |
1370 fun:CGContextFillRect | 1370 fun:CGContextFillRect |
1371 fun:NSRectFill | 1371 fun:NSRectFill |
1372 fun:_ZN18FocusIndicationFix40currentOSHasSetFocusRingStyleInBitmapBugEv | 1372 fun:_ZN18FocusIndicationFix40currentOSHasSetFocusRingStyleInBitmapBugEv |
1373 } | 1373 } |
1374 { | 1374 { |
1375 bug_48980_mac | |
1376 Memcheck:Leak | |
1377 fun:_Znw* | |
1378 fun:_ZNSt8_Rb_treeIPN11PrefService10PreferenceES2_St9_IdentityIS2_ENS0_24Pref
erencePathComparatorESaIS2_EE9_M_insertEPSt18_Rb_tree_node_baseS9_RKS2_ | |
1379 fun:_ZNSt8_Rb_treeIPN11PrefService10PreferenceES2_St9_IdentityIS2_ENS0_24Pref
erencePathComparatorESaIS2_EE13insert_uniqueERKS2_ | |
1380 fun:_ZNSt3setIPN11PrefService10PreferenceENS0_24PreferencePathComparatorESaIS
2_EE6insertERKS2_ | |
1381 fun:_ZN11PrefService18RegisterPreferenceEPNS_10PreferenceE | |
1382 fun:_ZN44ExtensionPrefStoreTest_NotifyWhenNeeded_Test8TestBodyEv | |
1383 } | |
1384 { | |
1385 bug_49250_a | 1375 bug_49250_a |
1386 Memcheck:Cond | 1376 Memcheck:Cond |
1387 fun:gleUpdateFogData | 1377 fun:gleUpdateFogData |
1388 fun:gleUpdateState | 1378 fun:gleUpdateState |
1389 fun:_ZN8remoting11CapturerMac12CaptureRectsERKSt6vectorIN3gfx4RectESaIS3_EEP1
4CallbackRunnerI6Tuple1I13scoped_refptrINS_8Capturer11CaptureDataEEEE | 1379 fun:_ZN8remoting11CapturerMac12CaptureRectsERKSt6vectorIN3gfx4RectESaIS3_EEP1
4CallbackRunnerI6Tuple1I13scoped_refptrINS_8Capturer11CaptureDataEEEE |
1390 fun:_ZN8remoting8Capturer19CaptureInvalidRectsEP14CallbackRunnerI6Tuple1I13sc
oped_refptrINS0_11CaptureDataEEEE | 1380 fun:_ZN8remoting8Capturer19CaptureInvalidRectsEP14CallbackRunnerI6Tuple1I13sc
oped_refptrINS0_11CaptureDataEEEE |
1391 fun:_ZN8remoting28CapturerMacTest_Capture_Test8TestBodyEv | 1381 fun:_ZN8remoting28CapturerMacTest_Capture_Test8TestBodyEv |
1392 } | 1382 } |
1393 { | 1383 { |
1394 bug_49250_b | 1384 bug_49250_b |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1494 { | 1484 { |
1495 bug_49750 | 1485 bug_49750 |
1496 Memcheck:Leak | 1486 Memcheck:Leak |
1497 fun:_Znw* | 1487 fun:_Znw* |
1498 fun:_ZN16CookiesTreeModelC2EPN3net13CookieMonsterEP26BrowsingDataDatabaseHelp
erP30BrowsingDataLocalStorageHelperP26BrowsingDataAppCacheHelper | 1488 fun:_ZN16CookiesTreeModelC2EPN3net13CookieMonsterEP26BrowsingDataDatabaseHelp
erP30BrowsingDataLocalStorageHelperP26BrowsingDataAppCacheHelper |
1499 fun:_ZN26TabSpecificContentSettings27LocalSharedObjectsContainer19GetCookiesT
reeModelEv | 1489 fun:_ZN26TabSpecificContentSettings27LocalSharedObjectsContainer19GetCookiesT
reeModelEv |
1500 fun:-[CollectedCookiesWindowController loadTreeModelFromTabContents] | 1490 fun:-[CollectedCookiesWindowController loadTreeModelFromTabContents] |
1501 fun:-[CollectedCookiesWindowController initWithTabContents:] | 1491 fun:-[CollectedCookiesWindowController initWithTabContents:] |
1502 fun:_ZN12_GLOBAL__N_154CollectedCookiesWindowControllerTest_Construction_Test
8TestBodyEv | 1492 fun:_ZN12_GLOBAL__N_154CollectedCookiesWindowControllerTest_Construction_Test
8TestBodyEv |
1503 } | 1493 } |
OLD | NEW |