Add retry function to AccountManagerHelper when called from foreground
[chromium-blink-merge.git] / skia / skia_test_expectations.txt
blob7cb750aa825cebae07f605541cc5a579ea00db68
1 # TEMPORARY overrides of
2 # src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt
3 # that are associated with changes to the Skia code.
5 # GUIDELINES:
6 # - This file should be empty most of the time.
7 # - Expectations should only be added TEMPORARILY, as a step towards
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.
10 # - Expectations from this file should NOT be rolled into any other
11 #   test_expectations file.  If there is a test that we expect to fail
12 #   indefinitely, then we should add that test to the roach motel that is
13 #   src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt
14 # - Tests listed in this file should NOT be rebaselined by WebKit Gardeners,
15 #   unless they have made arrangements with Skia developers.
17 # For more information, see https://bugs.webkit.org/show_bug.cgi?id=86749
18 # or email skia-dev@google.com .
20 # INSTRUCTIONS:
21 # If you are rolling Skia's DEPS within Chrome, and trybot results indicate
22 # that the DEPS roll would break some webkit layout_tests, please follow
23 # these steps:
25 # 1. Confirm that those layout_test failures are "reasonable"-- Are they
26 # actually improvements, not regressions?  Or maybe they are very minor
27 # differences that go along with a performance improvement?
28 # If not, please fix Skia rather than rolling in the version that will
29 # regress the webkit layout_tests.
31 # 2. File a bug to yourself to track the rebaselining of results caused by
32 # your Skia DEPS roll.
34 # 3. Add one or more lines to this file, in the same syntax used in the main
35 # test_expectations file, to mark those tests as expected-to-fail.
36 # Add this file to your DEPS roll CL.
38 # 4. Run your DEPS roll CL through the trybots again, and confirm your CL does
39 # not cause any layout tests to fail.  (If there are still failures as a
40 # result of your CL, you probably didn't add the test expectations correctly.)
42 # 5. Commit your DEPS roll CL, and keep an eye on the waterfall bots to make
43 # sure nothing goes red.
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
47 # tests (because other rendering changes might creep in).
49 # START OVERRIDES HERE
51 crbug.com/165935 fast/forms/button-generated-content.html [ ImageOnlyFailure ]
52 crbug.com/165935 fast/forms/button-inner-block-reuse.html [ ImageOnlyFailure ]
54 crbug.com/170082 platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns.html [ ImageOnlyFailure ]
56 # gpu-based oval drawing has improved this image
57 crbug.com/171664 platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip.html [ ImageOnlyFailure ]
59 # the roll to r7483 caused these minor image differences, the root cause was changes to Skia's sorting 
60 # algorithm
61 crbug.com/173368 svg/batik/text/smallFonts.svg [ ImageOnlyFailure ]
62 crbug.com/173368 svg/batik/text/textDecoration.svg [ ImageOnlyFailure ]
63 crbug.com/173368 svg/batik/text/textFeatures.svg [ ImageOnlyFailure ]
64 crbug.com/173368 svg/text/selection-styles.xhtml [ ImageOnlyFailure ]
66 # in r7552 (https://codereview.appspot.com/7273048/) Skia's sorting 
67 # algorithm was changed (again). This caused some imperceptible changes in
68 # some of the Japanese font layout tests
69 crbug.com/174338 [ Linux SnowLeopard Lion ] fast/repaint/japanese-rl-selection-clear.html [ ImageOnlyFailure ]
70 crbug.com/174338 [ Linux ] fast/repaint/japanese-rl-selection-repaint-in-regions.html [ ImageOnlyFailure ]
71 crbug.com/174338 [ Linux SnowLeopard Lion ] fast/repaint/japanese-rl-selection-repaint.html [ ImageOnlyFailure ]
72 crbug.com/174338 [ Linux SnowLeopard MountainLion Lion ] fast/text/justify-ideograph-vertical.html [ ImageOnlyFailure ]
73 crbug.com/174338 fast/writing-mode/border-vertical-lr.html [ ImageOnlyFailure ]
74 crbug.com/174338 fast/writing-mode/japanese-lr-selection.html [ ImageOnlyFailure ]
75 crbug.com/174338 fast/writing-mode/japanese-lr-text.html [ ImageOnlyFailure ]
76 crbug.com/174338 fast/writing-mode/japanese-rl-selection.html [ ImageOnlyFailure ]
77 crbug.com/174338 fast/writing-mode/japanese-rl-text.html [ ImageOnlyFailure ]
78 crbug.com/174338 svg/custom/shapes-supporting-markers.svg [ ImageOnlyFailure ]
80 # END OVERRIDES HERE (this line ensures that the file is newline-terminated)