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

Unified Diff: compute_engine_scripts/telemetry/telemetry_slave_scripts/test_data/output2.json

Issue 227673005: make CT skia_try_server work with updated render_pictures JSON (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: rebase Created 6 years, 8 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: compute_engine_scripts/telemetry/telemetry_slave_scripts/test_data/output2.json
diff --git a/compute_engine_scripts/telemetry/telemetry_slave_scripts/test_data/output2.json b/compute_engine_scripts/telemetry/telemetry_slave_scripts/test_data/output2.json
index 635ebcf28a846b931e9186a4f0fa3131e12012c8..2bd587dcead4f1fac02ec584a9557ca94f102426 100644
--- a/compute_engine_scripts/telemetry/telemetry_slave_scripts/test_data/output2.json
+++ b/compute_engine_scripts/telemetry/telemetry_slave_scripts/test_data/output2.json
@@ -1,20 +1,29 @@
{
+ "header": {
+ "type": "ChecksummedImages",
+ "revision": 1
+ },
"actual-results": {
- "failed": null,
- "failure-ignored": null,
- "no-comparison": {
- "file_.png" : [
- "bitmap-64bitMD5",
- 111110
- ],
- "file_2.png" : [
- "bitmap-64bitMD5",
- 22222
- ],
- "file_3.png" : [
- "bitmap-64bitMD5",
- 333330
- ]
+ "skpfileA.skp": {
+ "whole-image": {
+ "checksumAlgorithm": "bitmap-64bitMD5",
+ "checksumValue": 111110,
+ "comparisonResult": "no-comparison",
+ "filepath": "skpfileA_skp.png"
+ }
+ },
+ "skpfileB.skp": {
+ "tiled-images": [{
+ "checksumAlgorithm": "bitmap-64bitMD5",
+ "checksumValue": 22222,
+ "comparisonResult": "no-comparison",
+ "filepath": "skpfileB_skp-tile0.png"
+ }, {
+ "checksumAlgorithm": "bitmap-64bitMD5",
+ "checksumValue": 333330,
+ "comparisonResult": "no-comparison",
+ "filepath": "skpfileB_skp-tile1.png"
+ }]
}
}
}

Powered by Google App Engine
This is Rietveld 408576698