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

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

Issue 502038: Remove layout tests passing because of r34751.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2790 matching lines...) Expand 10 before | Expand all | Expand 10 after
2801 BUG26344 LINUX DEBUG : LayoutTests/platform/mac/editing/deleting/backward-delete .html = CRASH 2801 BUG26344 LINUX DEBUG : LayoutTests/platform/mac/editing/deleting/backward-delete .html = CRASH
2802 2802
2803 // WebKit roll 50073:50101 2803 // WebKit roll 50073:50101
2804 // Test added by Ryosuke: http://trac.webkit.org/changeset/50090 2804 // Test added by Ryosuke: http://trac.webkit.org/changeset/50090
2805 BUG25889 MAC DEBUG : LayoutTests/fast/forms/select-empty-option-height.html = PA SS TIMEOUT 2805 BUG25889 MAC DEBUG : LayoutTests/fast/forms/select-empty-option-height.html = PA SS TIMEOUT
2806 2806
2807 // More fallout from the above roll. 2807 // More fallout from the above roll.
2808 BUG25955 LINUX DEBUG : LayoutTests/fast/forms/textarea-placeholder-set-value.htm l = PASS CRASH 2808 BUG25955 LINUX DEBUG : LayoutTests/fast/forms/textarea-placeholder-set-value.htm l = PASS CRASH
2809 BUG_JORLOW LINUX : LayoutTests/fast/multicol/column-rules-stacking.html = FAIL 2809 BUG_JORLOW LINUX : LayoutTests/fast/multicol/column-rules-stacking.html = FAIL
2810 2810
2811 // WebKit roll 50218:50235
2812 BUG_JORLOW : LayoutTests/http/tests/ssl/referer-301.html = FAIL
2813 BUG_JORLOW DEBUG : LayoutTests/http/tests/ssl/referer-303.html = FAIL
2814 BUG_JORLOW LINUX MAC RELEASE : LayoutTests/http/tests/ssl/referer-303.html = FAI L
2815 BUG_JORLOW SLOW WIN RELEASE : LayoutTests/http/tests/ssl/referer-303.html = FAIL
2816
2817 // randomly started to be flaky on r30451 (revision had only a check-in of text_ expectations.txt) 2811 // randomly started to be flaky on r30451 (revision had only a check-in of text_ expectations.txt)
2818 BUG26195 MAC DEBUG : LayoutTests/plugins/netscape-plugin-map-data-to-src.html = PASS TEXT 2812 BUG26195 MAC DEBUG : LayoutTests/plugins/netscape-plugin-map-data-to-src.html = PASS TEXT
2819 BUG26195 MAC DEBUG : LayoutTests/plugins/netscape-plugin-setwindow-size.html = P ASS TEXT 2813 BUG26195 MAC DEBUG : LayoutTests/plugins/netscape-plugin-setwindow-size.html = P ASS TEXT
2820 BUG26195 MAC DEBUG : LayoutTests/plugins/netscape-plugin-setwindow-size-2.html = PASS TEXT 2814 BUG26195 MAC DEBUG : LayoutTests/plugins/netscape-plugin-setwindow-size-2.html = PASS TEXT
2821 2815
2822 // ==== WebKit roll 50258:50313 ==== 2816 // ==== WebKit roll 50258:50313 ====
2823 BUG26291 MAC : LayoutTests/fast/text/atsui-multiple-renderers.html = IMAGE 2817 BUG26291 MAC : LayoutTests/fast/text/atsui-multiple-renderers.html = IMAGE
2824 BUG26291 MAC : LayoutTests/fast/text/drawBidiText.html = IMAGE 2818 BUG26291 MAC : LayoutTests/fast/text/drawBidiText.html = IMAGE
2825 BUG26291 MAC : LayoutTests/transforms/2d/hindi-rotated.html = IMAGE 2819 BUG26291 MAC : LayoutTests/transforms/2d/hindi-rotated.html = IMAGE
2826 2820
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
3232 BUG30593 LINUX MAC : LayoutTests/websocket/tests/url-with-credential.html = TEXT PASS 3226 BUG30593 LINUX MAC : LayoutTests/websocket/tests/url-with-credential.html = TEXT PASS
3233 3227
3234 // Webkit roll 52198->52208 3228 // Webkit roll 52198->52208
3235 // Newly added test in r52202 3229 // Newly added test in r52202
3236 BUG_JPARENT : LayoutTests/svg/filters/filter-source-position.svg = IMAGE+TEXT 3230 BUG_JPARENT : LayoutTests/svg/filters/filter-source-position.svg = IMAGE+TEXT
3237 // Started failing with r52207 3231 // Started failing with r52207
3238 BUG_JPARENT : LayoutTests/fast/repaint/backgroundSizeRepaint.html = IMAGE 3232 BUG_JPARENT : LayoutTests/fast/repaint/backgroundSizeRepaint.html = IMAGE
3239 3233
3240 // Flaky since SVG filters turned on 3234 // Flaky since SVG filters turned on
3241 BUG29737 LINUX : LayoutTests/svg/filters/feDisplacementMap.svg = TEXT PASS 3235 BUG29737 LINUX : LayoutTests/svg/filters/feDisplacementMap.svg = TEXT PASS
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698