aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/test_pictures.py
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-01-07 17:03:40 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-01-07 17:03:40 +0000
commit11f156201abe0d5e30f25a60bce1f4ae547c4083 (patch)
treeb66ff8273c560ab34d1d37d8c41db905a079b54a /tools/test_pictures.py
parent85facf71ef6f92249a9209261b9c7112cc689142 (diff)
add unittest for render_pictures binary
Once committed, this will be run as part of RunToolSelfTests on http://108.170.217.252:10117/builders/Housekeeper-PerCommit . BUG=skia:1943 R=rmistry@google.com Author: epoger@google.com Review URL: https://codereview.chromium.org/124253002 git-svn-id: http://skia.googlecode.com/svn/trunk@12941 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tools/test_pictures.py')
-rw-r--r--tools/test_pictures.py12
1 files changed, 7 insertions, 5 deletions
diff --git a/tools/test_pictures.py b/tools/test_pictures.py
index b2397c4dda..7ccb3b8731 100644
--- a/tools/test_pictures.py
+++ b/tools/test_pictures.py
@@ -1,13 +1,15 @@
'''
-Compares the rendererings of serialized SkPictures to expected images.
-
-Launch with --help to see more information.
-
-
Copyright 2012 Google Inc.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
+
+Compares the rendererings of serialized SkPictures to expected images.
+
+Launch with --help to see more information.
+
+TODO(epoger): Combine with overlapping tools/tests/render_pictures_test.py .
+See https://code.google.com/p/skia/issues/detail?id=1943#c2
'''
# common Python modules
import os