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

Unified Diff: gm/rebaseline_server/testdata/outputs/expected/compare_configs_test.CompareConfigsTest.test_gm/gm.json

Issue 269543002: rebaseline_server: ignore builders we don't have any expectations for (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: add comment 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 | « gm/rebaseline_server/testdata/inputs/gm-actuals/Test-Builder-We-Have-No-Expectations-File-For/actual-results.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c8fbcf9626b72f2d67ed45c3160eafd628f99cc8..aabbdbf859c52a2e39e507c04627ada027999ae0 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
@@ -6,6 +6,7 @@
"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
}
},
@@ -14,7 +15,7 @@
"isFilterable": true,
"isSortable": true,
"valuesAndCounts": {
- "TODO": 10
+ "TODO": 13
}
},
"resultType": {
@@ -22,9 +23,9 @@
"isFilterable": true,
"isSortable": true,
"valuesAndCounts": {
- "failed": 2,
+ "failed": 4,
"no-comparison": 7,
- "succeeded": 1
+ "succeeded": 2
}
},
"test": {
@@ -32,11 +33,11 @@
"isFilterable": true,
"isSortable": true,
"valuesAndCounts": {
- "3x3bitmaprect": 2,
+ "3x3bitmaprect": 3,
"aaclip": 1,
- "bigblurs": 2,
+ "bigblurs": 3,
"bitmapsource": 1,
- "displacement": 1,
+ "displacement": 2,
"filterbitmap_checkerboard_192_192": 1,
"filterbitmap_checkerboard_32_2": 1,
"texdata": 1
@@ -44,7 +45,7 @@
}
},
"header": {
- "dataHash": "7627783634950094306",
+ "dataHash": "-7043844904261310530",
"isEditable": false,
"isExported": true,
"schemaVersion": 2,
@@ -143,6 +144,61 @@
"weightedDiffMeasure": 0.06644571780084584
},
"extraColumns": {
+ "builder": "Test-Builder-We-Have-No-Expectations-File-For",
epoger 2014/04/30 21:32:01 I confirmed that these new results are proper.
+ "config": "TODO",
+ "resultType": "failed",
+ "test": "displacement"
+ },
+ "imageAUrl": "bitmap-64bitMD5/displacement/11401048196735046263.png",
+ "imageBUrl": "bitmap-64bitMD5/displacement/5698561127291561694.png",
+ "isDifferent": true
+ },
+ {
+ "differenceData": {
+ "maxDiffPerChannel": [
+ 255,
+ 221,
+ 221
+ ],
+ "numDifferingPixels": 50097,
+ "percentDifferingPixels": 30.5767822265625,
+ "perceptualDifference": 3.3917,
+ "weightedDiffMeasure": 1.4826590790651433
+ },
+ "extraColumns": {
+ "builder": "Test-Builder-We-Have-No-Expectations-File-For",
+ "config": "TODO",
+ "resultType": "failed",
+ "test": "bigblurs"
+ },
+ "imageAUrl": "bitmap-64bitMD5/bigblurs/17309852422285247848.png",
+ "imageBUrl": "bitmap-64bitMD5/bigblurs/1822195599289208664.png",
+ "isDifferent": true
+ },
+ {
+ "extraColumns": {
+ "builder": "Test-Builder-We-Have-No-Expectations-File-For",
+ "config": "TODO",
+ "resultType": "succeeded",
+ "test": "3x3bitmaprect"
+ },
+ "imageAUrl": "bitmap-64bitMD5/3x3bitmaprect/2054956815327187963.png",
+ "imageBUrl": "bitmap-64bitMD5/3x3bitmaprect/2054956815327187963.png",
+ "isDifferent": false
+ },
+ {
+ "differenceData": {
+ "maxDiffPerChannel": [
+ 136,
+ 68,
+ 34
+ ],
+ "numDifferingPixels": 6081,
+ "percentDifferingPixels": 2.4324,
+ "perceptualDifference": 1.917199999999994,
+ "weightedDiffMeasure": 0.06644571780084584
+ },
+ "extraColumns": {
"builder": "Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug",
"config": "TODO",
"resultType": "failed",
« no previous file with comments | « gm/rebaseline_server/testdata/inputs/gm-actuals/Test-Builder-We-Have-No-Expectations-File-For/actual-results.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698