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 2770 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2781 BUG19766 WIN LINUX : LayoutTests/svg/batik/text/xmlSpace.svg = FAIL | 2781 BUG19766 WIN LINUX : LayoutTests/svg/batik/text/xmlSpace.svg = FAIL |
2782 BUG19766 WIN LINUX : LayoutTests/tables/mozilla/bugs/bug83786.html = FAIL | 2782 BUG19766 WIN LINUX : LayoutTests/tables/mozilla/bugs/bug83786.html = FAIL |
2783 BUG19766 WIN : LayoutTests/media/video-no-audio.html = TIMEOUT | 2783 BUG19766 WIN : LayoutTests/media/video-no-audio.html = TIMEOUT |
2784 BUG19766 : LayoutTests/storage/open-database-while-transaction-in-progress.html
= TIMEOUT | 2784 BUG19766 : LayoutTests/storage/open-database-while-transaction-in-progress.html
= TIMEOUT |
2785 BUG19766 LINUX : LayoutTests/fast/replaced/width100percent-menulist.html = FAIL | 2785 BUG19766 LINUX : LayoutTests/fast/replaced/width100percent-menulist.html = FAIL |
2786 | 2786 |
2787 // Fails due to textInputController.setInputMethod not implemented for Mac. | 2787 // Fails due to textInputController.setInputMethod not implemented for Mac. |
2788 BUG19665 MAC : LayoutTests/platform/mac/editing/input/hangul-enter-confirms-and-
sends-keypress.html = FAIL | 2788 BUG19665 MAC : LayoutTests/platform/mac/editing/input/hangul-enter-confirms-and-
sends-keypress.html = FAIL |
2789 BUG19665 MAC : LayoutTests/platform/mac/editing/input/kotoeri-enter-to-confirm-a
nd-newline.html = FAIL | 2789 BUG19665 MAC : LayoutTests/platform/mac/editing/input/kotoeri-enter-to-confirm-a
nd-newline.html = FAIL |
2790 | 2790 |
2791 BUG19888 LINUX WIN : LayoutTests/plugins/netscape-plugin-setwindow-size-2.html =
FAIL | |
2792 BUG19888 WIN : LayoutTests/plugins/netscape-plugin-setwindow-size.html = FAIL | |
2793 | |
2794 // Temporary supression while we investigate. | 2791 // Temporary supression while we investigate. |
2795 BUG19842 MAC : LayoutTests/fast/forms/input-type-change2.html = CRASH | 2792 BUG19842 MAC : LayoutTests/fast/forms/input-type-change2.html = CRASH |
2796 | 2793 |
2797 // New test. WebKit change http://trac.webkit.org/changeset/47431 | 2794 // New test. WebKit change http://trac.webkit.org/changeset/47431 |
2798 // Does not work in Chromium yet (not supporting wav format) | 2795 // Does not work in Chromium yet (not supporting wav format) |
2799 BUG19904 WIN : LayoutTests/media/progress-event-at-least-one.html = FAIL TIMEOUT | 2796 BUG19904 WIN : LayoutTests/media/progress-event-at-least-one.html = FAIL TIMEOUT |
2800 | 2797 |
2801 // These became very flakey after r24022. Not sure if because of that change tho
ugh. | 2798 // These became very flakey after r24022. Not sure if because of that change tho
ugh. |
2802 BUG20004 WIN : LayoutTests/media/video-play-pause-events.html = TIMEOUT | 2799 BUG20004 WIN : LayoutTests/media/video-play-pause-events.html = TIMEOUT |
2803 | 2800 |
(...skipping 20 matching lines...) Expand all Loading... |
2824 | 2821 |
2825 // WebKit 47748:47759. New test. Need rebaseline. | 2822 // WebKit 47748:47759. New test. Need rebaseline. |
2826 BUG_JIANLI : LayoutTests/fast/dom/javascript-url-exception-isolation.html = FAIL | 2823 BUG_JIANLI : LayoutTests/fast/dom/javascript-url-exception-isolation.html = FAIL |
2827 | 2824 |
2828 // WebKit 47748:47759. Crash only on Linux. Need investigation. | 2825 // WebKit 47748:47759. Crash only on Linux. Need investigation. |
2829 BUG20265 LINUX : LayoutTests/fast/css/pseudo-required-optional-005.html = CRASH | 2826 BUG20265 LINUX : LayoutTests/fast/css/pseudo-required-optional-005.html = CRASH |
2830 BUG20265 LINUX : LayoutTests/fast/forms/ValidityState-valueMissing-005.html = CR
ASH | 2827 BUG20265 LINUX : LayoutTests/fast/forms/ValidityState-valueMissing-005.html = CR
ASH |
2831 BUG20265 LINUX : LayoutTests/fast/forms/range-default-value.html = CRASH | 2828 BUG20265 LINUX : LayoutTests/fast/forms/range-default-value.html = CRASH |
2832 BUG20265 LINUX : LayoutTests/fast/forms/range-reset.html = CRASH | 2829 BUG20265 LINUX : LayoutTests/fast/forms/range-reset.html = CRASH |
2833 BUG20265 LINUX : LayoutTests/platform/mac/accessibility/slider-supports-actions.
html = CRASH | 2830 BUG20265 LINUX : LayoutTests/platform/mac/accessibility/slider-supports-actions.
html = CRASH |
OLD | NEW |