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

Issue 17365002: GM: add --writeChecksumBasedFilenames option (Closed)

Created:
7 years, 6 months ago by epoger
Modified:
7 years, 6 months ago
Reviewers:
scroggo
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

GM: add --writeChecksumBasedFilenames option as needed for Step 2 of https://goto.google.com/ChecksumTransitionDetail : make GenerateGMs upload actual images to Google Storage instead of skia-autogen R=scroggo@google.com Committed: https://code.google.com/p/skia/source/detail?r=9682

Patch Set 1 #

Total comments: 2

Patch Set 2 : add_make_bitmap_filename #

Total comments: 1

Patch Set 3 : assembling_correct_path_but_need_mkdirs #

Total comments: 1

Patch Set 4 : complete #

Total comments: 6

Patch Set 5 : add_BitmapAndDigest #

Total comments: 1

Patch Set 6 : sync_to_r9681 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+142 lines, -21 lines) Patch
M gm/gm_expectations.h View 1 2 3 4 5 1 chunk +21 lines, -0 lines 0 comments Download
M gm/gm_expectations.cpp View 1 2 3 4 5 1 chunk +17 lines, -0 lines 0 comments Download
M gm/gmmain.cpp View 1 2 3 4 5 15 chunks +53 lines, -22 lines 0 comments Download
A gm/tests/outputs/checksum-based-filenames/output-expected/command_line View 1 chunk +1 line, -0 lines 0 comments Download
A gm/tests/outputs/checksum-based-filenames/output-expected/json-summary.txt View 1 chunk +25 lines, -0 lines 0 comments Download
A gm/tests/outputs/checksum-based-filenames/output-expected/mismatchPath/bitmap-64bitMD5_selftest1_1209453360120438698.png View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A gm/tests/outputs/checksum-based-filenames/output-expected/mismatchPath/bitmap-64bitMD5_selftest1_12927999507540085554.png View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A gm/tests/outputs/checksum-based-filenames/output-expected/return_value View 1 chunk +1 line, -0 lines 0 comments Download
A gm/tests/outputs/checksum-based-filenames/output-expected/stderr View 0 chunks +-1 lines, --1 lines 0 comments Download
A gm/tests/outputs/checksum-based-filenames/output-expected/stdout View 1 chunk +17 lines, -0 lines 0 comments Download
A gm/tests/outputs/checksum-based-filenames/output-expected/writePath/bitmap-64bitMD5_selftest1_1209453360120438698.png View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A gm/tests/outputs/checksum-based-filenames/output-expected/writePath/bitmap-64bitMD5_selftest1_12927999507540085554.png View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M gm/tests/run.sh View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
epoger
https://codereview.chromium.org/17365002/diff/1/gm/gmmain.cpp File gm/gmmain.cpp (right): https://codereview.chromium.org/17365002/diff/1/gm/gmmain.cpp#newcode1308 gm/gmmain.cpp:1308: DEFINE_bool(writeChecksumBasedFilenames, false, "When writing out actual images, use checksum-" ...
7 years, 6 months ago (2013-06-18 03:44:10 UTC) #1
epoger
https://codereview.chromium.org/17365002/diff/5001/gm/gmmain.cpp File gm/gmmain.cpp (right): https://codereview.chromium.org/17365002/diff/5001/gm/gmmain.cpp#newcode231 gm/gmmain.cpp:231: SkString make_bitmap_filename(const char *path, Patchset 2 adds the make_bitmap_filename() ...
7 years, 6 months ago (2013-06-18 05:45:36 UTC) #2
epoger
https://codereview.chromium.org/17365002/diff/11001/gm/gmmain.cpp File gm/gmmain.cpp (right): https://codereview.chromium.org/17365002/diff/11001/gm/gmmain.cpp#newcode237 gm/gmmain.cpp:237: if (fWriteChecksumBasedFilenames) { At patchset 3, we are assembling ...
7 years, 6 months ago (2013-06-18 06:58:38 UTC) #3
epoger
Ready for review at patchset 4! https://codereview.chromium.org/17365002/diff/13002/gm/gmmain.cpp File gm/gmmain.cpp (right): https://codereview.chromium.org/17365002/diff/13002/gm/gmmain.cpp#newcode240 gm/gmmain.cpp:240: filename.appendUnichar('_'); In patchset ...
7 years, 6 months ago (2013-06-18 07:21:03 UTC) #4
epoger
Regarding the trybot failures... they don't seem to have anything to do with my CL. ...
7 years, 6 months ago (2013-06-18 14:48:12 UTC) #5
scroggo
lgtm https://codereview.chromium.org/17365002/diff/13002/gm/gmmain.cpp File gm/gmmain.cpp (right): https://codereview.chromium.org/17365002/diff/13002/gm/gmmain.cpp#newcode783 gm/gmmain.cpp:783: const GmResultDigest& actualResultDigest, I ran into this earlier ...
7 years, 6 months ago (2013-06-19 14:55:46 UTC) #6
epoger
https://codereview.chromium.org/17365002/diff/13002/gm/gmmain.cpp File gm/gmmain.cpp (right): https://codereview.chromium.org/17365002/diff/13002/gm/gmmain.cpp#newcode783 gm/gmmain.cpp:783: const GmResultDigest& actualResultDigest, On 2013/06/19 14:55:46, scroggo wrote: > ...
7 years, 6 months ago (2013-06-19 15:02:16 UTC) #7
epoger
Leon, please take a look... https://codereview.chromium.org/17365002/diff/13002/gm/gmmain.cpp File gm/gmmain.cpp (right): https://codereview.chromium.org/17365002/diff/13002/gm/gmmain.cpp#newcode783 gm/gmmain.cpp:783: const GmResultDigest& actualResultDigest, On ...
7 years, 6 months ago (2013-06-19 15:44:08 UTC) #8
scroggo
On 2013/06/19 15:44:08, epoger wrote: > Leon, please take a look... > > https://codereview.chromium.org/17365002/diff/13002/gm/gmmain.cpp > ...
7 years, 6 months ago (2013-06-19 15:46:49 UTC) #9
epoger
7 years, 6 months ago (2013-06-19 15:50:14 UTC) #10
Message was sent while issue was closed.
Committed patchset #6 manually as r9682 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698