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

Issue 2301303002: Reland Compile under-invalidation checking in all builds (Closed)

Created:
4 years, 3 months ago by Xianzhu
Modified:
4 years, 3 months ago
Reviewers:
pdr.
CC:
ajuma+watch_chromium.org, blink-layers+watch_chromium.org, blink-reviews, blink-reviews-paint_chromium.org, blink-reviews-platform-graphics_chromium.org, Rik, chromium-reviews, danakj+watch_chromium.org, dshwang, drott+blinkwatch_chromium.org, krit, f(malita), jbroman, Justin Novosad, pdr+graphicswatchlist_chromium.org, rwlbuis, Stephen Chennney, slimming-paint-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Reland Compile under-invalidation checking in all builds This relands https://codereview.chromium.org/2299223002 which was reverted because of random pixel under-invalidations. Now clear the bitmaps before drawing the pictures. BTW changed the error indication color from solid red to translucent magenta to distinguish from the normal red pixels in test results. > This will let the tests having under-invalidation issues produce the > same result on all builds, so enable us to rebaseline the tests with > failure results. In this way we can track either regressions and > progressions instead of ignoring the tests. > > BUG=619103 > CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 > > Review-Url: https://codereview.chromium.org/2299223002 > Cr-Commit-Position: refs/heads/master@{#416060} BUG=619103 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 R=pdr@chromium.org

Patch Set 1 #

Patch Set 2 : Changes #

Patch Set 3 : Rebase #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -143 lines) Patch
M third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2 View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/compositing/repaint/page-scale-repaint.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/obscured-background-no-repaint.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/resources/text-based-repaint.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/resources/window-resize-repaint.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/resources/run-after-layout-and-paint.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/BoxPainter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/GraphicsLayer.h View 2 chunks +1 line, -7 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp View 1 11 chunks +15 lines, -20 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/ClipDisplayItem.h View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/ClipPathDisplayItem.h View 1 chunk +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/CompositingDisplayItem.h View 2 chunks +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h View 2 chunks +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.h View 1 chunk +1 line, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/DrawingDisplayItem.cpp View 3 chunks +1 line, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/DrawingRecorder.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/FilterDisplayItem.h View 2 chunks +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/FloatClipDisplayItem.h View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/ForeignLayerDisplayItem.h View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/ForeignLayerDisplayItem.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/PaintController.h View 4 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp View 22 chunks +24 lines, -38 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp View 20 chunks +20 lines, -29 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/ScrollDisplayItem.h View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/Transform3DDisplayItem.h View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/TransformDisplayItem.h View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 38 (18 generated)
Xianzhu
Please use this link for the differences from the original patch: https://codereview.chromium.org/2301303002/diff2/1:20001/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
4 years, 3 months ago (2016-09-01 23:47:46 UTC) #5
pdr.
Thanks for the quick fix. The failures that caused the revert[1] look like random garbage ...
4 years, 3 months ago (2016-09-02 00:25:33 UTC) #8
Xianzhu
On 2016/09/02 00:25:33, pdr. wrote: > Thanks for the quick fix. > > The failures ...
4 years, 3 months ago (2016-09-02 00:49:13 UTC) #9
pdr.
On 2016/09/02 at 00:49:13, wangxianzhu wrote: > On 2016/09/02 00:25:33, pdr. wrote: > > Thanks ...
4 years, 3 months ago (2016-09-02 01:08:17 UTC) #10
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/2301303002/20001
4 years, 3 months ago (2016-09-02 03:36:02 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_layout_tests_slimming_paint_v2 on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_layout_tests_slimming_paint_v2/builds/296)
4 years, 3 months ago (2016-09-02 03:42:40 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/2301303002/40001
4 years, 3 months ago (2016-09-02 04:57:19 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: linux_layout_tests_slimming_paint_v2 on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_layout_tests_slimming_paint_v2/builds/299)
4 years, 3 months ago (2016-09-02 05:06:18 UTC) #19
Xianzhu
On 2016/09/02 01:08:17, pdr. wrote: > On 2016/09/02 at 00:49:13, wangxianzhu wrote: > > On ...
4 years, 3 months ago (2016-09-02 05:12:30 UTC) #20
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/2301303002/40001
4 years, 3 months ago (2016-09-02 15:44:36 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: linux_layout_tests_slimming_paint_v2 on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_layout_tests_slimming_paint_v2/builds/303)
4 years, 3 months ago (2016-09-02 15:50:23 UTC) #24
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/2301303002/60001
4 years, 3 months ago (2016-09-02 15:54:56 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: linux_layout_tests_slimming_paint_v2 on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_layout_tests_slimming_paint_v2/builds/305)
4 years, 3 months ago (2016-09-02 16:01:00 UTC) #29
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/730c50d75791af41558efece2aa560a0c2fc97e9 Cr-Commit-Position: refs/heads/master@{#416276}
4 years, 3 months ago (2016-09-02 16:03:47 UTC) #31
Xianzhu
Committed patchset #4 (id:60001) to pending queue manually as c452a1ccf272f35a6fc83be009852579908abd9d (presubmit successful).
4 years, 3 months ago (2016-09-02 16:04:01 UTC) #33
Matt Giuca
A revert of this CL (patchset #4 id:60001) has been created in https://codereview.chromium.org/2309193002/ by mgiuca@chromium.org. ...
4 years, 3 months ago (2016-09-05 05:43:36 UTC) #34
Matt Giuca
On 2016/09/05 05:43:36, Matt Giuca wrote: > A revert of this CL (patchset #4 id:60001) ...
4 years, 3 months ago (2016-09-05 05:45:57 UTC) #35
Matt Giuca
On 2016/09/05 05:45:57, Matt Giuca wrote: > On 2016/09/05 05:43:36, Matt Giuca wrote: > > ...
4 years, 3 months ago (2016-09-05 07:11:50 UTC) #36
Xianzhu
A revert of this CL (patchset #4 id:60001) has been created in https://codereview.chromium.org/2314863002/ by wangxianzhu@chromium.org. ...
4 years, 3 months ago (2016-09-06 16:05:32 UTC) #37
Xianzhu
4 years, 3 months ago (2016-09-06 16:08:19 UTC) #38
Message was sent while issue was closed.
On 2016/09/06 16:05:32, Xianzhu wrote:
> A revert of this CL (patchset #4 id:60001) has been created in
> https://codereview.chromium.org/2314863002/ by
mailto:wangxianzhu@chromium.org.
> 
> The reason for reverting is: This should be landed to discover
> under-invalidations. If any test hit this, we should mark the test fail
instead
> of reverting this..

Ignore the above. I should create a revert of the revert instead of this one.

Powered by Google App Engine
This is Rietveld 408576698