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 2240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2251 BUG19766 : LayoutTests/storage/open-database-while-transaction-in-progress.html
= TIMEOUT | 2251 BUG19766 : LayoutTests/storage/open-database-while-transaction-in-progress.html
= TIMEOUT |
2252 BUG19766 LINUX : LayoutTests/fast/replaced/width100percent-menulist.html = FAIL | 2252 BUG19766 LINUX : LayoutTests/fast/replaced/width100percent-menulist.html = FAIL |
2253 | 2253 |
2254 // Fails due to textInputController.setInputMethod not implemented for Mac. | 2254 // Fails due to textInputController.setInputMethod not implemented for Mac. |
2255 BUG19665 MAC : LayoutTests/platform/mac/editing/input/hangul-enter-confirms-and-
sends-keypress.html = FAIL | 2255 BUG19665 MAC : LayoutTests/platform/mac/editing/input/hangul-enter-confirms-and-
sends-keypress.html = FAIL |
2256 BUG19665 MAC : LayoutTests/platform/mac/editing/input/kotoeri-enter-to-confirm-a
nd-newline.html = FAIL | 2256 BUG19665 MAC : LayoutTests/platform/mac/editing/input/kotoeri-enter-to-confirm-a
nd-newline.html = FAIL |
2257 | 2257 |
2258 // WebKit 47719:47732. New test. Time out on all 3 platforms. | 2258 // WebKit 47719:47732. New test. Time out on all 3 platforms. |
2259 BUG20341 : LayoutTests/loader/go-back-to-different-window-size.html = TIMEOUT | 2259 BUG20341 : LayoutTests/loader/go-back-to-different-window-size.html = TIMEOUT |
2260 | 2260 |
2261 // WebKit 47732:47748. | |
2262 BUG20324 : LayoutTests/http/tests/security/javascriptURL/javascriptURL-in-new-if
rame.html = CRASH | |
2263 | |
2264 // WebKit 47777:47790 - getOwnPropertyDescriptor | 2261 // WebKit 47777:47790 - getOwnPropertyDescriptor |
2265 BUG20345 : LayoutTests/fast/js/getOwnPropertyDescriptor.html = FAIL | 2262 BUG20345 : LayoutTests/fast/js/getOwnPropertyDescriptor.html = FAIL |
2266 | 2263 |
2267 // WebKit 47797:47804 | 2264 // WebKit 47797:47804 |
2268 BUG20376 WIN : LayoutTests/media/audio-play-event.html = TIMEOUT | 2265 BUG20376 WIN : LayoutTests/media/audio-play-event.html = TIMEOUT |
2269 // Was marked as flakey above (I commented it out). | 2266 // Was marked as flakey above (I commented it out). |
2270 BUG20376 WIN : LayoutTests/media/video-src-remove.html = TIMEOUT FAIL | 2267 BUG20376 WIN : LayoutTests/media/video-src-remove.html = TIMEOUT FAIL |
2271 | 2268 |
2272 // WebKit 47821:47827 | 2269 // WebKit 47821:47827 |
2273 BUG_JORLOW : LayoutTests/fast/events/pageshow-pagehide-on-back-uncached.html = F
AIL | 2270 BUG_JORLOW : LayoutTests/fast/events/pageshow-pagehide-on-back-uncached.html = F
AIL |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2323 BUG21141 LINUX : LayoutTests/fast/forms/select-double-onchange.html = FAIL | 2320 BUG21141 LINUX : LayoutTests/fast/forms/select-double-onchange.html = FAIL |
2324 BUG21141 LINUX : LayoutTests/fast/forms/select-script-onchange.html = FAIL | 2321 BUG21141 LINUX : LayoutTests/fast/forms/select-script-onchange.html = FAIL |
2325 // The test is flaky. | 2322 // The test is flaky. |
2326 BUG_VICTORW : LayoutTests/http/tests/security/javascriptURL/xss-ALLOWED-from-jav
ascript-url-sub-frame-2-level.html = PASS CRASH | 2323 BUG_VICTORW : LayoutTests/http/tests/security/javascriptURL/xss-ALLOWED-from-jav
ascript-url-sub-frame-2-level.html = PASS CRASH |
2327 | 2324 |
2328 // Webkit 48061:48071 | 2325 // Webkit 48061:48071 |
2329 BUG_VICTORW WIN DEBUG : LayoutTests/fast/regex/cross-frame-callable.html = TIMEO
UT | 2326 BUG_VICTORW WIN DEBUG : LayoutTests/fast/regex/cross-frame-callable.html = TIMEO
UT |
2330 | 2327 |
2331 // Webkit 48071:48078 | 2328 // Webkit 48071:48078 |
2332 BUG_VICTORW MAC : LayoutTests/fast/forms/enter-clicks-buttons.html = CRASH | 2329 BUG_VICTORW MAC : LayoutTests/fast/forms/enter-clicks-buttons.html = CRASH |
OLD | NEW |