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

Unified Diff: tools/test_pictures.py

Issue 124253002: add unittest for render_pictures binary (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/test_rendering.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/test_pictures.py
diff --git a/tools/test_pictures.py b/tools/test_pictures.py
index b2397c4ddafca7bbe44732639ea5653e68d9fad2..7ccb3b87315d7d34fa71a657373cc7972270a730 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
« no previous file with comments | « no previous file | tools/test_rendering.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698