Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(516)

Side by Side Diff: webkit/tools/layout_tests/test_expectations.txt

Issue 255069: Windows rebaselines for two point radial gradients. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // This file consists of lines with specifications of what 1 // This file consists of lines with specifications of what
2 // to expect from layout test cases. The test cases can be directories 2 // to expect from layout test cases. The test cases can be directories
3 // in which case the expectations apply to all test cases in that 3 // in which case the expectations apply to all test cases in that
4 // directory and any subdirectory. The format of the file is along the 4 // directory and any subdirectory. The format of the file is along the
5 // lines of: 5 // lines of:
6 // 6 //
7 // LayoutTests/fast/js/fixme.js = FAIL 7 // LayoutTests/fast/js/fixme.js = FAIL
8 // LayoutTests/fast/js/flaky.js = FAIL PASS 8 // LayoutTests/fast/js/flaky.js = FAIL PASS
9 // LayoutTests/fast/js/crash.js = CRASH TIMEOUT FAIL PASS 9 // LayoutTests/fast/js/crash.js = CRASH TIMEOUT FAIL PASS
10 // 10 //
(...skipping 780 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 // FAIL results from an extra newline at the top of the results 791 // FAIL results from an extra newline at the top of the results
792 // the checked in results do not include the PASS text. 792 // the checked in results do not include the PASS text.
793 // May only need re-baselining? 793 // May only need re-baselining?
794 BUG1126050 : LayoutTests/http/tests/navigation/changing-frame-hierarchy-in-onloa d.html = FAIL PASS 794 BUG1126050 : LayoutTests/http/tests/navigation/changing-frame-hierarchy-in-onloa d.html = FAIL PASS
795 795
796 // This test has hover effects that change the font size. This test also 796 // This test has hover effects that change the font size. This test also
797 // moves the mouse around, resulting in a layout that dances around. 797 // moves the mouse around, resulting in a layout that dances around.
798 // Depending upon when the snapshot is taken we get different results. 798 // Depending upon when the snapshot is taken we get different results.
799 BUG10280 WIN LINUX : LayoutTests/fast/inline/dirtyLinesForInline.html = FAIL PAS S 799 BUG10280 WIN LINUX : LayoutTests/fast/inline/dirtyLinesForInline.html = FAIL PAS S
800 800
801 // Radial gradients don't have offset focal point
802 BUG8696 WIN LINUX : LayoutTests/fast/gradients/generated-gradients.html = FAIL
803 BUG8696 WIN LINUX : LayoutTests/fast/gradients/simple-gradients.html = FAIL
804 BUG8696 WIN LINUX : LayoutTests/fast/gradients/crash-on-zero-radius.html = FAIL
805
806 BUG20507 : LayoutTests/http/tests/uri/resolve-encoding-relative.html = FAIL 801 BUG20507 : LayoutTests/http/tests/uri/resolve-encoding-relative.html = FAIL
807 802
808 BUG6735 : LayoutTests/plugins/netscape-throw-exception.html = FAIL 803 BUG6735 : LayoutTests/plugins/netscape-throw-exception.html = FAIL
809 804
810 BUG10432 WIN LINUX : LayoutTests/fast/overflow/004.html = FAIL 805 BUG10432 WIN LINUX : LayoutTests/fast/overflow/004.html = FAIL
811 806
812 BUG9071 MAC WIN DEBUG SLOW : LayoutTests/editing/selection/drag-to-contenteditab le-iframe.html = FAIL PASS 807 BUG9071 MAC WIN DEBUG SLOW : LayoutTests/editing/selection/drag-to-contenteditab le-iframe.html = FAIL PASS
813 BUG9071 LINUX : LayoutTests/editing/selection/drag-to-contenteditable-iframe.htm l = FAIL 808 BUG9071 LINUX : LayoutTests/editing/selection/drag-to-contenteditable-iframe.htm l = FAIL
814 809
815 // ----------------------------------------------------------------- 810 // -----------------------------------------------------------------
(...skipping 16 matching lines...) Expand all
832 BUG10281 WIN LINUX : LayoutTests/svg/W3C-SVG-1.1/struct-image-07-t.svg = IMAGE+T EXT 827 BUG10281 WIN LINUX : LayoutTests/svg/W3C-SVG-1.1/struct-image-07-t.svg = IMAGE+T EXT
833 828
834 // We show reduced version of the entire SVN image rather than an image 829 // We show reduced version of the entire SVN image rather than an image
835 BUG23463 MAC : LayoutTests/svg/W3C-SVG-1.1/struct-image-02-b.svg = IMAGE 830 BUG23463 MAC : LayoutTests/svg/W3C-SVG-1.1/struct-image-02-b.svg = IMAGE
836 BUG23463 MAC : LayoutTests/svg/W3C-SVG-1.1/struct-symbol-01-b.svg = IMAGE 831 BUG23463 MAC : LayoutTests/svg/W3C-SVG-1.1/struct-symbol-01-b.svg = IMAGE
837 BUG23463 MAC : LayoutTests/svg/W3C-SVG-1.1/struct-use-01-t.svg = IMAGE 832 BUG23463 MAC : LayoutTests/svg/W3C-SVG-1.1/struct-use-01-t.svg = IMAGE
838 BUG23463 WIN LINUX : LayoutTests/svg/W3C-SVG-1.1/struct-image-02-b.svg = IMAGE+T EXT 833 BUG23463 WIN LINUX : LayoutTests/svg/W3C-SVG-1.1/struct-image-02-b.svg = IMAGE+T EXT
839 BUG23463 WIN LINUX : LayoutTests/svg/W3C-SVG-1.1/struct-symbol-01-b.svg = IMAGE+ TEXT 834 BUG23463 WIN LINUX : LayoutTests/svg/W3C-SVG-1.1/struct-symbol-01-b.svg = IMAGE+ TEXT
840 BUG23463 WIN LINUX : LayoutTests/svg/W3C-SVG-1.1/struct-use-01-t.svg = IMAGE+TEX T 835 BUG23463 WIN LINUX : LayoutTests/svg/W3C-SVG-1.1/struct-use-01-t.svg = IMAGE+TEX T
841 836
842 // Radial gradients with offset focal points are not implemented in Skia.
843 // See comment in WebCore/platform/graphics/skia/GradientSkia.cpp
844 BUG8696 WIN LINUX : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-13-b.svg = FAIL
845
846 // Merge 39744:39829 - regression 837 // Merge 39744:39829 - regression
847 BUG10284 RELEASE : LayoutTests/svg/custom/path-bad-data.svg = FAIL 838 BUG10284 RELEASE : LayoutTests/svg/custom/path-bad-data.svg = FAIL
848 839
849 // Upstream dumprendertree changes caused the expected to change. 840 // Upstream dumprendertree changes caused the expected to change.
850 // Now our baseline is out of date, and we differ from Mac expected on the 841 // Now our baseline is out of date, and we differ from Mac expected on the
851 // caret position in the last line of the text output. 842 // caret position in the last line of the text output.
852 BUG10285 WIN LINUX : LayoutTests/svg/custom/foreignObject-crash-on-hover.xml = F AIL 843 BUG10285 WIN LINUX : LayoutTests/svg/custom/foreignObject-crash-on-hover.xml = F AIL
853 844
854 // Merge 39744:39913? - regressions 845 // Merge 39744:39913? - regressions
855 BUG10286 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-02-t.svg = FAIL PASS C RASH 846 BUG10286 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-02-t.svg = FAIL PASS C RASH
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
1031 1022
1032 BUG10306 LINUX : LayoutTests/svg/carto.net/combobox.svg = FAIL 1023 BUG10306 LINUX : LayoutTests/svg/carto.net/combobox.svg = FAIL
1033 1024
1034 // There are a ugly room between black strokes and white painting of characters. 1025 // There are a ugly room between black strokes and white painting of characters.
1035 BUG10307 WIN : LayoutTests/svg/W3C-SVG-1.1/filters-example-01-b.svg = FAIL 1026 BUG10307 WIN : LayoutTests/svg/W3C-SVG-1.1/filters-example-01-b.svg = FAIL
1036 1027
1037 // Linux pixeltest failure: slightly different shade of composited 1028 // Linux pixeltest failure: slightly different shade of composited
1038 // alpha in bottom group. 1029 // alpha in bottom group.
1039 BUG10310 LINUX : LayoutTests/svg/W3C-SVG-1.1/masking-opacity-01-b.svg = FAIL 1030 BUG10310 LINUX : LayoutTests/svg/W3C-SVG-1.1/masking-opacity-01-b.svg = FAIL
1040 1031
1041 // Fixed upstream, see https://bugs.webkit.org/show_bug.cgi?id=21910.
1042 // However, we need to support focal point for radial gradients.
1043 BUG8696 LINUX WIN : LayoutTests/fast/backgrounds/svg-as-background-3.html = FAIL
1044
1045 // 1032 //
1046 // ----------------------------------------------------------------- 1033 // -----------------------------------------------------------------
1047 // End of SVG tests 1034 // End of SVG tests
1048 // ----------------------------------------------------------------- 1035 // -----------------------------------------------------------------
1049 1036
1050 // This fails because of differences between how CG and Skia tests for 1037 // This fails because of differences between how CG and Skia tests for
1051 // a point in a path. See 1038 // a point in a path. See
1052 // http://code.google.com/p/chromium/issues/detail?id=7465 for details. 1039 // http://code.google.com/p/chromium/issues/detail?id=7465 for details.
1053 BUG10311 WIN LINUX : LayoutTests/fast/canvas/pointInPath.html = FAIL 1040 BUG10311 WIN LINUX : LayoutTests/fast/canvas/pointInPath.html = FAIL
1054 1041
(...skipping 2005 matching lines...) Expand 10 before | Expand all | Expand 10 after
3060 BUG_ATWILSON : LayoutTests/fast/css/text-rendering.html = FAIL 3047 BUG_ATWILSON : LayoutTests/fast/css/text-rendering.html = FAIL
3061 BUG_ATWILSON WIN LINUX: LayoutTests/svg/css/getComputedStyle-basic.xhtml = FAIL 3048 BUG_ATWILSON WIN LINUX: LayoutTests/svg/css/getComputedStyle-basic.xhtml = FAIL
3062 // This was happening previously - might be a flakey test? 3049 // This was happening previously - might be a flakey test?
3063 BUG_ATWILSON LINUX : LayoutTests/editing/selection/extend-selection.html = TIMEO UT PASS 3050 BUG_ATWILSON LINUX : LayoutTests/editing/selection/extend-selection.html = TIMEO UT PASS
3064 BUG_ATWILSON MAC LINUX : LayoutTests/fast/css/last-of-type-pseudo-class.html = F AIL 3051 BUG_ATWILSON MAC LINUX : LayoutTests/fast/css/last-of-type-pseudo-class.html = F AIL
3065 3052
3066 // WebKit update: 48994:49006 3053 // WebKit update: 48994:49006
3067 BUG_ATWILSON LINUX : LayoutTests/animations/transform-origin-vs-functions.html = FAIL 3054 BUG_ATWILSON LINUX : LayoutTests/animations/transform-origin-vs-functions.html = FAIL
3068 BUG_ATWILSON WIN LINUX : LayoutTests/fast/box-shadow/inset.html = FAIL 3055 BUG_ATWILSON WIN LINUX : LayoutTests/fast/box-shadow/inset.html = FAIL
3069 3056
OLDNEW
« no previous file with comments | « webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698