Skip to content

Commit

Permalink
Remove AutoTableLayout suppressions
Browse files Browse the repository at this point in the history
https://codereview.chromium.org/291933002 solved
these suppressions.

BUG=364675,158510

Review URL: https://codereview.chromium.org/308713013

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274559 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
jchaffraix@chromium.org committed Jun 3, 2014
1 parent 70ebc31 commit f650ac2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
3 changes: 0 additions & 3 deletions tools/msan/blacklist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,5 @@ fun:*MOZ_Z_deflate*
fun:unpack_RGBA8888
fun:unpack_RGB888

# http://crbug.com/158510
fun:_ZN7WebCore11RenderTable6layoutEv

# Bug in MSan, fixed in clang r210020. http://crbug.com/378909
fun:*convolveVertically_SSE2*
14 changes: 0 additions & 14 deletions tools/valgrind/drmemory/suppressions_full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1454,12 +1454,6 @@ name=bug_145244
*!WebCore::StyleRuleImport::requestStyleSheet
*!WebCore::StyleSheetContents::requestImportedStyleSheets

UNINITIALIZED READ
name=bug_158510
*!WebCore::RenderTable::layout
...
*!WebCore::RenderBlock::layout

UNINITIALIZED READ
name=bug_159005
*!WebCore::RenderMarquee::updateMarqueeStyle
Expand Down Expand Up @@ -2062,14 +2056,6 @@ blink_web.dll!WebCore::RenderLayerCompositor::updateIfNeededRecursive
blink_web.dll!WebCore::FrameView::updateLayoutAndStyleForPainting
blink_web.dll!WebCore::PageAnimator::updateLayoutAndStyleForPainting

UNINITIALIZED READ
name=bug_364675
blink_web.dll!WebCore::AutoTableLayout::layout
blink_web.dll!WebCore::RenderTable::layout
blink_web.dll!...
blink_web.dll!WebCore::RenderBlockFlow::layoutBlockFlow
blink_web.dll!WebCore::RenderBlockFlow::layoutBlock

UNINITIALIZED READ
name=bug_365101
*!device::BluetoothAdapterWin::AdapterStateChanged
Expand Down
7 changes: 0 additions & 7 deletions tools/valgrind/memcheck/suppressions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4207,13 +4207,6 @@
fun:_Znw*
fun:_ZN7content23AudioInputDeviceManager23EnumerateOnDeviceThread*
}
{
bug_158510
Memcheck:Uninitialized
fun:_ZN7WebCore11RenderTable6layoutEv
...
fun:_ZN7WebCore11RenderBlock6layoutEv
}
{
bug_158514
Memcheck:Uninitialized
Expand Down

0 comments on commit f650ac2

Please sign in to comment.