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 20 matching lines...) Expand all Loading... |
31 ## Added as part of MADE-UP BUG | 31 ## Added as part of MADE-UP BUG |
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 # reed: https://codereview.chromium.org/190723004/ | 36 # reed: https://codereview.chromium.org/190723004/ |
37 # This change removes an API that this GM was testing. If/when it lands and stic
ks, | 37 # This change removes an API that this GM was testing. If/when it lands and stic
ks, |
38 # I will likely just delete the GM. | 38 # I will likely just delete the GM. |
39 canvas-layer-state | 39 canvas-layer-state |
40 | 40 |
| 41 # humper: https://codereview.chromium.org/300113008/ |
| 42 # Needs rebaselining after image scaling tweak |
| 43 filterbitmap_image_mandrill_256 |
| 44 filterbitmap_checkerboard_192_192 |
| 45 downsamplebitmap_image_high_mandrill_512 |
| 46 downsamplebitmap_text_high_72.00pt |
| 47 filterbitmap_text_7.00pt |
| 48 filterbitmap_image_mandrill_128 |
| 49 filterbitmap_image_mandrill_64 |
| 50 filterbitmap_image_mandrill_32 |
| 51 filterbitmap_checkerboard_32_32 |
| 52 filterbitmap_checkerboard_32_8 |
| 53 downsamplebitmap_checkerboard_high_512_256 |
| 54 filterbitmap_image_mandrill_16 |
| 55 filterbitmap_text_3.00pt |
| 56 filterbitmap_checkerboard_32_2 |
| 57 filterbitmap_checkerboard_4_4 |
| 58 |
| 59 # bsalomon: https://codereview.chromium.org/264303008/ |
| 60 # bsalomon@ will rebaseline this test |
| 61 ninepatch-stretch |
| 62 |
| 63 # bsalomon: https://codereview.chromium.org/282293004/ |
| 64 # Conditionally fallback from bicubic filtering based on matrix. |
| 65 downsamplebitmap_checkerboard_high_512_256 |
| 66 downsamplebitmap_image_high_mandrill_512.png |
| 67 filterbitmap_checkerboard_192_192 |
| 68 downsamplebitmap_text_high_72.00pt |
| 69 |
41 # These are part of picture-version 27 -- removal of SkUnitMapp | 70 # These are part of picture-version 27 -- removal of SkUnitMapp |
42 # just need to be rebaselined | 71 # just need to be rebaselined |
43 scaled_tilemode_bitmap | 72 scaled_tilemode_bitmap |
44 scaled_tilemodes_npot | 73 scaled_tilemodes_npot |
45 scaled_tilemodes | 74 scaled_tilemodes |
46 tilemode_bitmap | 75 tilemode_bitmap |
47 tilemodes_npot | 76 tilemodes_npot |
48 tilemodes | 77 tilemodes |
49 shadertext3 | 78 shadertext3 |
50 shadertext | 79 shadertext |
51 shadertext2 | 80 shadertext2 |
52 | 81 |
53 # Changing this GM to add more test cases (failing at the moment) | 82 # Changing this GM to add more test cases (failing at the moment) |
54 # Need to rebaseline when they are fixed | 83 # Need to rebaseline when they are fixed |
55 stroketext | 84 stroketext |
56 | 85 |
OLD | NEW |