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

Unified Diff: compute_engine_scripts/telemetry/telemetry_slave_scripts/test_data/output1.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: 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/output1.json
diff --git a/compute_engine_scripts/telemetry/telemetry_slave_scripts/test_data/output1.json b/compute_engine_scripts/telemetry/telemetry_slave_scripts/test_data/output1.json
index 2733817039ef3c0c2be46993e5b3b67cc4fcf96e..056ace0d556231eeac117ae0744f98562210321c 100644
--- a/compute_engine_scripts/telemetry/telemetry_slave_scripts/test_data/output1.json
+++ b/compute_engine_scripts/telemetry/telemetry_slave_scripts/test_data/output1.json
@@ -1,20 +1,27 @@
{
+ "header": {
+ "type": "ChecksummedImages",
+ "revision": 1
+ },
"actual-results": {
"failed": null,
"failure-ignored": null,
"no-comparison": {
- "file_.png" : [
- "bitmap-64bitMD5",
- 11111
- ],
- "file_2.png" : [
- "bitmap-64bitMD5",
- 22222
- ],
- "file_3.png" : [
- "bitmap-64bitMD5",
- 33333
- ]
+ "skpfileA.skp" : {
+ "checksumAlgorithm": "bitmap-64bitMD5",
+ "checksumValue": 11111,
+ "filepath": "skpfileA_skp.png"
+ },
+ "skpfileB.skp-tile2" : {
+ "checksumAlgorithm": "bitmap-64bitMD5",
+ "checksumValue": 22222,
+ "filepath": "skpfileB_skp-tile2.png"
+ },
+ "skpfileB.skp-tile3" : {
+ "checksumAlgorithm": "bitmap-64bitMD5",
+ "checksumValue": 33333,
+ "filepath": "skpfileB_skp-tile3.png"
+ }
}
}
}

Powered by Google App Engine
This is Rietveld 408576698