| 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 BUG10635 : LayoutTests/fast/events/pageshow-pagehide-on-back-cached
.html = TIMEOUT FAIL | 115 WONTFIX SKIP BUG10635 : LayoutTests/fast/events/pageshow-pagehide-on-back-cached
.html = TIMEOUT FAIL |
| 116 | 116 |
| 117 // No support for WebGL yet |
| 118 BUG21852 SKIP : LayoutTests/fast/canvas/webgl = FAIL |
| 119 |
| 117 // ----------------------------------------------------------------- | 120 // ----------------------------------------------------------------- |
| 118 // FAILING TESTS | 121 // FAILING TESTS |
| 119 // ----------------------------------------------------------------- | 122 // ----------------------------------------------------------------- |
| 120 | 123 |
| 121 // We don't intend to pass all of these cases, so this is an expected fail. | 124 // We don't intend to pass all of these cases, so this is an expected fail. |
| 122 // Window resizing is not implemented in chrome. | 125 // Window resizing is not implemented in chrome. |
| 123 BUG1137420 WONTFIX : LayoutTests/fast/dom/Window/window-resize.html = FAIL | 126 BUG1137420 WONTFIX : LayoutTests/fast/dom/Window/window-resize.html = FAIL |
| 124 | 127 |
| 125 // This test is completely timing dependent. It is testing the time | 128 // This test is completely timing dependent. It is testing the time |
| 126 // between a key event and a search event. You cannot count on this | 129 // between a key event and a search event. You cannot count on this |
| (...skipping 2184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2311 BUG21767 : LayoutTests/fast/js/Object-keys.html = FAIL | 2314 BUG21767 : LayoutTests/fast/js/Object-keys.html = FAIL |
| 2312 BUG21767 : LayoutTests/http/tests/security/cross-frame-access-enumeration.html =
TIMEOUT | 2315 BUG21767 : LayoutTests/http/tests/security/cross-frame-access-enumeration.html =
TIMEOUT |
| 2313 | 2316 |
| 2314 // WK roll to 48371 | 2317 // WK roll to 48371 |
| 2315 BUG21840 : LayoutTests/http/tests/loading/basic-auth-resend-wrong-credentials.ht
ml = FAIL | 2318 BUG21840 : LayoutTests/http/tests/loading/basic-auth-resend-wrong-credentials.ht
ml = FAIL |
| 2316 BUG21840 : LayoutTests/http/tests/loading/basic-credentials-sent-automatically.h
tml = FAIL | 2319 BUG21840 : LayoutTests/http/tests/loading/basic-credentials-sent-automatically.h
tml = FAIL |
| 2317 BUG21841 : LayoutTests/plugins/destroy-during-npp-new.html = FAIL | 2320 BUG21841 : LayoutTests/plugins/destroy-during-npp-new.html = FAIL |
| 2318 | 2321 |
| 2319 // missing upstream baseline from 48368 | 2322 // missing upstream baseline from 48368 |
| 2320 BUG21842 SKIP WIN LINUX : LayoutTests/platform/win/accessibility/scroll-to-ancho
r.html = FAIL | 2323 BUG21842 SKIP WIN LINUX : LayoutTests/platform/win/accessibility/scroll-to-ancho
r.html = FAIL |
| OLD | NEW |