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

Unified Diff: gm/rebaseline_server/testdata/inputs/gm-actuals/Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug/actual-results.json

Issue 287623006: rebaseline_server: apply ignored-tests.txt within rebaseline_server, not just on the bots (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: make the code ignore those failures like it's supposed to 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/inputs/gm-actuals/Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug/actual-results.json
diff --git a/gm/rebaseline_server/testdata/inputs/gm-actuals/Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug/actual-results.json b/gm/rebaseline_server/testdata/inputs/gm-actuals/Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug/actual-results.json
index 0a1de744453f8ef735c52344e2db3e8476c71231..354f439e7ff83b7779077ee8ebb6805a751ab5d0 100644
--- a/gm/rebaseline_server/testdata/inputs/gm-actuals/Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug/actual-results.json
+++ b/gm/rebaseline_server/testdata/inputs/gm-actuals/Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug/actual-results.json
@@ -1,6 +1,9 @@
{
"actual-results" : {
- "failed" : null,
+ "failed" : {
+ "blanket-ignored_565.png" : [ "bitmap-64bitMD5", 22222222 ],
+ "blanket-ignored_8888.png" : [ "bitmap-64bitMD5", 22222222 ]
+ },
"failure-ignored" : {
"displacement_565.png" : [ "bitmap-64bitMD5", 4569468668668628191 ],
"displacement_8888.png" : [ "bitmap-64bitMD5", 11401048196735046263 ],
@@ -54,6 +57,18 @@
],
"ignore-failure" : false
},
+ "blanket-ignored_565.png" : {
+ "allowed-digests" : [
+ [ "bitmap-64bitMD5", 111111111 ]
+ ],
+ "ignore-failure" : false
+ },
+ "blanket-ignored_8888.png" : {
+ "allowed-digests" : [
+ [ "bitmap-64bitMD5", 111111111 ]
+ ],
+ "ignore-failure" : false
+ },
"displacement_565.png" : {
"allowed-digests" : [
[ "bitmap-64bitMD5", 16249664097236120848 ]

Powered by Google App Engine
This is Rietveld 408576698