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

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: rebase 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..4f4eef7bf8994e5d5c8dbf317e09a45f4fabc6c6 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
@@ -4,55 +4,112 @@
"headerText": "builder",
"isFilterable": true,
"isSortable": true,
- "valuesAndCounts": {
- "Test-Android-GalaxyNexus-SGX540-Arm7-Release": 13,
- "Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug": 15
- }
+ "valuesAndCounts": [
+ [
+ "Test-Android-GalaxyNexus-SGX540-Arm7-Release",
+ 13
+ ],
+ [
+ "Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug",
+ 15
+ ]
+ ]
},
"config": {
"headerText": "config",
"isFilterable": true,
"isSortable": true,
- "valuesAndCounts": {
- "565": 9,
- "8888": 9,
- "gpu": 4,
- "pdf-mac": 3,
- "pdf-poppler": 3
- }
+ "valuesAndCounts": [
+ [
+ "565",
+ 9
+ ],
+ [
+ "8888",
+ 9
+ ],
+ [
+ "gpu",
+ 4
+ ],
+ [
+ "pdf-mac",
+ 3
+ ],
+ [
+ "pdf-poppler",
+ 3
+ ]
+ ]
},
"resultType": {
"headerText": "resultType",
"isFilterable": true,
"isSortable": true,
- "valuesAndCounts": {
- "failed": 1,
- "failure-ignored": 4,
- "no-comparison": 9,
- "succeeded": 14
- }
+ "valuesAndCounts": [
+ [
+ "failed",
+ 1
+ ],
+ [
+ "failure-ignored",
+ 4
+ ],
+ [
+ "no-comparison",
+ 9
+ ],
+ [
+ "succeeded",
+ 14
+ ]
+ ]
},
"test": {
"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
- }
+ "valuesAndCounts": [
+ [
+ "3x3bitmaprect",
+ 7
+ ],
+ [
+ "aaclip",
+ 2
+ ],
+ [
+ "bigblurs",
+ 7
+ ],
+ [
+ "bitmapsource",
+ 2
+ ],
+ [
+ "displacement",
+ 5
+ ],
+ [
+ "filterbitmap_checkerboard_192_192",
+ 2
+ ],
+ [
+ "filterbitmap_checkerboard_32_2",
+ 2
+ ],
+ [
+ "texdata",
+ 1
+ ]
+ ]
}
},
"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