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

Unified Diff: gm/rebaseline_server/testdata/outputs/expected/compare_to_expectations_test.CompareToExpectationsTest.test_gm/gm.json

Issue 270413002: rebaseline_server JSON: pass category values as values, not keys (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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/outputs/expected/compare_to_expectations_test.CompareToExpectationsTest.test_gm/gm.json
diff --git a/gm/rebaseline_server/testdata/outputs/expected/compare_to_expectations_test.CompareToExpectationsTest.test_gm/gm.json b/gm/rebaseline_server/testdata/outputs/expected/compare_to_expectations_test.CompareToExpectationsTest.test_gm/gm.json
index f8774689fafadf09ffa64c93a4a3a7deb16b8ad5..07cc341b05a5b908baf7e7a137c55f92daa84923 100644
--- a/gm/rebaseline_server/testdata/outputs/expected/compare_to_expectations_test.CompareToExpectationsTest.test_gm/gm.json
+++ b/gm/rebaseline_server/testdata/outputs/expected/compare_to_expectations_test.CompareToExpectationsTest.test_gm/gm.json
@@ -1,58 +1,85 @@
{
"extraColumnHeaders": {
"builder": {
+ "counts": [
+ 13,
+ 15
+ ],
"headerText": "builder",
"isFilterable": true,
"isSortable": true,
- "valuesAndCounts": {
- "Test-Android-GalaxyNexus-SGX540-Arm7-Release": 13,
- "Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug": 15
- }
+ "values": [
+ "Test-Android-GalaxyNexus-SGX540-Arm7-Release",
+ "Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug"
+ ]
},
"config": {
+ "counts": [
+ 9,
+ 9,
+ 4,
+ 3,
+ 3
+ ],
"headerText": "config",
"isFilterable": true,
"isSortable": true,
- "valuesAndCounts": {
- "565": 9,
- "8888": 9,
- "gpu": 4,
- "pdf-mac": 3,
- "pdf-poppler": 3
- }
+ "values": [
+ "565",
+ "8888",
+ "gpu",
+ "pdf-mac",
+ "pdf-poppler"
+ ]
},
"resultType": {
+ "counts": [
+ 1,
+ 4,
+ 9,
+ 14
+ ],
"headerText": "resultType",
"isFilterable": true,
"isSortable": true,
- "valuesAndCounts": {
- "failed": 1,
- "failure-ignored": 4,
- "no-comparison": 9,
- "succeeded": 14
- }
+ "values": [
+ "failed",
+ "failure-ignored",
+ "no-comparison",
+ "succeeded"
+ ]
},
"test": {
+ "counts": [
+ 7,
+ 2,
+ 7,
+ 2,
+ 5,
+ 2,
+ 2,
+ 1
+ ],
"headerText": "test",
"isFilterable": true,
"isSortable": true,
- "valuesAndCounts": {
- "3x3bitmaprect": 7,
- "aaclip": 2,
- "bigblurs": 7,
- "bitmapsource": 2,
- "displacement": 5,
- "filterbitmap_checkerboard_192_192": 2,
- "filterbitmap_checkerboard_32_2": 2,
- "texdata": 1
- }
+ "values": [
+ "3x3bitmaprect",
+ "aaclip",
+ "bigblurs",
+ "bitmapsource",
+ "displacement",
+ "filterbitmap_checkerboard_192_192",
+ "filterbitmap_checkerboard_32_2",
+ "texdata"
+ ]
}
},
"header": {
"dataHash": "2775016045957284034",
"isEditable": false,
"isExported": true,
- "schemaVersion": 2,
+ "schemaVersion": 3,
"timeNextUpdateAvailable": null,
"timeUpdated": 12345678,
"type": "all"

Powered by Google App Engine
This is Rietveld 408576698