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

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

Issue 212053: Fake main window resizing in the test shell.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 // Chrome does not support WebArchives (just like Safari for Windows), 138 // Chrome does not support WebArchives (just like Safari for Windows),
139 // although we might eventually want to on Mac. 139 // although we might eventually want to on Mac.
140 WONTFIX SKIP : LayoutTests/webarchive/adopt-attribute-styled-body-webarchive.htm l = FAIL 140 WONTFIX SKIP : LayoutTests/webarchive/adopt-attribute-styled-body-webarchive.htm l = FAIL
141 WONTFIX SKIP : LayoutTests/webarchive/adopt-attribute-styled-node-webarchive.htm l = FAIL 141 WONTFIX SKIP : LayoutTests/webarchive/adopt-attribute-styled-node-webarchive.htm l = FAIL
142 WONTFIX SKIP : LayoutTests/webarchive/adopt-inline-styled-node-webarchive.html = FAIL 142 WONTFIX SKIP : LayoutTests/webarchive/adopt-inline-styled-node-webarchive.html = FAIL
143 143
144 // ----------------------------------------------------------------- 144 // -----------------------------------------------------------------
145 // WONTFIX TESTS 145 // WONTFIX TESTS
146 // ----------------------------------------------------------------- 146 // -----------------------------------------------------------------
147 147
148 // We don't intend to pass all of these cases, so this is an expected fail.
149 // Window resizing is not implemented in chrome.
150 BUG1137420 WONTFIX : LayoutTests/fast/dom/Window/window-resize.html = FAIL
151
152 // This test is completely timing dependent. It is testing the time 148 // This test is completely timing dependent. It is testing the time
153 // between a key event and a search event. You cannot count on this 149 // between a key event and a search event. You cannot count on this
154 // always being exactly the same, so we allow this to either PASS or FAIL 150 // always being exactly the same, so we allow this to either PASS or FAIL
155 // but not CRASH or TIMEOUT. 151 // but not CRASH or TIMEOUT.
156 WONTFIX DEBUG SLOW WIN LINUX : LayoutTests/fast/forms/search-event-delay.html = FAIL PASS 152 WONTFIX DEBUG SLOW WIN LINUX : LayoutTests/fast/forms/search-event-delay.html = FAIL PASS
157 WONTFIX DEBUG SLOW MAC : LayoutTests/fast/forms/search-event-delay.html = FAIL 153 WONTFIX DEBUG SLOW MAC : LayoutTests/fast/forms/search-event-delay.html = FAIL
158 154
159 // Chrome uses different keyboard accelerators from those used by Safari, so 155 // Chrome uses different keyboard accelerators from those used by Safari, so
160 // these tests will always fail. 156 // these tests will always fail.
161 // TODO(pinkerton): these should probably pass on Mac since we want Emacs 157 // TODO(pinkerton): these should probably pass on Mac since we want Emacs
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 595
600 // This tests the screen's pixel depth, which we don't set on the buildbots 596 // This tests the screen's pixel depth, which we don't set on the buildbots
601 // so it depends on the users settings. Making this a broken test for us. 597 // so it depends on the users settings. Making this a broken test for us.
602 // The test must be fixed to not depend on user settings and rebaselined. post- beta. 598 // The test must be fixed to not depend on user settings and rebaselined. post- beta.
603 BUG10274 WIN LINUX : LayoutTests/fast/dom/Window/window-screen-properties.html = FAIL PASS 599 BUG10274 WIN LINUX : LayoutTests/fast/dom/Window/window-screen-properties.html = FAIL PASS
604 600
605 // Expectations for this test changed upstream. We should fix this test, but 601 // Expectations for this test changed upstream. We should fix this test, but
606 // it doesn't need to block the current release 602 // it doesn't need to block the current release
607 BUG10275 : LayoutTests/http/tests/security/cross-frame-access-put.html = FAIL 603 BUG10275 : LayoutTests/http/tests/security/cross-frame-access-put.html = FAIL
608 604
609 // We don't support support window.resizeTo (nor is it planned for Beta)
610 BUG982602 : LayoutTests/fast/dom/Window/window-resize-and-move-arguments.html = FAIL
611
612 // TODO(joshia): Need some changes to the test shell in order to support 605 // TODO(joshia): Need some changes to the test shell in order to support
613 // Java applet related unit tests. So disable the following for now. 606 // Java applet related unit tests. So disable the following for now.
614 BUG879449 : LayoutTests/fast/replaced/applet-disabled-positioned.html = FAIL 607 BUG879449 : LayoutTests/fast/replaced/applet-disabled-positioned.html = FAIL
615 BUG879449 : LayoutTests/fast/replaced/applet-rendering-java-disabled.html = FAIL 608 BUG879449 : LayoutTests/fast/replaced/applet-rendering-java-disabled.html = FAIL
616 609
617 // Due to differences in error pages. Needs re-baselining. 610 // Due to differences in error pages. Needs re-baselining.
618 BUG1204878 : LayoutTests/http/tests/navigation/post-goback1.html = FAIL 611 BUG1204878 : LayoutTests/http/tests/navigation/post-goback1.html = FAIL
619 612
620 // Since we don't have Aqua-themed controls, don't ignore the 613 // Since we don't have Aqua-themed controls, don't ignore the
621 // box-shadow properties of controls that request Aqua theming. But since Aqua 614 // box-shadow properties of controls that request Aqua theming. But since Aqua
(...skipping 1702 matching lines...) Expand 10 before | Expand all | Expand 10 after
2324 BUG22550 WIN : LayoutTests/media/video-source.html = FAIL 2317 BUG22550 WIN : LayoutTests/media/video-source.html = FAIL
2325 BUG22550 WIN : LayoutTests/media/video-src-set.html = FAIL 2318 BUG22550 WIN : LayoutTests/media/video-src-set.html = FAIL
2326 BUG22550 WIN : LayoutTests/media/video-src-source.html = FAIL 2319 BUG22550 WIN : LayoutTests/media/video-src-source.html = FAIL
2327 BUG22550 WIN : LayoutTests/media/video-src.html = FAIL 2320 BUG22550 WIN : LayoutTests/media/video-src.html = FAIL
2328 2321
2329 // WebKit merge 48500:48585, likely due to a fix for file select drag. 2322 // WebKit merge 48500:48585, likely due to a fix for file select drag.
2330 BUG22552 MAC LINUX : LayoutTests/fast/events/drag-in-frames.html = CRASH 2323 BUG22552 MAC LINUX : LayoutTests/fast/events/drag-in-frames.html = CRASH
2331 2324
2332 // WebKit merge 48500:48585, due to newly added support for MathML. 2325 // WebKit merge 48500:48585, due to newly added support for MathML.
2333 BUG22554 SKIP : LayoutTests/mathml = FAIL 2326 BUG22554 SKIP : LayoutTests/mathml = FAIL
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698