| Index: gm/rebaseline_server/testdata/outputs/expected/compare_configs_test.CompareConfigsTest.test_gm/gm.json
|
| diff --git a/gm/rebaseline_server/testdata/outputs/expected/compare_configs_test.CompareConfigsTest.test_gm/gm.json b/gm/rebaseline_server/testdata/outputs/expected/compare_configs_test.CompareConfigsTest.test_gm/gm.json
|
| index aabbdbf859c52a2e39e507c04627ada027999ae0..3137b160f7f1497f08fb3e76a0123560621db15b 100644
|
| --- a/gm/rebaseline_server/testdata/outputs/expected/compare_configs_test.CompareConfigsTest.test_gm/gm.json
|
| +++ b/gm/rebaseline_server/testdata/outputs/expected/compare_configs_test.CompareConfigsTest.test_gm/gm.json
|
| @@ -1,54 +1,77 @@
|
| {
|
| "extraColumnHeaders": {
|
| "builder": {
|
| + "counts": [
|
| + 7,
|
| + 3,
|
| + 3
|
| + ],
|
| "headerText": "builder",
|
| "isFilterable": true,
|
| "isSortable": true,
|
| - "valuesAndCounts": {
|
| - "Test-Android-GalaxyNexus-SGX540-Arm7-Release": 7,
|
| - "Test-Builder-We-Have-No-Expectations-File-For": 3,
|
| - "Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug": 3
|
| - }
|
| + "values": [
|
| + "Test-Android-GalaxyNexus-SGX540-Arm7-Release",
|
| + "Test-Builder-We-Have-No-Expectations-File-For",
|
| + "Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug"
|
| + ]
|
| },
|
| "config": {
|
| + "counts": [
|
| + 13
|
| + ],
|
| "headerText": "config",
|
| "isFilterable": true,
|
| "isSortable": true,
|
| - "valuesAndCounts": {
|
| - "TODO": 13
|
| - }
|
| + "values": [
|
| + "TODO"
|
| + ]
|
| },
|
| "resultType": {
|
| + "counts": [
|
| + 4,
|
| + 7,
|
| + 2
|
| + ],
|
| "headerText": "resultType",
|
| "isFilterable": true,
|
| "isSortable": true,
|
| - "valuesAndCounts": {
|
| - "failed": 4,
|
| - "no-comparison": 7,
|
| - "succeeded": 2
|
| - }
|
| + "values": [
|
| + "failed",
|
| + "no-comparison",
|
| + "succeeded"
|
| + ]
|
| },
|
| "test": {
|
| + "counts": [
|
| + 3,
|
| + 1,
|
| + 3,
|
| + 1,
|
| + 2,
|
| + 1,
|
| + 1,
|
| + 1
|
| + ],
|
| "headerText": "test",
|
| "isFilterable": true,
|
| "isSortable": true,
|
| - "valuesAndCounts": {
|
| - "3x3bitmaprect": 3,
|
| - "aaclip": 1,
|
| - "bigblurs": 3,
|
| - "bitmapsource": 1,
|
| - "displacement": 2,
|
| - "filterbitmap_checkerboard_192_192": 1,
|
| - "filterbitmap_checkerboard_32_2": 1,
|
| - "texdata": 1
|
| - }
|
| + "values": [
|
| + "3x3bitmaprect",
|
| + "aaclip",
|
| + "bigblurs",
|
| + "bitmapsource",
|
| + "displacement",
|
| + "filterbitmap_checkerboard_192_192",
|
| + "filterbitmap_checkerboard_32_2",
|
| + "texdata"
|
| + ]
|
| }
|
| },
|
| "header": {
|
| "dataHash": "-7043844904261310530",
|
| "isEditable": false,
|
| "isExported": true,
|
| - "schemaVersion": 2,
|
| + "schemaVersion": 3,
|
| "timeNextUpdateAvailable": null,
|
| "timeUpdated": 12345678,
|
| "type": "all"
|
|
|