| 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 24 matching lines...) Expand all Loading... |
| 35 | 35 |
| 36 # junov | 36 # junov |
| 37 image-surface | 37 image-surface |
| 38 | 38 |
| 39 # jvanverth | 39 # jvanverth |
| 40 fontcache | 40 fontcache |
| 41 | 41 |
| 42 # reed - conservative_rasterclip CL | 42 # reed - conservative_rasterclip CL |
| 43 multipicturedraw_pathclip_tiled | 43 multipicturedraw_pathclip_tiled |
| 44 | 44 |
| 45 #bsalomon - small changes after moving scratch texture management to new cache | |
| 46 multipicturedraw_pathclip_tiled | |
| 47 multipicturedraw_invpathclip_tiled | |
| 48 multipicturedraw_noclip_tiled | |
| 49 multipicturedraw_rectclip_tiled | |
| 50 multipicturedraw_rrectclip_tiled | |
| 51 multipicturedraw_pathclip_simple | |
| 52 multipicturedraw_invpathclip_simple | |
| 53 multipicturedraw_noclip_simple | |
| 54 multipicturedraw_rectclip_simple | |
| 55 multipicturedraw_rrectclip_simple | |
| 56 multipicturedraw_sierpinski_tiled | |
| 57 | |
| 58 # rileya - https://codereview.chromium.org/516463005/ will rebaseline after bots
cycle | 45 # rileya - https://codereview.chromium.org/516463005/ will rebaseline after bots
cycle |
| 59 yuv_to_rgb_effect | 46 yuv_to_rgb_effect |
| OLD | NEW |