Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Side by Side Diff: tools/valgrind/drmemory/suppressions_full.txt

Issue 504023002: Remove CompositingIOSurfaceTransformerTest valgrind suppressions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove all other traces of deleted classes. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # This file contains suppressions for the Dr.Memory tool, see 1 # This file contains suppressions for the Dr.Memory tool, see
2 # http://dev.chromium.org/developers/how-tos/using-drmemory 2 # http://dev.chromium.org/developers/how-tos/using-drmemory
3 # 3 #
4 # This file should contain suppressions only for the reports happening 4 # This file should contain suppressions only for the reports happening
5 # in the 'full' mode (drmemory_full). 5 # in the 'full' mode (drmemory_full).
6 # For the reports that can happen in the light mode (a.k.a. drmemory_light), 6 # For the reports that can happen in the light mode (a.k.a. drmemory_light),
7 # please use suppressions.txt instead. 7 # please use suppressions.txt instead.
8 8
9 ############################################################### 9 ###############################################################
10 # Known reports on the third party we have no control over. 10 # Known reports on the third party we have no control over.
(...skipping 1553 matching lines...) Expand 10 before | Expand all | Expand 10 after
1564 UNINITIALIZED READ 1564 UNINITIALIZED READ
1565 name=bug_222883 1565 name=bug_222883
1566 *!v8::internal::ScavengeVisitor::ScavengePointer 1566 *!v8::internal::ScavengeVisitor::ScavengePointer
1567 *!v8::internal::ScavengeVisitor::VisitPointers 1567 *!v8::internal::ScavengeVisitor::VisitPointers
1568 *!v8::internal::StandardFrame::IterateExpressions 1568 *!v8::internal::StandardFrame::IterateExpressions
1569 ... 1569 ...
1570 *!v8::internal::Heap::Scavenge 1570 *!v8::internal::Heap::Scavenge
1571 *!v8::internal::Heap::PerformGarbageCollection* 1571 *!v8::internal::Heap::PerformGarbageCollection*
1572 1572
1573 UNINITIALIZED READ 1573 UNINITIALIZED READ
1574 name=bug_227278a
1575 ...
1576 *!content::CompositingIOSurfaceTransformerTest::RunResizeTest
1577 *!content::CompositingIOSurfaceTransformerTest_ResizesTexturesCorrectly_Test::Te stBody
1578
1579 UNINITIALIZED READ
1580 name=bug_227278b
1581 ...
1582 *!content::CompositingIOSurfaceTransformerTest::RunTransformRGBToYV12Test
1583 *!content::CompositingIOSurfaceTransformerTest_TransformsRGBToYV12_Test::TestBod y
1584
1585 UNINITIALIZED READ
1586 name=bug_227278c
1587 *!BitSetNextSetBit
1588 *!RegistersReInterfere
1589 *!RegistersMerge
1590 *!glpPPShaderLinearizeStreamMgr
1591 *!glpPPShaderLinearize
1592 *!glePrepareShaderForEmulation
1593 *!gleSetVPTransformFuncAll
1594 *!gleVPRenderQuadsSmooth
1595 *!gleDrawArraysOrElements_ExecCore
1596 *!glDrawArrays_Exec
1597 *!glDrawArrays
1598 *!content::::DrawQuad
1599 *!content::CompositingIOSurfaceTransformer::ResizeBilinear
1600 *!content::CompositingIOSurfaceTransformerTest::RunResizeTest
1601 *!content::CompositingIOSurfaceTransformerTest_ResizesTexturesCorrectly_Test::Te stBody
1602
1603 UNINITIALIZED READ
1604 name=bug_227278d
1605 *!glViewport_Exec
1606 *!glViewport
1607 *!content::::SetTransformationsForOffScreenRendering
1608 *!content::CompositingIOSurfaceTransformer::TransformRGBToYV12
1609 *!content::CompositingIOSurfaceTransformerTest::RunTransformRGBToYV12Test
1610 *!content::CompositingIOSurfaceTransformerTest_TransformsRGBToYV12_Test::TestBod y
1611
1612 UNINITIALIZED READ
1613 name=bug_238170a 1574 name=bug_238170a
1614 *!blink::ElementRuleCollector::collectMatchingRules 1575 *!blink::ElementRuleCollector::collectMatchingRules
1615 *!blink::ElementRuleCollector::hasAnyMatchingRules 1576 *!blink::ElementRuleCollector::hasAnyMatchingRules
1616 1577
1617 UNINITIALIZED READ 1578 UNINITIALIZED READ
1618 name=bug_238170b 1579 name=bug_238170b
1619 *!blink::ElementRuleCollector::collectMatchingRules 1580 *!blink::ElementRuleCollector::collectMatchingRules
1620 *!blink::StyleResolver::matchAuthorRules 1581 *!blink::StyleResolver::matchAuthorRules
1621 1582
1622 UNINITIALIZED READ 1583 UNINITIALIZED READ
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
2229 KERNEL32.dll!CreateWaitableTimerW 2190 KERNEL32.dll!CreateWaitableTimerW
2230 content.dll!rtc::Timing::Timing 2191 content.dll!rtc::Timing::Timing
2231 content.dll!content::RenderProcessHostImpl::CreateMessageFilters 2192 content.dll!content::RenderProcessHostImpl::CreateMessageFilters
2232 ... 2193 ...
2233 content.dll!content::RenderViewHostImpl::CreateRenderView 2194 content.dll!content::RenderViewHostImpl::CreateRenderView
2234 content.dll!content::WebContentsImpl::CreateRenderViewForRenderManager 2195 content.dll!content::WebContentsImpl::CreateRenderViewForRenderManager
2235 ... 2196 ...
2236 content.dll!content::NavigationControllerImpl::LoadEntry 2197 content.dll!content::NavigationControllerImpl::LoadEntry
2237 ... 2198 ...
2238 *!extensions::ExtensionHost::LoadInitialURL 2199 *!extensions::ExtensionHost::LoadInitialURL
OLDNEW
« no previous file with comments | « content/browser/renderer_host/compositing_iosurface_mac.h ('k') | tools/valgrind/gtest_exclude/content_unittests.gtest.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698