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

Issue 2952143002: Disable NGLineBreakerTest.OverflowAtomicInline under ASan (Closed)

Created:
3 years, 6 months ago by kojii
Modified:
3 years, 6 months ago
Reviewers:
hans, Nico
CC:
atotic+reviews_chromium.org, blink-reviews, blink-reviews-layout_chromium.org, chromium-reviews, dgrogan+ng_chromium.org, eae+blinkwatch, glebl+reviews_chromium.org, jchaffraix+rendering, lchoi+reviews_chromium.org, leviw+renderwatch, ojan+watch_chromium.org, pdr+renderingwatchlist_chromium.org, szager+layoutwatch_chromium.org, zoltan1
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Disable NGLineBreakerTest.OverflowAtomicInline under ASan It leaks memory in CopyFragmentDataToLayoutBox. Disabling until LayoutNGPaintFragments is ready. Same as issue 721932. BUG=732574 R=hans@chromium.org, thakis@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_layout_ng Review-Url: https://codereview.chromium.org/2952143002 Cr-Commit-Position: refs/heads/master@{#481519} Committed: https://chromium.googlesource.com/chromium/src/+/fc930616af698875d2e6a2a955326c7910f4059a

Patch Set 1 : fix typo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -1 line) Patch
M third_party/WebKit/Source/core/layout/ng/inline/ng_line_breaker_test.cc View 1 chunk +8 lines, -1 line 0 comments Download

Messages

Total messages: 22 (14 generated)
kojii
PTAL.
3 years, 6 months ago (2017-06-22 04:31:57 UTC) #7
kojii
has -> hans, sorry for the typo.
3 years, 6 months ago (2017-06-22 04:44:39 UTC) #11
hans
lgtm
3 years, 6 months ago (2017-06-22 13:50:44 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2952143002/20001
3 years, 6 months ago (2017-06-22 13:51:05 UTC) #16
commit-bot: I haz the power
Committed patchset #1 (id:20001) as https://chromium.googlesource.com/chromium/src/+/fc930616af698875d2e6a2a955326c7910f4059a
3 years, 6 months ago (2017-06-22 13:54:55 UTC) #19
cbiesinger1
Why is it leaking? Wouldn't it be better to fix the leak than to disable ...
3 years, 6 months ago (2017-06-22 17:28:54 UTC) #20
kojii
On 2017/06/22 at 17:28:54, cbiesinger wrote: > Why is it leaking? Wouldn't it be better ...
3 years, 6 months ago (2017-06-23 06:07:35 UTC) #21
cbiesinger
3 years, 6 months ago (2017-06-23 20:56:51 UTC) #22
Message was sent while issue was closed.
On 2017/06/23 06:07:35, kojii wrote:
> On 2017/06/22 at 17:28:54, cbiesinger wrote:
> > Why is it leaking? Wouldn't it be better to fix the leak than to disable the
> test?
> 
> Can't agree more it's better, but I'm hoping we enable LayoutNGPaintFragments
in
> a month or less. CopyFragmentDataToLayoutBox should be gone then. I
acknowledge
> that CopyFragmentDataToLayoutBox is a hack and is not shippable, it's actually
> the reason why we decided we need to start LayoutNGPaintFragments project to
> eliminate it.
> 
> We're very close to eliminate it now that I hope us to spend more time on it
> rather than on looking into CopyFragmentDataToLayoutBox.

OK, sounds reasonable. Thanks.

Powered by Google App Engine
This is Rietveld 408576698