|
|
Chromium Code Reviews|
Created:
4 years, 9 months ago by erikchen Modified:
4 years, 9 months ago CC:
chromium-reviews, krit, pdr+graphicswatchlist_chromium.org, drott+blinkwatch_chromium.org, f(malita), ajuma+watch-canvas_chromium.org, dshwang, jam, jbroman, Justin Novosad, danakj+watch_chromium.org, Rik, darin-cc_chromium.org, blink-reviews-platform-graphics_chromium.org, blink-reviews, piman+watch_chromium.org, kinuko+watch, Stephen Chennney, rwlbuis Base URL:
https://chromium.googlesource.com/chromium/src.git@master Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionReenable IOSurface Canvas2D. Disable new trace tests.
Continuing to track down source of trace_test.IOSurface2DCanvas flaky errors.
BUG=595754
Committed: https://crrev.com/bf380d5748bbb3ea2b9f14ea1a721a8a4bab5ace
Cr-Commit-Position: refs/heads/master@{#382482}
Patch Set 1 #
Total comments: 3
Patch Set 2 : Comments from kbr. #
Total comments: 2
Patch Set 3 : Comments from kbr. #Patch Set 4 : Rebase error. #Patch Set 5 : Rebase. #Patch Set 6 : Rebase, again. #Patch Set 7 : Continue to rebase. #
Messages
Total messages: 44 (24 generated)
erikchen@chromium.org changed reviewers: + junov@chromium.org
junov: Please review.
erikchen@chromium.org changed reviewers: + kbr@chromium.org
kbr: Please review content/test/gpu/page_sets/pixel_tests.py.
The CQ bit was checked by erikchen@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1816623002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1816623002/1
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
Patchset #2 (id:20001) has been deleted
LGTM but please try the suggestion in pixel_tests.py to retain coverage there, even if the trace_test version of it is flaky. https://codereview.chromium.org/1816623002/diff/1/content/test/gpu/page_sets/... File content/test/gpu/page_sets/pixel_tests.py (right): https://codereview.chromium.org/1816623002/diff/1/content/test/gpu/page_sets/... content/test/gpu/page_sets/pixel_tests.py:75: # trace_test.IOSurface2DCanvas failures. https://crbug.com/595754. Could you skip this test instead in src/content/test/gpu/gpu_tests/trace_test_expectations.py ? That would allow the pixel test to continue to run. https://codereview.chromium.org/1816623002/diff/1/content/test/gpu/page_sets/... content/test/gpu/page_sets/pixel_tests.py:131: # trace_test.IOSurface2DCanvas failures. https://crbug.com/595754. Same here.
kbr: PTAL https://codereview.chromium.org/1816623002/diff/1/content/test/gpu/page_sets/... File content/test/gpu/page_sets/pixel_tests.py (right): https://codereview.chromium.org/1816623002/diff/1/content/test/gpu/page_sets/... content/test/gpu/page_sets/pixel_tests.py:75: # trace_test.IOSurface2DCanvas failures. https://crbug.com/595754. On 2016/03/19 04:27:04, Ken Russell wrote: > Could you skip this test instead in > src/content/test/gpu/gpu_tests/trace_test_expectations.py ? That would allow the > pixel test to continue to run. I skipped the test in trace_test.py, since I want the test to not run, not just fail.
https://codereview.chromium.org/1816623002/diff/40001/content/test/gpu/gpu_te... File content/test/gpu/gpu_tests/trace_test.py (right): https://codereview.chromium.org/1816623002/diff/40001/content/test/gpu/gpu_te... content/test/gpu/gpu_tests/trace_test.py:97: # story_set.stories = stories This code is commented out? Don't see how it will have an effect. To be clear, I'm suggesting making the following change in src/content/test/gpu/gpu_tests/trace_test_expectations.py: class TraceTestExpectations(GpuTestExpectations): def SetExpectations(self): self.Skip('TraceTest.IOSurface2DCanvasWebGL', ['mac'], bug=595754) self.Skip(TraceTest.2DCanvasWebGL', bug=595754)
https://codereview.chromium.org/1816623002/diff/40001/content/test/gpu/gpu_te... File content/test/gpu/gpu_tests/trace_test.py (right): https://codereview.chromium.org/1816623002/diff/40001/content/test/gpu/gpu_te... content/test/gpu/gpu_tests/trace_test.py:97: # story_set.stories = stories On 2016/03/21 21:14:10, Ken Russell wrote: > This code is commented out? Don't see how it will have an effect. > > To be clear, I'm suggesting making the following change in > src/content/test/gpu/gpu_tests/trace_test_expectations.py: > > class TraceTestExpectations(GpuTestExpectations): > def SetExpectations(self): > self.Skip('TraceTest.IOSurface2DCanvasWebGL', ['mac'], bug=595754) > self.Skip(TraceTest.2DCanvasWebGL', bug=595754) I didn't expect to be able to skip running a test from a method that sets expectations for tests. I've followed your suggestion.
The CQ bit was checked by erikchen@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from kbr@chromium.org Link to the patchset: https://codereview.chromium.org/1816623002/#ps60001 (title: "Comments from kbr.")
Description was changed from ========== Reenable IOSurface Canvas2D. Disable new pixel tests. Continuing to track down source of trace_test.IOSurface2DCanvas flaky errors. BUG=595754 ========== to ========== Reenable IOSurface Canvas2D. Disable new trace tests. Continuing to track down source of trace_test.IOSurface2DCanvas flaky errors. BUG=595754 ==========
The CQ bit was unchecked by erikchen@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1816623002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1816623002/60001
The CQ bit was checked by erikchen@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1816623002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1816623002/60001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_...)
The CQ bit was checked by erikchen@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from kbr@chromium.org Link to the patchset: https://codereview.chromium.org/1816623002/#ps80001 (title: "Rebase error.")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1816623002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1816623002/80001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: ios_rel_device_gn on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_gn...) mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_comp...) mac_chromium_gn_rel on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_gn_r...)
The CQ bit was checked by erikchen@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from kbr@chromium.org Link to the patchset: https://codereview.chromium.org/1816623002/#ps100001 (title: "Rebase.")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1816623002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1816623002/100001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: mac_chromium_gn_rel on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_gn_r...)
The CQ bit was checked by erikchen@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from kbr@chromium.org Link to the patchset: https://codereview.chromium.org/1816623002/#ps120001 (title: "Rebase, again.")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1816623002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1816623002/120001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: ios_dbg_simulator_gn on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator...) ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator...) ios_rel_device_gn on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_gn...) ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_ni...) mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_comp...) mac_chromium_gn_rel on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_gn_r...)
The CQ bit was checked by erikchen@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from kbr@chromium.org Link to the patchset: https://codereview.chromium.org/1816623002/#ps80002 (title: "Continue to rebase.")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1816623002/80002 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1816623002/80002
Message was sent while issue was closed.
Description was changed from ========== Reenable IOSurface Canvas2D. Disable new trace tests. Continuing to track down source of trace_test.IOSurface2DCanvas flaky errors. BUG=595754 ========== to ========== Reenable IOSurface Canvas2D. Disable new trace tests. Continuing to track down source of trace_test.IOSurface2DCanvas flaky errors. BUG=595754 ==========
Message was sent while issue was closed.
Committed patchset #7 (id:80002)
Message was sent while issue was closed.
Description was changed from ========== Reenable IOSurface Canvas2D. Disable new trace tests. Continuing to track down source of trace_test.IOSurface2DCanvas flaky errors. BUG=595754 ========== to ========== Reenable IOSurface Canvas2D. Disable new trace tests. Continuing to track down source of trace_test.IOSurface2DCanvas flaky errors. BUG=595754 Committed: https://crrev.com/bf380d5748bbb3ea2b9f14ea1a721a8a4bab5ace Cr-Commit-Position: refs/heads/master@{#382482} ==========
Message was sent while issue was closed.
Patchset 7 (id:??) landed as https://crrev.com/bf380d5748bbb3ea2b9f14ea1a721a8a4bab5ace Cr-Commit-Position: refs/heads/master@{#382482} |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
