OLD | NEW |
---|---|
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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
164 WONTFIX LINUX WIN : LayoutTests/fast/events/option-tab.html = FAIL | 164 WONTFIX LINUX WIN : LayoutTests/fast/events/option-tab.html = FAIL |
165 | 165 |
166 // Chrome does not support WebArchives (just like Safari for Windows), | 166 // Chrome does not support WebArchives (just like Safari for Windows), |
167 // although we might eventually want to on Mac. | 167 // although we might eventually want to on Mac. |
168 BUG761653 WONTFIX SKIP : LayoutTests/webarchive/loading = FAIL TIMEOUT | 168 BUG761653 WONTFIX SKIP : LayoutTests/webarchive/loading = FAIL TIMEOUT |
169 BUG761653 WONTFIX : LayoutTests/webarchive = PASS | 169 BUG761653 WONTFIX : LayoutTests/webarchive = PASS |
170 BUG761653 WONTFIX : LayoutTests/svg/webarchive = FAIL PASS | 170 BUG761653 WONTFIX : LayoutTests/svg/webarchive = FAIL PASS |
171 BUG761653 WONTFIX : LayoutTests/svg/custom/image-with-prefix-in-webarchive.svg = FAIL PASS | 171 BUG761653 WONTFIX : LayoutTests/svg/custom/image-with-prefix-in-webarchive.svg = FAIL PASS |
172 BUG761653 WONTFIX SKIP : LayoutTests/http/tests/webarchive = FAIL PASS | 172 BUG761653 WONTFIX SKIP : LayoutTests/http/tests/webarchive = FAIL PASS |
173 | 173 |
174 // We don't support ACCELERATED_COMPOSITING, so skip all related tests | |
175 WONTFIX SKIP : LayoutTests/compositing = FAIL | |
176 | |
174 // Run the Mac-specific platform tests, but only to check for crashes. | 177 // Run the Mac-specific platform tests, but only to check for crashes. |
175 WONTFIX : LayoutTests/platform/gtk = FAIL PASS | 178 WONTFIX : LayoutTests/platform/gtk = FAIL PASS |
176 WONTFIX : LayoutTests/platform/mac = FAIL PASS TIMEOUT | 179 WONTFIX : LayoutTests/platform/mac = FAIL PASS TIMEOUT |
177 WONTFIX : LayoutTests/platform/mac-leopard = FAIL PASS | 180 WONTFIX : LayoutTests/platform/mac-leopard = FAIL PASS |
178 WONTFIX : LayoutTests/platform/mac-tiger = FAIL PASS | 181 WONTFIX : LayoutTests/platform/mac-tiger = FAIL PASS |
179 WONTFIX : LayoutTests/platform/qt = FAIL PASS | 182 WONTFIX : LayoutTests/platform/qt = FAIL PASS |
180 WONTFIX LINUX MAC : LayoutTests/platform/win = FAIL PASS | 183 WONTFIX LINUX MAC : LayoutTests/platform/win = FAIL PASS |
181 | 184 |
182 // Ignored because we do not have OBJC bindings | 185 // Ignored because we do not have OBJC bindings |
183 WONTFIX SKIP : LayoutTests/editing/pasteboard/paste-RTFD.html = FAIL | 186 WONTFIX SKIP : LayoutTests/editing/pasteboard/paste-RTFD.html = FAIL |
(...skipping 1842 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2026 BUG10463 WIN LINUX : LayoutTests/svg/custom/js-update-image.svg = FAIL | 2029 BUG10463 WIN LINUX : LayoutTests/svg/custom/js-update-image.svg = FAIL |
2027 BUG10463 WIN : LayoutTests/svg/custom/text-image-opacity.svg = FAIL | 2030 BUG10463 WIN : LayoutTests/svg/custom/text-image-opacity.svg = FAIL |
2028 | 2031 |
2029 // Adding more failures after the last merge: | 2032 // Adding more failures after the last merge: |
2030 BUG10464 WIN : LayoutTests/http/tests/misc/uncacheable-script-repeated.html = CR ASH PASS | 2033 BUG10464 WIN : LayoutTests/http/tests/misc/uncacheable-script-repeated.html = CR ASH PASS |
2031 BUG10464 WIN : LayoutTests/http/tests/xmlhttprequest/null-auth.php = CRASH TIMEO UT PASS | 2034 BUG10464 WIN : LayoutTests/http/tests/xmlhttprequest/null-auth.php = CRASH TIMEO UT PASS |
2032 BUG10464 WIN : LayoutTests/http/tests/xmlhttprequest/small-chunks-response-text. html = CRASH FAIL PASS | 2035 BUG10464 WIN : LayoutTests/http/tests/xmlhttprequest/small-chunks-response-text. html = CRASH FAIL PASS |
2033 BUG10464 WIN LINUX : LayoutTests/transitions/interrupt-zero-duration.html = FAIL PASS | 2036 BUG10464 WIN LINUX : LayoutTests/transitions/interrupt-zero-duration.html = FAIL PASS |
2034 | 2037 |
2035 // New tests, need Chromium baseline. | 2038 // New tests, need Chromium baseline. |
2036 BUG10465 LINUX : LayoutTests/compositing/direct-image-compositing.html = FAIL | |
2037 BUG10465 LINUX : LayoutTests/fast/borders/border-image-border-radius.html = FAIL | 2039 BUG10465 LINUX : LayoutTests/fast/borders/border-image-border-radius.html = FAIL |
2038 BUG10465 LINUX : LayoutTests/fast/clip/overflow-border-radius-clip.html = FAIL | 2040 BUG10465 LINUX : LayoutTests/fast/clip/overflow-border-radius-clip.html = FAIL |
2039 | 2041 |
2040 // Needs rebaseline. See WebKit 41948 | 2042 // Needs rebaseline. See WebKit 41948 |
2041 BUG10468 MAC WIN LINUX : LayoutTests/fast/replaced/border-radius-clip.html = FAI L CRASH | 2043 BUG10468 MAC WIN LINUX : LayoutTests/fast/replaced/border-radius-clip.html = FAI L CRASH |
2042 | 2044 |
2043 // New test, needs baseline. See WebKit 41978 (brettw) | 2045 // New test, needs baseline. See WebKit 41978 (brettw) |
2044 BUG10469 WIN LINUX MAC : LayoutTests/fast/text/complex-text-opacity.html = FAIL | 2046 BUG10469 WIN LINUX MAC : LayoutTests/fast/text/complex-text-opacity.html = FAIL |
2045 | 2047 |
2046 // Needs rebaseline. See WebKit 41980 | 2048 // Needs rebaseline. See WebKit 41980 |
(...skipping 14 matching lines...) Expand all Loading... | |
2061 // <input type="search">; various failures, some tests may simply need new | 2063 // <input type="search">; various failures, some tests may simply need new |
2062 // baselines, others have more problems. | 2064 // baselines, others have more problems. |
2063 BUG10473 LINUX : LayoutTests/fast/forms/placeholder-pseudo-style.html = FAIL | 2065 BUG10473 LINUX : LayoutTests/fast/forms/placeholder-pseudo-style.html = FAIL |
2064 BUG10473 LINUX : LayoutTests/fast/forms/placeholder-set-value.html = FAIL | 2066 BUG10473 LINUX : LayoutTests/fast/forms/placeholder-set-value.html = FAIL |
2065 BUG10473 LINUX : LayoutTests/fast/forms/search-display-none-cancel-button.html = FAIL | 2067 BUG10473 LINUX : LayoutTests/fast/forms/search-display-none-cancel-button.html = FAIL |
2066 BUG10473 LINUX : LayoutTests/fast/forms/search-placeholder-value-changed.html = FAIL | 2068 BUG10473 LINUX : LayoutTests/fast/forms/search-placeholder-value-changed.html = FAIL |
2067 BUG10473 LINUX : LayoutTests/fast/forms/searchfield-heights.html = FAIL | 2069 BUG10473 LINUX : LayoutTests/fast/forms/searchfield-heights.html = FAIL |
2068 BUG10473 LINUX : LayoutTests/fast/repaint/search-field-cancel.html = FAIL | 2070 BUG10473 LINUX : LayoutTests/fast/repaint/search-field-cancel.html = FAIL |
2069 BUG10473 LINUX : LayoutTests/fast/replaced/width100percent-searchfield.html = FA IL | 2071 BUG10473 LINUX : LayoutTests/fast/replaced/width100percent-searchfield.html = FA IL |
2070 | 2072 |
2071 // Merge WebKit: 41999:42026, new tests. | |
2072 BUG10474 WIN LINUX : LayoutTests/compositing/overflow/ancestor-overflow.html = F AIL | |
2073 BUG10474 WIN LINUX : LayoutTests/compositing/overflow/parent-overflow.html = FAI L | |
2074 | |
2075 // Merge WebKit: 42026:42115 regressions | |
2076 | |
2077 // Changed in http://trac.webkit.org/changeset/42082 | 2073 // Changed in http://trac.webkit.org/changeset/42082 |
2078 // This is deferred because it involves a scenario (submitting a form to | 2074 // This is deferred because it involves a scenario (submitting a form to |
2079 // about:blank) that is unlikely to occur on real web pages. That only | 2075 // about:blank) that is unlikely to occur on real web pages. That only |
2080 // explains why this test sometimes times-out. | 2076 // explains why this test sometimes times-out. |
2081 BUG9704 : LayoutTests/http/tests/navigation/onload-navigation-iframe-timeout.htm l = TIMEOUT CRASH | 2077 BUG9704 : LayoutTests/http/tests/navigation/onload-navigation-iframe-timeout.htm l = TIMEOUT CRASH |
2082 BUG9704 : LayoutTests/http/tests/navigation/onload-navigation-iframe.html = TIME OUT CRASH | 2078 BUG9704 : LayoutTests/http/tests/navigation/onload-navigation-iframe.html = TIME OUT CRASH |
2083 | 2079 |
2084 // Merge WebKit: 42026:42115 new tests | 2080 // Merge WebKit: 42026:42115 new tests |
2085 BUG10475 WIN LINUX : LayoutTests/fast/block/positioning/negative-rel-position.ht ml = FAIL | 2081 BUG10475 WIN LINUX : LayoutTests/fast/block/positioning/negative-rel-position.ht ml = FAIL |
2086 // This test isn't just slow -- sometimes it times out indefinitely. | 2082 // This test isn't just slow -- sometimes it times out indefinitely. |
(...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2775 BUG14832 : LayoutTests/editing/selection/user-drag-element-and-user-select-none. html = FAIL | 2771 BUG14832 : LayoutTests/editing/selection/user-drag-element-and-user-select-none. html = FAIL |
2776 BUG14831 : LayoutTests/fast/events/event-trace.html = FAIL | 2772 BUG14831 : LayoutTests/fast/events/event-trace.html = FAIL |
2777 | 2773 |
2778 // WebKit 44922:44927 | 2774 // WebKit 44922:44927 |
2779 BUG14885 : LayoutTests/fast/js/JSON-parse.html = FAIL | 2775 BUG14885 : LayoutTests/fast/js/JSON-parse.html = FAIL |
2780 | 2776 |
2781 // WebKit 44928:44943 | 2777 // WebKit 44928:44943 |
2782 BUG14946 : LayoutTests/fast/js/date-toisostring.html = FAIL | 2778 BUG14946 : LayoutTests/fast/js/date-toisostring.html = FAIL |
2783 BUG14951 WIN LINUX : LayoutTests/fast/repaint/background-generated.html = FAIL | 2779 BUG14951 WIN LINUX : LayoutTests/fast/repaint/background-generated.html = FAIL |
2784 | 2780 |
2785 // WebKit 44946:44969, needs baselines | |
2786 BUG15113 SKIP : LayoutTests/compositing/sibling-positioning.html = FAIL | |
2787 | |
2788 // WebKit 44969:45017 | 2781 // WebKit 44969:45017 |
2789 BUG15132 : LayoutTests/editing/execCommand/5142012-3.html = FAIL | 2782 BUG15132 : LayoutTests/editing/execCommand/5142012-3.html = FAIL |
2790 // needs baselines | |
2791 BUG15132 SKIP : LayoutTests/compositing/reflections/reflection-on-composited.htm l = FAIL | |
2792 // more unexpected failures | 2783 // more unexpected failures |
2793 BUG15132 WIN LINUX : LayoutTests/editing/execCommand/5482023.html = FAIL | 2784 BUG15132 WIN LINUX : LayoutTests/editing/execCommand/5482023.html = FAIL |
2794 BUG15132 WIN LINUX : LayoutTests/editing/inserting/editable-html-element.html = FAIL | 2785 BUG15132 WIN LINUX : LayoutTests/editing/inserting/editable-html-element.html = FAIL |
2795 BUG15132 WIN LINUX : LayoutTests/editing/pasteboard/4989774.html = FAIL | 2786 BUG15132 WIN LINUX : LayoutTests/editing/pasteboard/4989774.html = FAIL |
2796 BUG15132 WIN LINUX : LayoutTests/editing/selection/4983858.html = FAIL | 2787 BUG15132 WIN LINUX : LayoutTests/editing/selection/4983858.html = FAIL |
2797 BUG15132 WIN LINUX : LayoutTests/fast/dom/HTMLTableColElement/resize-table-using -col-width.html = FAIL | 2788 BUG15132 WIN LINUX : LayoutTests/fast/dom/HTMLTableColElement/resize-table-using -col-width.html = FAIL |
2798 BUG15132 WIN : LayoutTests/media/event-attributes.html = FAIL | 2789 BUG15132 WIN : LayoutTests/media/event-attributes.html = FAIL |
2799 | 2790 |
2800 // The Mac layout test buildbots haven't generated a package for 20 days so | 2791 // The Mac layout test buildbots haven't generated a package for 20 days so |
2801 // the rebaselining tool isn't working for this --agl | 2792 // the rebaselining tool isn't working for this --agl |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2833 BUG15490 DEBUG LINUX : LayoutTests/fast/overflow/overflow-rtl-inline-scrollbar.h tml= CRASH | 2824 BUG15490 DEBUG LINUX : LayoutTests/fast/overflow/overflow-rtl-inline-scrollbar.h tml= CRASH |
2834 BUG15490 DEBUG LINUX : LayoutTests/editing/deleting/25322-1.html = CRASH | 2825 BUG15490 DEBUG LINUX : LayoutTests/editing/deleting/25322-1.html = CRASH |
2835 | 2826 |
2836 // Flaky for a while on DEBUG | 2827 // Flaky for a while on DEBUG |
2837 BUG15267 WIN LINUX DEBUG : LayoutTests/transitions/cancel-transition.html = PASS FAIL | 2828 BUG15267 WIN LINUX DEBUG : LayoutTests/transitions/cancel-transition.html = PASS FAIL |
2838 | 2829 |
2839 // Started crashing without a clear reason. | 2830 // Started crashing without a clear reason. |
2840 BUG15425 WIN : LayoutTests/dom/html/level2/html/HTMLElement142.html = PASS CRASH | 2831 BUG15425 WIN : LayoutTests/dom/html/level2/html/HTMLElement142.html = PASS CRASH |
2841 | 2832 |
2842 // WebKit 45287:45352 New tests | 2833 // WebKit 45287:45352 New tests |
2843 BUG15649 : LayoutTests/compositing/layers-inside-overflow-scroll.html = TIMEOUT FAIL | |
2844 BUG15649 : LayoutTests/compositing/self-painting-layers.html = TIMEOUT | |
2845 BUG15649 : LayoutTests/plugins/netscape-plugin-map-data-to-src.html = FAIL | 2834 BUG15649 : LayoutTests/plugins/netscape-plugin-map-data-to-src.html = FAIL |
2846 BUG15649 : LayoutTests/media/video-canvas-source.html = FAIL | 2835 BUG15649 : LayoutTests/media/video-canvas-source.html = FAIL |
2847 | 2836 |
2848 // WebKit 45381:45403 Need to rebaseline | |
2849 BUG15710 : LayoutTests/fast/css/getComputedStyle/computed-style-font-family.html = FAIL | |
jorlow
2009/07/01 18:45:12
Why is this included?
| |
2850 | |
2851 // WebKit 45381:45403 New tests | 2837 // WebKit 45381:45403 New tests |
2852 BUG15710 SKIP : LayoutTests/compositing/overflow/overflow-scroll.html = TIMEOUT FAIL | |
2853 BUG15710 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom.html = T IMEOUT | 2838 BUG15710 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom.html = T IMEOUT |
2854 | |
2855 // Webkit 45403:45431 | |
2856 BUG15733 : LayoutTests/compositing/repaint/content-into-overflow.html = FAIL | |
2857 BUG15733 : LayoutTests/compositing/repaint/overflow-into-content.html = FAIL | |
OLD | NEW |