| 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 28 matching lines...) Expand all Loading... |
| 39 canvas-layer-state | 39 canvas-layer-state |
| 40 | 40 |
| 41 # humper: | 41 # humper: |
| 42 # Needs rebaselining after faster GPU blur patch lands | 42 # Needs rebaselining after faster GPU blur patch lands |
| 43 megalooper_0x0 | 43 megalooper_0x0 |
| 44 megalooper_1x4 | 44 megalooper_1x4 |
| 45 megalooper_4x1 | 45 megalooper_4x1 |
| 46 bleed | 46 bleed |
| 47 blurquickreject | 47 blurquickreject |
| 48 blurrects | 48 blurrects |
| 49 bigblurs |
| 49 | 50 |
| 50 # These are part of picture-version 27 -- removal of SkUnitMapp | 51 # These are part of picture-version 27 -- removal of SkUnitMapp |
| 51 # just need to be rebaselined | 52 # just need to be rebaselined |
| 52 scaled_tilemode_bitmap | 53 scaled_tilemode_bitmap |
| 53 scaled_tilemodes_npot | 54 scaled_tilemodes_npot |
| 54 scaled_tilemodes | 55 scaled_tilemodes |
| 55 tilemode_bitmap | 56 tilemode_bitmap |
| 56 tilemodes_npot | 57 tilemodes_npot |
| 57 tilemodes | 58 tilemodes |
| 58 | 59 |
| 59 # Added by kevin.petit@arm.com for https://codereview.chromium.org/317193003 | 60 # Added by kevin.petit@arm.com for https://codereview.chromium.org/317193003 |
| 60 # Only S32A_D565_Blend is causing mismatches | 61 # Only S32A_D565_Blend is causing mismatches |
| 61 shadertext3 | 62 shadertext3 |
| 62 drawbitmaprect | 63 drawbitmaprect |
| 63 coloremoji | 64 coloremoji |
| OLD | NEW |