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 2277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2288 // WebKit 47797:47804 | 2288 // WebKit 47797:47804 |
2289 BUG20376 WIN : LayoutTests/media/audio-play-event.html = TIMEOUT | 2289 BUG20376 WIN : LayoutTests/media/audio-play-event.html = TIMEOUT |
2290 // Was marked as flakey above (I commented it out). | 2290 // Was marked as flakey above (I commented it out). |
2291 BUG20376 WIN : LayoutTests/media/video-src-remove.html = TIMEOUT FAIL | 2291 BUG20376 WIN : LayoutTests/media/video-src-remove.html = TIMEOUT FAIL |
2292 | 2292 |
2293 // WebKit 47821:47827 | 2293 // WebKit 47821:47827 |
2294 BUG_JORLOW : LayoutTests/fast/events/pageshow-pagehide-on-back-uncached.html = F
AIL | 2294 BUG_JORLOW : LayoutTests/fast/events/pageshow-pagehide-on-back-uncached.html = F
AIL |
2295 BUG_JORLOW : LayoutTests/fast/events/pageshow-pagehide.html = FAIL | 2295 BUG_JORLOW : LayoutTests/fast/events/pageshow-pagehide.html = FAIL |
2296 BUG_JORLOW : LayoutTests/fast/events/pageshow-pagehide-on-back-cached.html = TIM
EOUT | 2296 BUG_JORLOW : LayoutTests/fast/events/pageshow-pagehide-on-back-cached.html = TIM
EOUT |
2297 | 2297 |
2298 // WebKit 47827:47830 | |
2299 BUG_JORLOW : LayoutTests/editing/pasteboard/files-during-page-drags.html = FAIL | |
2300 | |
2301 // This newly added test times out on Mac: | 2298 // This newly added test times out on Mac: |
2302 BUG20438 MAC : chrome/plugins/get-url-with-iframe-target.html = TIMEOUT | 2299 BUG20438 MAC : chrome/plugins/get-url-with-iframe-target.html = TIMEOUT |
2303 BUG20438 MAC : chrome/plugins/get-url-with-iframe-target-no-crash.html = TIMEOUT | 2300 BUG20438 MAC : chrome/plugins/get-url-with-iframe-target-no-crash.html = TIMEOUT |
2304 | 2301 |
2305 // Mac LayoutTest/http errors after removing blanket exception. | 2302 // Mac LayoutTest/http errors after removing blanket exception. |
2306 BUG20748 MAC : LayoutTests/http/tests/plugins/npapi-response-headers.html = TIME
OUT | 2303 BUG20748 MAC : LayoutTests/http/tests/plugins/npapi-response-headers.html = TIME
OUT |
2307 BUG20748 MAC : LayoutTests/http/tests/security/frameNavigation/xss-DENIED-plugin
-navigation.html = TIMEOUT | 2304 BUG20748 MAC : LayoutTests/http/tests/security/frameNavigation/xss-DENIED-plugin
-navigation.html = TIMEOUT |
2308 BUG20748 MAC : LayoutTests/http/tests/plugins/get-url.html = TIMEOUT | 2305 BUG20748 MAC : LayoutTests/http/tests/plugins/get-url.html = TIMEOUT |
2309 BUG20748 MAC : LayoutTests/http/tests/plugins/interrupted-get-url.html = TIMEOUT | 2306 BUG20748 MAC : LayoutTests/http/tests/plugins/interrupted-get-url.html = TIMEOUT |
2310 | 2307 |
(...skipping 16 matching lines...) Expand all Loading... |
2327 BUG20886 WIN DEBUG : LayoutTests/fast/js/regexp-no-extensions.html = CRASH PASS | 2324 BUG20886 WIN DEBUG : LayoutTests/fast/js/regexp-no-extensions.html = CRASH PASS |
2328 BUG20886 WIN DEBUG : LayoutTests/fast/js/repeat-cached-vm-reentry.html = CRASH P
ASS | 2325 BUG20886 WIN DEBUG : LayoutTests/fast/js/repeat-cached-vm-reentry.html = CRASH P
ASS |
2329 BUG20886 WIN DEBUG : LayoutTests/fast/js/regexp-non-capturing-groups.html = CRAS
H PASS | 2326 BUG20886 WIN DEBUG : LayoutTests/fast/js/regexp-non-capturing-groups.html = CRAS
H PASS |
2330 | 2327 |
2331 // Tests with incorrect pngs checked in. Here temporarily while we fix this. | 2328 // Tests with incorrect pngs checked in. Here temporarily while we fix this. |
2332 BUG20933 WIN : LayoutTests/editing/pasteboard/paste-blockquote-after-blockquote.
html = FAIL | 2329 BUG20933 WIN : LayoutTests/editing/pasteboard/paste-blockquote-after-blockquote.
html = FAIL |
2333 BUG20933 WIN : LayoutTests/editing/deleting/delete-br-013.html = FAIL | 2330 BUG20933 WIN : LayoutTests/editing/deleting/delete-br-013.html = FAIL |
2334 BUG20933 WIN : LayoutTests/editing/pasteboard/paste-blockquote-into-blockquote-3
.html = FAIL | 2331 BUG20933 WIN : LayoutTests/editing/pasteboard/paste-blockquote-into-blockquote-3
.html = FAIL |
2335 | 2332 |
2336 BUG20898 MAC DEBUG : LayoutTests/svg/W3C-SVG-1.1/painting-marker-02-f.svg = FAIL
PASS | 2333 BUG20898 MAC DEBUG : LayoutTests/svg/W3C-SVG-1.1/painting-marker-02-f.svg = FAIL
PASS |
OLD | NEW |