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

Side by Side Diff: webkit/tools/layout_tests/test_lists/tests_fixable.txt

Issue 28211: I eated 9 moar layout t3stz (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 9 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 // These tests are expected to fail until we get around to fixing 1 // These tests are expected to fail until we get around to fixing
2 // them. 2 // them.
3 3
4 // Bug 1124548: Copying with no selection is sometimes supposed to work 4 // Bug 1124548: Copying with no selection is sometimes supposed to work
5 // Also skipped by Apple on Windows (rdar://problem/5015941) 5 // Also skipped by Apple on Windows (rdar://problem/5015941)
6 DEFER : LayoutTests/editing/execCommand/copy-without-selection.html = FAIL 6 DEFER : LayoutTests/editing/execCommand/copy-without-selection.html = FAIL
7 7
8 // onload race condition due to poorly designed test. 8 // onload race condition due to poorly designed test.
9 // Works fine when run stand-alone. Not needed for Beta. 9 // Works fine when run stand-alone. Not needed for Beta.
10 // Also skipped by Apple on Windows, due to intermittent failure 10 // Also skipped by Apple on Windows, due to intermittent failure
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 // This class of test fails because of size differences in text runs. 53 // This class of test fails because of size differences in text runs.
54 // Mostly this is because of international text rendering differences. 54 // Mostly this is because of international text rendering differences.
55 55
56 // Bug 1316221: fail now that we use the same font code path in test_shell 56 // Bug 1316221: fail now that we use the same font code path in test_shell
57 // as in Chrome 57 // as in Chrome
58 DEFER LINUX WIN : LayoutTests/css2.1/t1202-counter-04-b.html = FAIL 58 DEFER LINUX WIN : LayoutTests/css2.1/t1202-counter-04-b.html = FAIL
59 DEFER LINUX WIN : LayoutTests/css2.1/t1202-counters-04-b.html = FAIL 59 DEFER LINUX WIN : LayoutTests/css2.1/t1202-counters-04-b.html = FAIL
60 60
61 // Bug 1124513: the max length is being applied correctly, but the over- and 61 // Bug 1124513: the max length is being applied correctly, but the over- and
62 // under-lines aren't placed properly over the "x". 62 // under-lines aren't placed properly over the "x".
63 // Can defer this test once the crash is fixed.
64 DEFER : LayoutTests/fast/forms/input-text-maxlength.html = FAIL 63 DEFER : LayoutTests/fast/forms/input-text-maxlength.html = FAIL
65 DEFER : LayoutTests/fast/forms/input-text-paste-maxlength.html = FAIL 64 DEFER : LayoutTests/fast/forms/input-text-paste-maxlength.html = FAIL
66 65
67 // Bug: 628529: complex text effects 66 // Bug: 628529: complex text effects
68 // This is a real bug, but not one we're fixing for Beta. 67 // This is a real bug, but not one we're fixing for Beta.
69 DEFER LINUX : LayoutTests/fast/text/stroking-decorations.html = FAIL 68 DEFER LINUX : LayoutTests/fast/text/stroking-decorations.html = FAIL
70 DEFER LINUX WIN : LayoutTests/fast/text/stroking.html = FAIL 69 DEFER LINUX WIN : LayoutTests/fast/text/stroking.html = FAIL
71 70
72 // Bug: 1124522 71 // Bug: 1124522
73 // Incrorect results, in incorrect international font metrics. 72 // Incrorect results, in incorrect international font metrics.
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 DEFER WIN LINUX : LayoutTests/fast/inline/dirtyLinesForInline.html = PASS FAIL 309 DEFER WIN LINUX : LayoutTests/fast/inline/dirtyLinesForInline.html = PASS FAIL
311 // ----------------------------------------------------------------- 310 // -----------------------------------------------------------------
312 // SVG TESTS 311 // SVG TESTS
313 // ----------------------------------------------------------------- 312 // -----------------------------------------------------------------
314 313
315 // These were recently rebaselined on Windows and probably just need a 314 // These were recently rebaselined on Windows and probably just need a
316 // rebaseline on other platforms as well. 315 // rebaseline on other platforms as well.
317 LINUX : chrome/fast/forms/basic-textareas.html = FAIL 316 LINUX : chrome/fast/forms/basic-textareas.html = FAIL
318 LINUX : chrome/fast/forms/basic-textareas-quirks.html = FAIL 317 LINUX : chrome/fast/forms/basic-textareas-quirks.html = FAIL
319 LINUX MAC : LayoutTests/editing/selection/5354455-1.html = FAIL 318 LINUX MAC : LayoutTests/editing/selection/5354455-1.html = FAIL
319 LINUX : LayoutTests/editing/selection/select-missing-image.html = FAIL
320 LINUX : LayoutTests/fast/events/offsetX-offsetY.html = FAIL
321 LINUX : LayoutTests/fast/lists/list-marker-with-line-height.html = FAIL
322 LINUX : LayoutTests/fast/overflow/overflow-stacking.html = FAIL
323 LINUX : LayoutTests/fast/overflow/overflow-float-stacking.html = FAIL
324 LINUX : LayoutTests/fast/replaced/embed-display-none.html = FAIL
325 LINUX : LayoutTests/fast/replaced/applet-display-none.html = FAIL
326 LINUX : LayoutTests/fast/replaced/object-display-none.html = FAIL
320 LINUX : LayoutTests/fast/text/international/bidi-linebreak-001.html = FAIL 327 LINUX : LayoutTests/fast/text/international/bidi-linebreak-001.html = FAIL
321 LINUX : LayoutTests/fast/text/international/bidi-linebreak-002.html = FAIL 328 LINUX : LayoutTests/fast/text/international/bidi-linebreak-002.html = FAIL
322 LINUX : LayoutTests/fast/text/international/bidi-linebreak-003.html = FAIL 329 LINUX : LayoutTests/fast/text/international/bidi-linebreak-003.html = FAIL
323 LINUX : LayoutTests/svg/custom/deep-dynamic-updates.svg = FAIL CRASH 330 LINUX : LayoutTests/svg/custom/deep-dynamic-updates.svg = FAIL CRASH
324 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-33-t.svg = FAIL 331 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-33-t.svg = FAIL
325 LINUX : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-17-b.svg = FAIL 332 LINUX : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-17-b.svg = FAIL
326 LINUX : LayoutTests/svg/custom/gradient-stroke-width.svg = FAIL 333 LINUX : LayoutTests/svg/custom/gradient-stroke-width.svg = FAIL
327 // For these two fast/frames tests it looks like the win baseline had some weird 334 // For these two fast/frames tests it looks like the win baseline had some weird
328 // artifacts on the scrollbars on one of the frames, which has now been removed. 335 // artifacts on the scrollbars on one of the frames, which has now been removed.
329 // This artifact does not exist on the mac baseline. 336 // This artifact does not exist on the mac baseline.
(...skipping 1454 matching lines...) Expand 10 before | Expand all | Expand 10 after
1784 1791
1785 // Ojan's editing layout test regressions 1792 // Ojan's editing layout test regressions
1786 WIN : LayoutTests/fast/forms/search-click-in-placeholder.html = FAIL 1793 WIN : LayoutTests/fast/forms/search-click-in-placeholder.html = FAIL
1787 MAC DEBUG : LayoutTests/fast/forms/search-click-in-placeholder.html = CRASH 1794 MAC DEBUG : LayoutTests/fast/forms/search-click-in-placeholder.html = CRASH
1788 MAC : LayoutTests/fast/inline/dirtyLinesForInline.html = FAIL 1795 MAC : LayoutTests/fast/inline/dirtyLinesForInline.html = FAIL
1789 MAC : LayoutTests/svg/custom/pointer-events-image.svg = FAIL 1796 MAC : LayoutTests/svg/custom/pointer-events-image.svg = FAIL
1790 LayoutTests/svg/custom/pointer-events-path.svg = FAIL 1797 LayoutTests/svg/custom/pointer-events-path.svg = FAIL
1791 WIN MAC : LayoutTests/svg/custom/pointer-events-text.svg = FAIL 1798 WIN MAC : LayoutTests/svg/custom/pointer-events-text.svg = FAIL
1792 1799
1793 // New tests from merge 41181:41217 1800 // New tests from merge 41181:41217
1794 LINUX WIN : LayoutTests/fast/replaced/embed-display-none.html = FAIL
1795 LINUX WIN : LayoutTests/fast/replaced/applet-display-none.html = FAIL
1796 LINUX WIN : LayoutTests/fast/replaced/object-display-none.html = FAIL
1797 LINUX WIN : LayoutTests/fast/lists/list-marker-with-line-height.html = FAIL
1798 LINUX WIN : LayoutTests/fast/overflow/overflow-stacking.html = FAIL
1799 LINUX WIN : LayoutTests/fast/overflow/overflow-float-stacking.html = FAIL
1800 LayoutTests/fast/dom/getBoundingClientRect-getClientRects-relative-to-viewport.h tml = FAIL 1801 LayoutTests/fast/dom/getBoundingClientRect-getClientRects-relative-to-viewport.h tml = FAIL
1801 1802
1802 // Regressions from merge 41181:41217 1803 // Regressions from merge 41181:41217
1803 // New baseline upstream 1804 // New baseline upstream
1804 LINUX WIN : LayoutTests/fast/events/offsetX-offsetY.html = FAIL
1805 LINUX WIN : LayoutTests/editing/selection/select-all-iframe.html = FAIL 1805 LINUX WIN : LayoutTests/editing/selection/select-all-iframe.html = FAIL
1806 WIN : LayoutTests/editing/selection/select-from-textfield-outwards.html = FAIL
1807 LINUX WIN : LayoutTests/editing/selection/select-missing-image.html = FAIL
1808 WIN : LayoutTests/fast/lists/drag-into-marker.html = FAIL 1806 WIN : LayoutTests/fast/lists/drag-into-marker.html = FAIL
1809 LINUX WIN : LayoutTests/fast/overflow/004.html = FAIL 1807 LINUX WIN : LayoutTests/fast/overflow/004.html = FAIL
1810 LINUX WIN : LayoutTests/fast/overflow/hidden-scrollbar-resize.html = FAIL 1808 LINUX WIN : LayoutTests/fast/overflow/hidden-scrollbar-resize.html = FAIL
1811 LINUX WIN : LayoutTests/fast/overflow/hit-test-overflow-controls.html = FAIL 1809 LINUX WIN : LayoutTests/fast/overflow/hit-test-overflow-controls.html = FAIL
1812 LINUX : LayoutTests/fast/canvas/set-colors = CRASH 1810 LINUX : LayoutTests/fast/canvas/set-colors = CRASH
OLDNEW
« no previous file with comments | « webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/replaced/object-display-none-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698