| 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 2802 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2813 BUG16690 SKIP MAC : LayoutTests/fast/text/international/khmer-selection.html = F
AIL | 2813 BUG16690 SKIP MAC : LayoutTests/fast/text/international/khmer-selection.html = F
AIL |
| 2814 | 2814 |
| 2815 // WebKit merge 42738:45840 | 2815 // WebKit merge 42738:45840 |
| 2816 // New tests, need baseline. | 2816 // New tests, need baseline. |
| 2817 BUG16678 : LayoutTests/http/tests/security/xssAuditor/javascript-link-null-char.
html = FAIL | 2817 BUG16678 : LayoutTests/http/tests/security/xssAuditor/javascript-link-null-char.
html = FAIL |
| 2818 BUG16240 MAC WIN SLOW : LayoutTests/http/tests/cache/subresource-expiration.html
= PASS | 2818 BUG16240 MAC WIN SLOW : LayoutTests/http/tests/cache/subresource-expiration.html
= PASS |
| 2819 | 2819 |
| 2820 // Failing due to r20652. | 2820 // Failing due to r20652. |
| 2821 BUG16779 BUG16742 : LayoutTests/media/video-error-abort.html = FAIL CRASH | 2821 BUG16779 BUG16742 : LayoutTests/media/video-error-abort.html = FAIL CRASH |
| 2822 | 2822 |
| 2823 // Failing approximately starting from 20629 | |
| 2824 BUG16754 : LayoutTests/fast/loader/empty-embed-src-attribute.html = CRASH | |
| 2825 | |
| 2826 // HTML5 DataGrid bindings have not been implemented for V8 yet. | 2823 // HTML5 DataGrid bindings have not been implemented for V8 yet. |
| 2827 BUG16730 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-basic.html =
TIMEOUT | 2824 BUG16730 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-basic.html =
TIMEOUT |
| 2828 BUG16730 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom.html = T
IMEOUT | 2825 BUG16730 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom.html = T
IMEOUT |
| 2829 BUG16730 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom-attribut
es.html = FAIL TIMEOUT | 2826 BUG16730 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom-attribut
es.html = FAIL TIMEOUT |
| 2830 | 2827 |
| 2831 // Disabling since try bots use Chromium FFmpeg DLLs, which means we can no | 2828 // Disabling since try bots use Chromium FFmpeg DLLs, which means we can no |
| 2832 // longer decode WebKit's test clips because they use H.264, AAC, etc. | 2829 // longer decode WebKit's test clips because they use H.264, AAC, etc. |
| 2833 BUG16779 : LayoutTests/media/media-startTime.html = FAIL | 2830 BUG16779 : LayoutTests/media/media-startTime.html = FAIL |
| 2834 BUG16779 : LayoutTests/media/progress-event.html = FAIL | 2831 BUG16779 : LayoutTests/media/progress-event.html = FAIL |
| 2835 BUG16779 : LayoutTests/media/remove-from-document.html = FAIL | 2832 BUG16779 : LayoutTests/media/remove-from-document.html = FAIL |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2980 | 2977 |
| 2981 // Tests that regressed from WebKit merge (got rebaselined upstream) | 2978 // Tests that regressed from WebKit merge (got rebaselined upstream) |
| 2982 BUG17326 : LayoutTests/editing/execCommand/4641880-2.html = FAIL | 2979 BUG17326 : LayoutTests/editing/execCommand/4641880-2.html = FAIL |
| 2983 BUG17326 : LayoutTests/editing/execCommand/4916541.html = FAIL | 2980 BUG17326 : LayoutTests/editing/execCommand/4916541.html = FAIL |
| 2984 BUG17326 : LayoutTests/editing/execCommand/5138441.html = FAIL | 2981 BUG17326 : LayoutTests/editing/execCommand/5138441.html = FAIL |
| 2985 BUG17326 : LayoutTests/editing/execCommand/5481523.html = FAIL | 2982 BUG17326 : LayoutTests/editing/execCommand/5481523.html = FAIL |
| 2986 BUG17326 : LayoutTests/editing/execCommand/indent-selection.html = FAIL | 2983 BUG17326 : LayoutTests/editing/execCommand/indent-selection.html = FAIL |
| 2987 | 2984 |
| 2988 BUG17332 WIN : LayoutTests/editing/execCommand/19087.html = CRASH | 2985 BUG17332 WIN : LayoutTests/editing/execCommand/19087.html = CRASH |
| 2989 BUG17332 WIN : LayoutTests/editing/execCommand/19653-1.html = CRASH FAIL | 2986 BUG17332 WIN : LayoutTests/editing/execCommand/19653-1.html = CRASH FAIL |
| OLD | NEW |