aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm
diff options
context:
space:
mode:
authorGravatar epoger <epoger@google.com>2014-08-14 07:32:49 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-08-14 07:32:50 -0700
commitb492c6ff308013eab3398992c10948997e348c45 (patch)
treed8016b51a74b3d8cca9390073c810a8890bff9bc /gm
parente1c78ae55311e647a856809843f0135d4c807bee (diff)
add --descriptions flag to render_pictures tool
Needed because right now, when you look at the full set of SKP results in rebaseline_server, you can't tell which renderMode (or builder) generated each one. BUG=skia:2833 R=borenet@google.com Author: epoger@google.com Review URL: https://codereview.chromium.org/466153006
Diffstat (limited to 'gm')
-rw-r--r--gm/gm_json.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/gm/gm_json.py b/gm/gm_json.py
index 62d5755f52..6a91cc4f51 100644
--- a/gm/gm_json.py
+++ b/gm/gm_json.py
@@ -48,6 +48,10 @@ JSONKEY_ACTUALRESULTS_NOCOMPARISON = 'no-comparison'
JSONKEY_ACTUALRESULTS_SUCCEEDED = 'succeeded'
+# Descriptions of the result set as a whole.
+JSONKEY_DESCRIPTIONS = 'descriptions'
+
+
JSONKEY_EXPECTEDRESULTS = 'expected-results'
# One or more [HashType/DigestValue] pairs representing valid results for this