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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 | 107 |
108 // Page Cache - based tests. Chromium disables page cache because the WebKit pag
e cache keeps previously | 108 // Page Cache - based tests. Chromium disables page cache because the WebKit pag
e cache keeps previously |
109 // loaded pages alive in memory to be able to quickly substitute them when user
clicks History buttons. | 109 // loaded pages alive in memory to be able to quickly substitute them when user
clicks History buttons. |
110 // Chromium wants those to be separate navigations made via browser process to b
e able to make decision | 110 // Chromium wants those to be separate navigations made via browser process to b
e able to make decision |
111 // on which renderer process to use for each of them. | 111 // on which renderer process to use for each of them. |
112 WONTFIX SKIP BUG19635 : LayoutTests/fast/harness/use-page-cache.html = TIMEOUT F
AIL | 112 WONTFIX SKIP BUG19635 : LayoutTests/fast/harness/use-page-cache.html = TIMEOUT F
AIL |
113 WONTFIX SKIP BUG19635 : LayoutTests/fast/dom/Window/timer-resume-on-navigation-b
ack.html = TIMEOUT FAIL | 113 WONTFIX SKIP BUG19635 : LayoutTests/fast/dom/Window/timer-resume-on-navigation-b
ack.html = TIMEOUT FAIL |
114 // Depends on page cache, as far as I can tell. | 114 // Depends on page cache, as far as I can tell. |
115 WONTFIX SKIP BUG19635 : LayoutTests/fast/events/pageshow-pagehide-on-back-cached
.html = TIMEOUT FAIL | 115 WONTFIX SKIP BUG19635 : LayoutTests/fast/events/pageshow-pagehide-on-back-cached
.html = TIMEOUT FAIL |
116 WONTFIX SKIP BUG19635 : LayoutTests/fast/events/pageshow-pagehide-on-back-cached
-with-frames.html = TIMEOUT | 116 WONTFIX SKIP BUG19635 : LayoutTests/fast/events/pageshow-pagehide-on-back-cached
-with-frames.html = TIMEOUT |
| 117 WONTFIX SKIP BUG19635 : LayoutTests/media/restore-from-page-cache.html = TIMEOUT |
117 | 118 |
118 // No support for WebGL yet | 119 // No support for WebGL yet |
119 BUG21852 SKIP : LayoutTests/fast/canvas/webgl = FAIL | 120 BUG21852 SKIP : LayoutTests/fast/canvas/webgl = FAIL |
120 | 121 |
121 // Tests that rely on cross-process MessagePorts. No point in running them in | 122 // Tests that rely on cross-process MessagePorts. No point in running them in |
122 // test_shell, since we'd have to use a completely different implementation from | 123 // test_shell, since we'd have to use a completely different implementation from |
123 // what is used in the browser. | 124 // what is used in the browser. |
124 WONTFIX SKIP : LayoutTests/fast/events/message-channel-gc-2.html = FAIL | 125 WONTFIX SKIP : LayoutTests/fast/events/message-channel-gc-2.html = FAIL |
125 WONTFIX SKIP : LayoutTests/fast/events/message-channel-gc-3.html = FAIL | 126 WONTFIX SKIP : LayoutTests/fast/events/message-channel-gc-3.html = FAIL |
126 WONTFIX SKIP : LayoutTests/fast/events/message-channel-gc-4.html = FAIL | 127 WONTFIX SKIP : LayoutTests/fast/events/message-channel-gc-4.html = FAIL |
(...skipping 2062 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2189 BUG18896 LINUX DEBUG : LayoutTests/svg/dynamic-updates/SVGClipPathElement-dom-cl
ipPathUnits-attr.html = PASS FAIL | 2190 BUG18896 LINUX DEBUG : LayoutTests/svg/dynamic-updates/SVGClipPathElement-dom-cl
ipPathUnits-attr.html = PASS FAIL |
2190 BUG18896 LINUX DEBUG : LayoutTests/svg/dynamic-updates/SVGClipPathElement-svgdom
-clipPathUnits-prop.html = PASS FAIL | 2191 BUG18896 LINUX DEBUG : LayoutTests/svg/dynamic-updates/SVGClipPathElement-svgdom
-clipPathUnits-prop.html = PASS FAIL |
2191 | 2192 |
2192 // Test failures from WebKit merge 46894 to 46977 | 2193 // Test failures from WebKit merge 46894 to 46977 |
2193 BUG18939 : LayoutTests/fast/js/function-declaration.html = FAIL | 2194 BUG18939 : LayoutTests/fast/js/function-declaration.html = FAIL |
2194 BUG18939 : LayoutTests/fast/js/prototypes.html = FAIL | 2195 BUG18939 : LayoutTests/fast/js/prototypes.html = FAIL |
2195 | 2196 |
2196 // Fallout from webkit 47041:47189 | 2197 // Fallout from webkit 47041:47189 |
2197 BUG19248 : LayoutTests/fast/js/const.html = FAIL | 2198 BUG19248 : LayoutTests/fast/js/const.html = FAIL |
2198 BUG22296 : LayoutTests/storage/multiple-transactions-on-different-handles.html =
TIMEOUT | 2199 BUG22296 : LayoutTests/storage/multiple-transactions-on-different-handles.html =
TIMEOUT |
2199 BUG22299 : LayoutTests/fast/dom/Window/window-property-shadowing.html = FAIL | |
2200 | 2200 |
2201 BUG_LEVIN WIN : LayoutTests/fast/events/mouse-click-events.html = FAIL | 2201 BUG_LEVIN WIN : LayoutTests/fast/events/mouse-click-events.html = FAIL |
2202 | 2202 |
2203 // Fallout from webkit 47265:47277 | 2203 // Fallout from webkit 47265:47277 |
2204 BUG_MBELSHE : LayoutTests/fast/js/Array-isArray.html = FAIL | 2204 BUG_MBELSHE : LayoutTests/fast/js/Array-isArray.html = FAIL |
2205 | 2205 |
2206 BUG19519 WIN DEBUG : LayoutTests/fast/css/last-of-type-pseudo-class.html = FAIL
PASS | 2206 BUG19519 WIN DEBUG : LayoutTests/fast/css/last-of-type-pseudo-class.html = FAIL
PASS |
2207 | 2207 |
2208 // WebKit roll r47417:47528 | 2208 // WebKit roll r47417:47528 |
2209 BUG19766 WIN : LayoutTests/svg/batik/text/textPosition.svg = FAIL | 2209 BUG19766 WIN : LayoutTests/svg/batik/text/textPosition.svg = FAIL |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2328 BUG22550 WIN : LayoutTests/media/video-source.html = FAIL | 2328 BUG22550 WIN : LayoutTests/media/video-source.html = FAIL |
2329 BUG22550 WIN : LayoutTests/media/video-src-set.html = FAIL | 2329 BUG22550 WIN : LayoutTests/media/video-src-set.html = FAIL |
2330 BUG22550 WIN : LayoutTests/media/video-src-source.html = FAIL | 2330 BUG22550 WIN : LayoutTests/media/video-src-source.html = FAIL |
2331 BUG22550 WIN : LayoutTests/media/video-src.html = FAIL | 2331 BUG22550 WIN : LayoutTests/media/video-src.html = FAIL |
2332 | 2332 |
2333 // WebKit merge 48500:48585, likely due to a fix for file select drag. | 2333 // WebKit merge 48500:48585, likely due to a fix for file select drag. |
2334 BUG22552 MAC LINUX : LayoutTests/fast/events/drag-in-frames.html = CRASH | 2334 BUG22552 MAC LINUX : LayoutTests/fast/events/drag-in-frames.html = CRASH |
2335 | 2335 |
2336 // WebKit merge 48500:48585, due to newly added support for MathML. | 2336 // WebKit merge 48500:48585, due to newly added support for MathML. |
2337 BUG22554 SKIP : LayoutTests/mathml = FAIL | 2337 BUG22554 SKIP : LayoutTests/mathml = FAIL |
OLD | NEW |