OLD | NEW |
1 # Failures of any GM tests listed in this file will be ignored [1], as | 1 # Failures of any GM tests listed in this file will be ignored [1], as |
2 # if they had been marked "ignore-failure": true in the per-builder | 2 # if they had been marked "ignore-failure": true in the per-builder |
3 # expected-results.json files. | 3 # expected-results.json files. |
4 # | 4 # |
5 # The idea is that, if you modify a GM test in such a way that you know it will | 5 # The idea is that, if you modify a GM test in such a way that you know it will |
6 # require rebaselines on multiple platforms, you should add that test's name to | 6 # require rebaselines on multiple platforms, you should add that test's name to |
7 # this list within the same CL that modifies the test. | 7 # this list within the same CL that modifies the test. |
8 # Then, AS SOON AS POSSIBLE, you should rebaseline the tests (they will show up | 8 # Then, AS SOON AS POSSIBLE, you should rebaseline the tests (they will show up |
9 # as status "failure-ignored") and remove the line you added to this file. | 9 # as status "failure-ignored") and remove the line you added to this file. |
10 # If there are any lingering failures that need to be suppressed (ignored), you | 10 # If there are any lingering failures that need to be suppressed (ignored), you |
(...skipping 21 matching lines...) Expand all Loading... |
32 ## http://skbug.com/123456 : ignoring failures on gradtext GM test | 32 ## http://skbug.com/123456 : ignoring failures on gradtext GM test |
33 ## epoger will rebaseline by 25 Dec 2013 | 33 ## epoger will rebaseline by 25 Dec 2013 |
34 #gradtext | 34 #gradtext |
35 | 35 |
36 # This GM has probably always drawn incorrectly. We need to clarify the API | 36 # This GM has probably always drawn incorrectly. We need to clarify the API |
37 # http://skbug.com/2222 : Inverse filled paths get inverse stroked | 37 # http://skbug.com/2222 : Inverse filled paths get inverse stroked |
38 inverse_paths | 38 inverse_paths |
39 | 39 |
40 # bsalomon: Additional test cases were added to these GMs | 40 # bsalomon: Additional test cases were added to these GMs |
41 # https://codereview.chromium.org/193263002/ | 41 # https://codereview.chromium.org/193263002/ |
| 42 # The rrect_clip_aa and rrect_effect tests were additionally modified by: |
| 43 # https://codereview.chromium.org/194603004 |
42 rrect_effect | 44 rrect_effect |
43 rrect_draw_bw | 45 rrect_draw_bw |
44 rrect_draw_aa | 46 rrect_draw_aa |
45 rrect_clip_bw | 47 rrect_clip_bw |
46 rrect_clip_aa | 48 rrect_clip_aa |
47 | 49 |
48 # reed: https://codereview.chromium.org/190723004/ | 50 # reed: https://codereview.chromium.org/190723004/ |
49 # This change removes an API that this GM was testing. If/when it lands and stic
ks, | 51 # This change removes an API that this GM was testing. If/when it lands and stic
ks, |
50 # I will likely just delete the GM. | 52 # I will likely just delete the GM. |
51 canvas-layer-state | 53 canvas-layer-state |
52 | 54 |
53 # Fixes correctness for offsetimagefilter; slight pixel diffs for imagefilterscl
ipped. | 55 # Fixes correctness for offsetimagefilter; slight pixel diffs for imagefilterscl
ipped. |
54 # https://codereview.chromium.org/195163004 | 56 # https://codereview.chromium.org/195163004 |
55 # senorblanco will rebaseline. | 57 # senorblanco will rebaseline. |
56 offsetimagefilter | 58 offsetimagefilter |
57 imagefiltersclipped | 59 imagefiltersclipped |
OLD | NEW |