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

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

Issue 589903004: Retire obsolete DrMemory suppressions ..159005 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1407 matching lines...) Expand 10 before | Expand all | Expand 10 after
1418 name=bug_138220_b 1418 name=bug_138220_b
1419 *!blink::HTMLInputElement::dataList 1419 *!blink::HTMLInputElement::dataList
1420 *!blink::HTMLInputElement::list 1420 *!blink::HTMLInputElement::list
1421 *!blink::RenderTheme::paintSliderTicks 1421 *!blink::RenderTheme::paintSliderTicks
1422 *!blink::RenderThemeChromiumLinux::paintSliderTrack 1422 *!blink::RenderThemeChromiumLinux::paintSliderTrack
1423 *!blink::RenderTheme::paint 1423 *!blink::RenderTheme::paint
1424 *!blink::RenderBox::paintBoxDecorations 1424 *!blink::RenderBox::paintBoxDecorations
1425 *!blink::RenderBlock::paintObject 1425 *!blink::RenderBlock::paintObject
1426 1426
1427 UNINITIALIZED READ 1427 UNINITIALIZED READ
1428 name=bug_139467
1429 *!blink::AccessibilityTable::roleValue
1430 *!blink::AccessibilityRenderObject::ariaLiveRegionStatus
1431 *!blink::AccessibilityObject::supportsARIALiveRegion
1432 *!blink::AccessibilityObject::supportsARIAAttributes
1433 *!blink::AccessibilityRenderObject::determineAccessibilityRole
1434 *!blink::AccessibilityNodeObject::init
1435 *!blink::AccessibilityRenderObject::init
1436 *!blink::AccessibilityTable::init
1437
1438 UNINITIALIZED READ
1439 name=bug_140196
1440 *!SkDescriptor::equals
1441 *!SkGlyphCache::VisitCache
1442 ...
1443 *!SkPaint::descriptorProc
1444
1445 UNINITIALIZED READ
1446 name=bug_143545
1447 *!aura::RootWindow::ShowCursor
1448 *!ash::Shell::ShowCursor
1449 *!ash::CursorManager::ShowCursor
1450 *!ash::test::AshTestBase::SetUp
1451
1452 UNINITIALIZED READ
1453 name=bug_145244
1454 *!blink::StyleRuleImport::requestStyleSheet
1455 *!blink::StyleSheetContents::requestImportedStyleSheets
1456
1457 UNINITIALIZED READ
1458 name=bug_159005
1459 *!blink::RenderMarquee::updateMarqueeStyle
1460 *!blink::RenderLayer::styleChanged
1461 *!blink::RenderLayerModelObject::styleDidChange
1462 *!blink::RenderBox::styleDidChange
1463 *!blink::RenderBlock::styleDidChange
1464 *!blink::RenderObject::setStyle
1465
1466 UNINITIALIZED READ
1467 name=bug_162825 1428 name=bug_162825
1468 *!bcmp 1429 *!bcmp
1469 *!gpu::gles2::ShaderTranslatorCache::ShaderTranslatorInitParams::operator< 1430 *!gpu::gles2::ShaderTranslatorCache::ShaderTranslatorInitParams::operator<
1470 *!std::less<>::operator 1431 *!std::less<>::operator
1471 ... 1432 ...
1472 *!std::map<>::find 1433 *!std::map<>::find
1473 ... 1434 ...
1474 *!gpu::gles2::GLES2DecoderImpl::InitializeShaderTranslator 1435 *!gpu::gles2::GLES2DecoderImpl::InitializeShaderTranslator
1475 1436
1476 UNINITIALIZED READ 1437 UNINITIALIZED READ
(...skipping 723 matching lines...) Expand 10 before | Expand all | Expand 10 after
2200 2161
2201 UNINITIALIZED READ 2162 UNINITIALIZED READ
2202 name=bug_414268 2163 name=bug_414268
2203 pdf.dll!chrome_pdf::PDFiumEngine::OnMouseMove 2164 pdf.dll!chrome_pdf::PDFiumEngine::OnMouseMove
2204 pdf.dll!chrome_pdf::PDFiumEngine::HandleEvent 2165 pdf.dll!chrome_pdf::PDFiumEngine::HandleEvent
2205 pdf.dll!chrome_pdf::OutOfProcessInstance::HandleInputEvent 2166 pdf.dll!chrome_pdf::OutOfProcessInstance::HandleInputEvent
2206 pdf.dll!pp::InputEvent_HandleEvent 2167 pdf.dll!pp::InputEvent_HandleEvent
2207 ppapi_proxy.dll!ppapi::CallWhileUnlocked<> 2168 ppapi_proxy.dll!ppapi::CallWhileUnlocked<>
2208 ppapi_proxy.dll!ppapi::proxy::PPP_InputEvent_Proxy::OnMsgHandleFilteredInputEven t 2169 ppapi_proxy.dll!ppapi::proxy::PPP_InputEvent_Proxy::OnMsgHandleFilteredInputEven t
2209 2170
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698