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

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

Issue 334008: Update some bug information in test_expectations. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 1 month 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 828 matching lines...) Expand 10 before | Expand all | Expand 10 after
839 839
840 // These tests are flaky with subtle pixel differences. 840 // These tests are flaky with subtle pixel differences.
841 BUG9798 BUG13907 : LayoutTests/media/audio-no-installed-engines.html = IMAGE 841 BUG9798 BUG13907 : LayoutTests/media/audio-no-installed-engines.html = IMAGE
842 BUG9798 BUG13907 : LayoutTests/media/video-aspect-ratio.html = IMAGE 842 BUG9798 BUG13907 : LayoutTests/media/video-aspect-ratio.html = IMAGE
843 BUG9798 BUG13907 : LayoutTests/media/video-transformed.html = IMAGE 843 BUG9798 BUG13907 : LayoutTests/media/video-transformed.html = IMAGE
844 BUG9798 BUG13907 MAC : LayoutTests/media/video-layer-crash.html = IMAGE 844 BUG9798 BUG13907 MAC : LayoutTests/media/video-layer-crash.html = IMAGE
845 845
846 // These tests are failing because they use position-dependent mouse clicks. 846 // These tests are failing because they use position-dependent mouse clicks.
847 BUG13907 BUG25375 : LayoutTests/media/video-controls-transformed.html = FAIL 847 BUG13907 BUG25375 : LayoutTests/media/video-controls-transformed.html = FAIL
848 848
849 BUG13907 : LayoutTests/media/media-load-event.html = FAIL
850 BUG13907 : LayoutTests/media/progress-event-at-least-one.html = FAIL
851
849 // These tests are WONTFIX because they use codecs Chromium doesn't support. 852 // These tests are WONTFIX because they use codecs Chromium doesn't support.
850 BUG16779 WONTFIX SKIP : LayoutTests/media/video-can-play-type.html = FAIL TIMEOU T 853 BUG16779 WONTFIX SKIP : LayoutTests/media/video-can-play-type.html = FAIL TIMEOU T
851 BUG16779 WONTFIX SKIP : LayoutTests/media/video-document-types.html = FAIL TIMEO UT 854 BUG16779 WONTFIX SKIP : LayoutTests/media/video-document-types.html = FAIL TIMEO UT
852 BUG16779 WONTFIX SKIP : LayoutTests/media/audio-mpeg-supported.html = FAIL TIMEO UT 855 BUG16779 WONTFIX SKIP : LayoutTests/media/audio-mpeg-supported.html = FAIL TIMEO UT
853 BUG16779 WONTFIX SKIP : LayoutTests/media/audio-data-url.html = FAIL TIMEOUT 856 BUG16779 WONTFIX SKIP : LayoutTests/media/audio-data-url.html = FAIL TIMEOUT
854 BUG16779 WONTFIX SKIP : LayoutTests/media/video-size-intrinsic-scale.html = FAIL TIMEOUT 857 BUG16779 WONTFIX SKIP : LayoutTests/media/video-size-intrinsic-scale.html = FAIL TIMEOUT
855 858
856 859
857 // Function arguments object is copied for each access. 860 // Function arguments object is copied for each access.
858 BUG24194 : LayoutTests/fast/js/kde/function_arguments.html = FAIL 861 BUG24194 : LayoutTests/fast/js/kde/function_arguments.html = FAIL
(...skipping 1843 matching lines...) Expand 10 before | Expand all | Expand 10 after
2702 BUG11613 LINUX : LayoutTests/editing/deleting/5168598.html = FAIL 2705 BUG11613 LINUX : LayoutTests/editing/deleting/5168598.html = FAIL
2703 BUG11613 LINUX : LayoutTests/editing/inserting/5607069-2.html = FAIL 2706 BUG11613 LINUX : LayoutTests/editing/inserting/5607069-2.html = FAIL
2704 2707
2705 // This needs to be rebaselined. See http://trac.webkit.org/changeset/43378 2708 // This needs to be rebaselined. See http://trac.webkit.org/changeset/43378
2706 BUG11669 LINUX : LayoutTests/fast/layers/remove-only-this-layer-update.html = FA IL 2709 BUG11669 LINUX : LayoutTests/fast/layers/remove-only-this-layer-update.html = FA IL
2707 2710
2708 // May need rebaselining for mac/linux, or may need nothing at all. Triage after has run 2711 // May need rebaselining for mac/linux, or may need nothing at all. Triage after has run
2709 // on mac/linux buildbot. See http://crbug.com/11763. 2712 // on mac/linux buildbot. See http://crbug.com/11763.
2710 BUG11763 LINUX : LayoutTests/fast/layers/self-painting-outline.html = FAIL PASS 2713 BUG11763 LINUX : LayoutTests/fast/layers/self-painting-outline.html = FAIL PASS
2711 2714
2712 // This test got moved (and the baselines have been moved accordingly), but now as a result 2715 // Passes in Chrome, fails in test_shell
2713 // it seems to be failing?! 2716 BUG11795 : LayoutTests/http/tests/misc/favicon-as-image.html = FAIL
2714 BUG11795 WIN LINUX : LayoutTests/http/tests/misc/favicon-as-image.html = FAIL
2715 BUG11795 MAC : LayoutTests/http/tests/misc/favicon-as-image.html = FAIL CRASH
2716 2717
2717 // Already baselined for chromium-win, may need to be done for mac/linux as well . 2718 // Already baselined for chromium-win, may need to be done for mac/linux as well .
2718 BUG11796 LINUX : LayoutTests/fast/forms/search-styled.html = FAIL 2719 BUG11796 LINUX : LayoutTests/fast/forms/search-styled.html = FAIL
2719 2720
2720 // Flaky Windows/Linux Tests 2721 // Flaky Windows/Linux Tests
2721 BUG11898 : LayoutTests/svg/dom/SVGScriptElement/script-set-href.svg = FAIL PASS 2722 BUG11898 : LayoutTests/svg/dom/SVGScriptElement/script-set-href.svg = FAIL PASS
2722 BUG11898 WIN DEBUG : LayoutTests/http/tests/misc/submit-get-in-utf16be.html = TI MEOUT PASS 2723 BUG11898 WIN DEBUG : LayoutTests/http/tests/misc/submit-get-in-utf16be.html = TI MEOUT PASS
2723 BUG11898 WIN DEBUG : LayoutTests/http/tests/misc/submit-get-in-utf16le.html = TI MEOUT PASS 2724 BUG11898 WIN DEBUG : LayoutTests/http/tests/misc/submit-get-in-utf16le.html = TI MEOUT PASS
2724 BUG18772 WIN DEBUG : LayoutTests/http/tests/navigation/post-goback-same-url.html = TIMEOUT PASS 2725 BUG18772 WIN DEBUG : LayoutTests/http/tests/navigation/post-goback-same-url.html = TIMEOUT PASS
2725 2726
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
3145 BUG_JEREMY LINUX WIN : LayoutTests/svg/custom/svg-fonts-in-html.html = FAIL 3146 BUG_JEREMY LINUX WIN : LayoutTests/svg/custom/svg-fonts-in-html.html = FAIL
3146 BUG_JEREMY WIN : LayoutTests/editing/deleting/deletionUI-single-instance.html = FAIL 3147 BUG_JEREMY WIN : LayoutTests/editing/deleting/deletionUI-single-instance.html = FAIL
3147 BUG25204 WIN : chrome/fast/forms/basic-selects.html = FAIL 3148 BUG25204 WIN : chrome/fast/forms/basic-selects.html = FAIL
3148 BUG_JEREMY MAC : LayoutTests/fast/frames/onlyCommentInIFrame.html = CRASH FAIL 3149 BUG_JEREMY MAC : LayoutTests/fast/frames/onlyCommentInIFrame.html = CRASH FAIL
3149 BUG_JEREMY WIN : LayoutTests/fast/css/shadow-multiple.html = FAIL 3150 BUG_JEREMY WIN : LayoutTests/fast/css/shadow-multiple.html = FAIL
3150 3151
3151 // WebKit Roll 49684:49761 3152 // WebKit Roll 49684:49761
3152 BUG_YUTAK : LayoutTests/fast/events/drag-and-drop-dataTransfer-types-nocrash.htm l = FAIL 3153 BUG_YUTAK : LayoutTests/fast/events/drag-and-drop-dataTransfer-types-nocrash.htm l = FAIL
3153 BUG_YUTAK LINUX : LayoutTests/http/tests/security/mixedContent/insecure-plugin-i n-iframe.html = FAIL PASS 3154 BUG_YUTAK LINUX : LayoutTests/http/tests/security/mixedContent/insecure-plugin-i n-iframe.html = FAIL PASS
3154 3155
3155 // WebKit Roll 49761:49809
3156 BUG_JAPHET : LayoutTests/media/media-load-event.html = FAIL
3157 BUG_JAPHET : LayoutTests/media/progress-event-at-least-one.html = FAIL
3158
3159 // WebKit Roll 49809:49830 3156 // WebKit Roll 49809:49830
3160 // New test flakiness is being observed. 3157 // New test flakiness is being observed.
3161 BUG_YUTAK MAC LINUX : LayoutTests/fast/frames/frame-set-same-src.html = CRASH PA SS 3158 BUG_YUTAK MAC LINUX : LayoutTests/fast/frames/frame-set-same-src.html = CRASH PA SS
3162 BUG_YUTAK MAC RELEASE : LayoutTests/fast/overflow/002.html = CRASH PASS 3159 BUG_YUTAK MAC RELEASE : LayoutTests/fast/overflow/002.html = CRASH PASS
3163 3160
3164 // Test expectation for MAC is located above. 3161 // Test expectation for MAC is located above.
3165 // Please remove CRASH from that line when the fix is in. 3162 // Please remove CRASH from that line when the fix is in.
3166 BUG_YUTAK WIN LINUX : LayoutTests/fast/frames/invalid.html = CRASH PASS 3163 BUG_YUTAK WIN LINUX : LayoutTests/fast/frames/invalid.html = CRASH PASS
3167 3164
3168 // Not sure when the flakiness started. 3165 // Not sure when the flakiness started.
3169 BUG25378 WIN LINUX : LayoutTests/fast/forms/search-hidden-cancel-button.html = C RASH PASS 3166 BUG25378 WIN LINUX : LayoutTests/fast/forms/search-hidden-cancel-button.html = C RASH PASS
3170 3167
3171 // Caused by ukai at revision 29626 (WebSockets) 3168 // Caused by ukai at revision 29626 (WebSockets)
3172 BUG25399 WIN : LayoutTests/fast/xmlhttprequest/xmlhttprequest-gc.html = CRASH PA SS 3169 BUG25399 WIN : LayoutTests/fast/xmlhttprequest/xmlhttprequest-gc.html = CRASH PA SS
3173 BUG25399 WIN : LayoutTests/fast/xmlhttprequest/xmlhttprequest-get.xhtml = CRASH PASS 3170 BUG25399 WIN : LayoutTests/fast/xmlhttprequest/xmlhttprequest-get.xhtml = CRASH PASS
3174 BUG25399 WIN : LayoutTests/fast/xmlhttprequest/xmlhttprequest-html-response-enco ding.html = CRASH PASS 3171 BUG25399 WIN : LayoutTests/fast/xmlhttprequest/xmlhttprequest-html-response-enco ding.html = CRASH PASS
3175 // Caused by ukai at revision 29765 (WebSockets) 3172 // Caused by ukai at revision 29765 (WebSockets)
3176 BUG25399 LINUX MAC : LayoutTests/fast/xmlhttprequest/null-document-xmlhttpreques t-open.html = CRASH 3173 BUG25399 LINUX MAC : LayoutTests/fast/xmlhttprequest/null-document-xmlhttpreques t-open.html = CRASH
3177 3174
3178 // Incorrect baseline removed. 3175 // Incorrect baseline removed.
3179 BUG25433 WIN LINUX : LayoutTests/css2.1/t040103-ident-03-c.html = IMAGE 3176 BUG25433 WIN LINUX : LayoutTests/css2.1/t040103-ident-03-c.html = IMAGE
3180 3177
3181 // Webkit roll 49926:49941 3178 // Webkit roll 49926:49941
3182 BUG25611 : LayoutTests/storage/domstorage/complex-values.html = FAIL 3179 BUG25611 : LayoutTests/storage/domstorage/complex-values.html = FAIL
3183 BUG25611 : LayoutTests/storage/domstorage/quota.html = CRASH PASS 3180 BUG25611 : LayoutTests/storage/domstorage/quota.html = CRASH PASS
3184 3181
3185 // Webkit roll 49947:49957 3182 // Webkit roll 49947:49957
3186 BUG_JOHNNYG WIN LINUX : LayoutTests/fast/forms/ValidityState-patternMismatch-001 .html = CRASH PASS 3183 BUG_JOHNNYG WIN LINUX : LayoutTests/fast/forms/ValidityState-patternMismatch-001 .html = CRASH 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