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

Issue 1059363002: Add --uninterestingHashesFile to DM (Closed)

Created:
5 years, 8 months ago by borenet
Modified:
5 years, 8 months ago
Reviewers:
mtklein
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Add --uninterestingHashesFile to DM The file is expected to contain a list of strings. If the hash for any result is in this file, don't write an image for it. BUG=skia:3521 Committed: https://skia.googlesource.com/skia/+/09ed480906881b6f84bb28c772786928ba3a59d6

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address comments, add get_uploaded_hashes.py #

Patch Set 3 : Better script #

Total comments: 9

Patch Set 4 : Address comments #

Total comments: 2

Patch Set 5 : Fix TYPO_TYPO #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -1 line) Patch
M dm/DM.cpp View 1 2 3 4 4 chunks +21 lines, -1 line 0 comments Download
A tools/get_uploaded_hashes.py View 1 2 1 chunk +37 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (6 generated)
borenet
5 years, 8 months ago (2015-04-03 19:36:44 UTC) #2
mtklein
https://codereview.chromium.org/1059363002/diff/1/dm/DM.cpp File dm/DM.cpp (right): https://codereview.chromium.org/1059363002/diff/1/dm/DM.cpp#newcode146 dm/DM.cpp:146: static SkTDict<bool> gUninterestingHashes(0); Let's try: static SkTHashSet<SkString> gUninterestingHashes; The ...
5 years, 8 months ago (2015-04-03 19:58:04 UTC) #3
borenet
https://codereview.chromium.org/1059363002/diff/1/dm/DM.cpp File dm/DM.cpp (right): https://codereview.chromium.org/1059363002/diff/1/dm/DM.cpp#newcode146 dm/DM.cpp:146: static SkTDict<bool> gUninterestingHashes(0); On 2015/04/03 19:58:04, mtklein wrote: > ...
5 years, 8 months ago (2015-04-03 20:26:51 UTC) #4
mtklein
lgtm after the nits below https://codereview.chromium.org/1059363002/diff/40001/dm/DM.cpp File dm/DM.cpp (right): https://codereview.chromium.org/1059363002/diff/40001/dm/DM.cpp#newcode20 dm/DM.cpp:20: #include "SkJSONCPP.h" Die? https://codereview.chromium.org/1059363002/diff/40001/dm/DM.cpp#newcode23 ...
5 years, 8 months ago (2015-04-03 20:35:48 UTC) #5
borenet
https://codereview.chromium.org/1059363002/diff/40001/dm/DM.cpp File dm/DM.cpp (right): https://codereview.chromium.org/1059363002/diff/40001/dm/DM.cpp#newcode20 dm/DM.cpp:20: #include "SkJSONCPP.h" On 2015/04/03 20:35:47, mtklein wrote: > Die? ...
5 years, 8 months ago (2015-04-03 20:40:15 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1059363002/60001
5 years, 8 months ago (2015-04-03 20:40:29 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/builds/158) Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot on client.skia (JOB_FAILED, ...
5 years, 8 months ago (2015-04-03 20:42:01 UTC) #11
mtklein
https://codereview.chromium.org/1059363002/diff/60001/dm/DM.cpp File dm/DM.cpp (right): https://codereview.chromium.org/1059363002/diff/60001/dm/DM.cpp#newcode148 dm/DM.cpp:148: SkAutoTUnref<SkData> data(SkData::NewFromFileName(FLAGS_FLAGS_uninterestingHashesFile[0])); I think you may have meant FLAGS_FLAGS_FLAGS_FLAGS_FLAGS_uninterestingHashesFile[0]
5 years, 8 months ago (2015-04-03 21:01:07 UTC) #12
borenet
https://codereview.chromium.org/1059363002/diff/60001/dm/DM.cpp File dm/DM.cpp (right): https://codereview.chromium.org/1059363002/diff/60001/dm/DM.cpp#newcode148 dm/DM.cpp:148: SkAutoTUnref<SkData> data(SkData::NewFromFileName(FLAGS_FLAGS_uninterestingHashesFile[0])); On 2015/04/03 21:01:07, mtklein wrote: > I ...
5 years, 8 months ago (2015-04-03 21:09:09 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1059363002/80001
5 years, 8 months ago (2015-04-03 21:09:26 UTC) #16
commit-bot: I haz the power
5 years, 8 months ago (2015-04-03 21:15:39 UTC) #17
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://skia.googlesource.com/skia/+/09ed480906881b6f84bb28c772786928ba3a59d6

Powered by Google App Engine
This is Rietveld 408576698