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

Issue 2701473003: Add failure screenshots and render test images to results detail. (Closed)

Created:
3 years, 10 months ago by mikecase (-- gone --)
Modified:
3 years, 9 months ago
CC:
agrieve+watch_chromium.org, chromium-reviews, jbudorick+watch_chromium.org, mikecase+watch_chromium.org, PEConn
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add failure screenshots and render test images to results detail. Review-Url: https://codereview.chromium.org/2701473003 Cr-Commit-Position: refs/heads/master@{#453039} Committed: https://chromium.googlesource.com/chromium/src/+/191a06d04a38e8b322c326d42433cbb1f5575025

Patch Set 1 #

Patch Set 2 : Add failure screenshots and render test images to results detail. #

Patch Set 3 : Delete other render test stuff #

Patch Set 4 : Add failure screenshots and render test images to results detail. #

Total comments: 19

Patch Set 5 : Add failure screenshots and render test images to results detail. #

Patch Set 6 : Add failure screenshots and render test images to results detail. #

Patch Set 7 : Small fix to HTML template #

Total comments: 4

Patch Set 8 : Add failure screenshots and render test images to results detail. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+190 lines, -305 lines) Patch
M build/android/pylib/instrumentation/instrumentation_test_instance.py View 1 2 3 4 3 chunks +6 lines, -0 lines 0 comments Download
M build/android/pylib/local/device/local_device_instrumentation_test_run.py View 1 2 3 4 5 6 7 7 chunks +121 lines, -3 lines 0 comments Download
A build/android/pylib/utils/google_storage_helper.py View 1 2 3 4 1 chunk +57 lines, -0 lines 0 comments Download
M build/android/pylib/utils/logdog_helper.py View 1 2 3 4 4 chunks +3 lines, -4 lines 0 comments Download
M build/android/render_tests/process_render_test_results.py View 1 1 chunk +0 lines, -214 lines 0 comments Download
D build/android/render_tests/render_webpage.html.jinja2 View 1 1 chunk +0 lines, -84 lines 0 comments Download
M build/android/test_runner.pydeps View 1 2 3 4 3 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (12 generated)
mikecase (-- gone --)
This CL would need to be cleaned up, but do either of you have any ...
3 years, 10 months ago (2017-02-15 18:45:22 UTC) #2
mikecase (-- gone --)
3 years, 10 months ago (2017-02-16 17:16:30 UTC) #4
mikecase (-- gone --)
please take a look at this when you have time.
3 years, 10 months ago (2017-02-21 17:34:05 UTC) #5
jbudorick
This generally looks ok to me. https://codereview.chromium.org/2701473003/diff/30007/build/android/pylib/local/device/local_device_instrumentation_test_run.py File build/android/pylib/local/device/local_device_instrumentation_test_run.py (right): https://codereview.chromium.org/2701473003/diff/30007/build/android/pylib/local/device/local_device_instrumentation_test_run.py#newcode275 build/android/pylib/local/device/local_device_instrumentation_test_run.py:275: stream_name = 'logcat_%s_%s_%s' ...
3 years, 10 months ago (2017-02-21 18:32:40 UTC) #6
jbudorick
https://codereview.chromium.org/2701473003/diff/30007/build/android/pylib/local/device/local_device_instrumentation_test_run.py File build/android/pylib/local/device/local_device_instrumentation_test_run.py (right): https://codereview.chromium.org/2701473003/diff/30007/build/android/pylib/local/device/local_device_instrumentation_test_run.py#newcode311 build/android/pylib/local/device/local_device_instrumentation_test_run.py:311: if self._test_instance.should_save_images: Also, would it make sense to extract ...
3 years, 10 months ago (2017-02-21 18:37:12 UTC) #7
mikecase (-- gone --)
CL is a little different now since I added back the image diffs. PTAL. I ...
3 years, 10 months ago (2017-02-23 00:21:27 UTC) #8
the real yoland
3 years, 9 months ago (2017-02-23 18:39:08 UTC) #10
BigBossZhiling
lgtm
3 years, 9 months ago (2017-02-23 18:43:45 UTC) #13
BigBossZhiling
lgtm
3 years, 9 months ago (2017-02-23 18:43:46 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/2701473003/110001
3 years, 9 months ago (2017-02-23 19:39:28 UTC) #17
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
3 years, 9 months ago (2017-02-23 19:39:30 UTC) #19
the real yoland
https://codereview.chromium.org/2701473003/diff/110001/build/android/pylib/local/device/local_device_instrumentation_test_run.py File build/android/pylib/local/device/local_device_instrumentation_test_run.py (right): https://codereview.chromium.org/2701473003/diff/110001/build/android/pylib/local/device/local_device_instrumentation_test_run.py#newcode509 build/android/pylib/local/device/local_device_instrumentation_test_run.py:509: temp_html.flush() nit: I think exit implies flush? https://codereview.chromium.org/2701473003/diff/110001/build/android/pylib/utils/google_storage_helper.py File ...
3 years, 9 months ago (2017-02-24 23:00:32 UTC) #20
mikecase (-- gone --)
https://codereview.chromium.org/2701473003/diff/110001/build/android/pylib/local/device/local_device_instrumentation_test_run.py File build/android/pylib/local/device/local_device_instrumentation_test_run.py (right): https://codereview.chromium.org/2701473003/diff/110001/build/android/pylib/local/device/local_device_instrumentation_test_run.py#newcode509 build/android/pylib/local/device/local_device_instrumentation_test_run.py:509: temp_html.flush() On 2017/02/24 at 23:00:31, the real yoland wrote: ...
3 years, 9 months ago (2017-02-24 23:41:30 UTC) #21
the real yoland
lgtm
3 years, 9 months ago (2017-02-24 23:59:48 UTC) #22
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/2701473003/130001
3 years, 9 months ago (2017-02-25 00:16:17 UTC) #25
commit-bot: I haz the power
Committed patchset #8 (id:130001) as https://chromium.googlesource.com/chromium/src/+/191a06d04a38e8b322c326d42433cbb1f5575025
3 years, 9 months ago (2017-02-25 01:26:46 UTC) #28
mikecase (-- gone --)
3 years, 9 months ago (2017-03-08 23:29:44 UTC) #29
Message was sent while issue was closed.
A revert of this CL (patchset #8 id:130001) has been created in
https://codereview.chromium.org/2737223002/ by mikecase@chromium.org.

The reason for reverting is: Reverting :( this since using find_depot_tools
doesnt work on some bots. Will have to find alternative and reland..

Powered by Google App Engine
This is Rietveld 408576698