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

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: 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
« no previous file with comments | « no previous file | compute_engine_scripts/telemetry/telemetry_slave_scripts/test_data/output2.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..9d2d5bd8a33c9fcd579bccf94835aad0bb6459ce 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,29 @@
{
+ "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": {
+ "whole-image": {
+ "checksumAlgorithm": "bitmap-64bitMD5",
+ "checksumValue": 11111,
+ "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": 33333,
+ "comparisonResult": "no-comparison",
+ "filepath": "skpfileB_skp-tile1.png"
+ }]
}
}
}
« no previous file with comments | « no previous file | compute_engine_scripts/telemetry/telemetry_slave_scripts/test_data/output2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698