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

Unified Diff: tools/test_rendering.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 | « tools/test_pictures.py ('k') | tools/tests/base_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/test_rendering.py
diff --git a/tools/test_rendering.py b/tools/test_rendering.py
index 35e6d94f4b16b3ba3fc78b6479c59cca81da6173..31e848b3c3cb04145884198f41a756707b5fca8b 100644
--- a/tools/test_rendering.py
+++ b/tools/test_rendering.py
@@ -1,10 +1,13 @@
'''
-Compares the rendererings of serialized SkPictures to expected result.
-
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 result.
+
+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 | « tools/test_pictures.py ('k') | tools/tests/base_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698