| OLD | NEW |
| 1 // This file consist of lines with specifications of what | 1 // This file consist 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 2269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2280 LayoutTests/security/block-test-no-port.html = FAIL | 2280 LayoutTests/security/block-test-no-port.html = FAIL |
| 2281 WIN : LayoutTests/security/block-test.html = FAIL | 2281 WIN : LayoutTests/security/block-test.html = FAIL |
| 2282 LayoutTests/fast/js/regexp-overflow-too-big.html = TIMEOUT | 2282 LayoutTests/fast/js/regexp-overflow-too-big.html = TIMEOUT |
| 2283 LayoutTests/http/tests/navigation/onload-navigation-iframe-2.html = TIMEOUT | 2283 LayoutTests/http/tests/navigation/onload-navigation-iframe-2.html = TIMEOUT |
| 2284 | 2284 |
| 2285 // Started failing between revisions 13096 and 13099. | 2285 // Started failing between revisions 13096 and 13099. |
| 2286 DEBUG WIN : LayoutTests/http/tests/navigation/post-basic.html = CRASH | 2286 DEBUG WIN : LayoutTests/http/tests/navigation/post-basic.html = CRASH |
| 2287 | 2287 |
| 2288 // Flaky since rev 13111. | 2288 // Flaky since rev 13111. |
| 2289 MAC : LayoutTests/fast/events/standalone-image-drag-to-editable.html = FAIL PASS | 2289 MAC : LayoutTests/fast/events/standalone-image-drag-to-editable.html = FAIL PASS |
| 2290 |
| 2291 // These tests were affected by rolling out WebKit i8n patches. |
| 2292 DEFER BUG9768 : LayoutTests/fast/block/positioning/047.html = FAIL |
| 2293 DEFER BUG9768 : LayoutTests/fast/css/rtl-ordering.html = FAIL |
| 2294 DEFER BUG9768 : LayoutTests/fast/forms/select-initial-position.html = FAIL |
| 2295 DEFER BUG9768 : LayoutTests/fast/forms/select-visual-hebrew.html = FAIL |
| 2296 DEFER BUG9768 : LayoutTests/fast/forms/visual-hebrew-text-field.html = FAIL |
| 2297 DEFER BUG9768 : LayoutTests/fast/text/cg-fallback-bolding.html = FAIL |
| 2298 DEFER BUG9768 : LayoutTests/fast/text/international/001.html = FAIL |
| 2299 DEFER BUG9768 : LayoutTests/fast/text/international/002.html = FAIL |
| 2300 DEFER BUG9768 : LayoutTests/fast/text/international/003.html = FAIL |
| 2301 DEFER BUG9768 : LayoutTests/fast/text/international/wrap-CJK-001.html = FAIL |
| OLD | NEW |