OLD | NEW |
1 # TEMPORARY overrides of | 1 # TEMPORARY overrides of |
2 # src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt | 2 # src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt |
3 # that are associated with changes to the Skia code. | 3 # that are associated with changes to the Skia code. |
4 # | 4 # |
5 # GUIDELINES: | 5 # GUIDELINES: |
6 # - This file should be empty most of the time. | 6 # - This file should be empty most of the time. |
7 # - Expectations should only be added TEMPORARILY, as a step towards | 7 # - Expectations should only be added TEMPORARILY, as a step towards |
8 # rebaselining layout test results. If any one expectation remains in here | 8 # rebaselining layout test results. If any one expectation remains in here |
9 # for more than a week or two, then we are probably doing something wrong. | 9 # for more than a week or two, then we are probably doing something wrong. |
10 # - Expectations from this file should NOT be rolled into any other | 10 # - Expectations from this file should NOT be rolled into any other |
(...skipping 30 matching lines...) Expand all Loading... |
41 # | 41 # |
42 # 5. Commit your DEPS roll CL, and keep an eye on the waterfall bots to make | 42 # 5. Commit your DEPS roll CL, and keep an eye on the waterfall bots to make |
43 # sure nothing goes red. | 43 # sure nothing goes red. |
44 # | 44 # |
45 # 6. Make sure to rebaseline the layout tests as soon as possible! The longer | 45 # 6. Make sure to rebaseline the layout tests as soon as possible! The longer |
46 # we leave overrides in this file, the harder it will be to rebaseline those | 46 # we leave overrides in this file, the harder it will be to rebaseline those |
47 # tests (because other rendering changes might creep in). | 47 # tests (because other rendering changes might creep in). |
48 # | 48 # |
49 # START OVERRIDES HERE | 49 # START OVERRIDES HERE |
50 | 50 |
| 51 # The Skia roll to r12012 introduced imperceptible image differences in the foll
owing tests: |
| 52 crbug.com/313226 compositing/geometry/layer-due-to-layer-children.html [ ImageOn
lyFailure ] |
| 53 crbug.com/313226 compositing/geometry/vertical-scroll-composited.html [ ImageOnl
yFailure ] |
| 54 crbug.com/313226 compositing/overflow/nested-render-surfaces-with-rotation.html
[ ImageOnlyFailure ] |
| 55 crbug.com/313226 compositing/perpendicular-layer-sorting.html [ ImageOnlyFailure
] |
| 56 crbug.com/313226 compositing/reflections/animation-inside-reflection.html [ Imag
eOnlyFailure ] |
| 57 crbug.com/313226 compositing/reflections/transform-inside-reflection.html [ Imag
eOnlyFailure ] |
| 58 crbug.com/313226 fast/sub-pixel/transformed-iframe-copy-on-scroll.html [ ImageOn
lyFailure ] |
| 59 crbug.com/313226 transforms/3d/point-mapping/3d-point-mapping-deep.html [ ImageO
nlyFailure ] |
| 60 crbug.com/313226 transforms/3d/point-mapping/3d-point-mapping-origins.html [ Ima
geOnlyFailure ] |
| 61 crbug.com/313226 transforms/3d/point-mapping/3d-point-mapping-preserve-3d.html [
ImageOnlyFailure ] |
| 62 crbug.com/313226 virtual/gpu/compositedscrolling/overflow/nested-render-surfaces
-with-rotation.html [ ImageOnlyFailure ] |
| 63 crbug.com/313226 compositing/geometry/fixed-position-transform-composited-page-s
cale-down.html [ ImageOnlyFailure ] |
| 64 crbug.com/313226 transforms/3d/general/perspective-units.html [ ImageOnlyFailure
] |
| 65 crbug.com/313226 virtual/softwarecompositing/geometry/vertical-scroll-composited
.html [ ImageOnlyFailure ] |
| 66 crbug.com/313226 virtual/softwarecompositing/huge-layer-rotated.html [ ImageOnly
Failure ] |
| 67 crbug.com/313226 virtual/softwarecompositing/lots-of-img-layers-with-opacity.htm
l [ ImageOnlyFailure ] |
| 68 crbug.com/313226 virtual/softwarecompositing/lots-of-img-layers.html [ ImageOnly
Failure ] |
| 69 crbug.com/313226 virtual/softwarecompositing/tiny-layer-rotated.html [ ImageOnly
Failure ] |
| 70 |
51 # END OVERRIDES HERE (this line ensures that the file is newline-terminated) | 71 # END OVERRIDES HERE (this line ensures that the file is newline-terminated) |
OLD | NEW |