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

Unified Diff: gm/rebaseline_server/testdata/inputs/render_pictures_output/before_patch/builder1/output.json

Issue 274623002: make compare_rendered_pictures_test.py run end-to-end test (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: use subprocess.check_output() Created 6 years, 7 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
Index: gm/rebaseline_server/testdata/inputs/render_pictures_output/before_patch/builder1/output.json
diff --git a/gm/rebaseline_server/testdata/inputs/render_pictures_output/before_patch/builder1/output.json b/gm/rebaseline_server/testdata/inputs/render_pictures_output/before_patch/builder1/output.json
deleted file mode 100644
index 8bc81c85e02b149731e2b63bf8e042537214822c..0000000000000000000000000000000000000000
--- a/gm/rebaseline_server/testdata/inputs/render_pictures_output/before_patch/builder1/output.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "header" : {
- "type" : "ChecksummedImages",
- "revision" : 1
- },
- "actual-results" : {
- "changed.skp" : {
- "whole-image" : {
- "checksumAlgorithm" : "bitmap-64bitMD5",
- "checksumValue" : 8891695120562235492,
- "comparisonResult" : "no-comparison",
- "filepath" : "bitmap-64bitMD5_8891695120562235492.png"
- }
- },
- "only-in-before.skp" : {
- "whole-image" : {
- "checksumAlgorithm" : "bitmap-64bitMD5",
- "checksumValue" : 8891695120562235492,
- "comparisonResult" : "no-comparison",
- "filepath" : "bitmap-64bitMD5_8891695120562235492.png"
- }
- },
- "unchanged.skp" : {
- "whole-image" : {
- "checksumAlgorithm" : "bitmap-64bitMD5",
- "checksumValue" : 11092453015575919668,
- "comparisonResult" : "no-comparison",
- "filepath" : "bitmap-64bitMD5_11092453015575919668.png"
- }
- }
- }
-}

Powered by Google App Engine
This is Rietveld 408576698