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 619 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
630 BUG4359 SKIP : LayoutTests/fast/js/exceptions-thrown-in-callbacks.html = PASS | 630 BUG4359 SKIP : LayoutTests/fast/js/exceptions-thrown-in-callbacks.html = PASS |
631 | 631 |
632 // Implement HTML5 Geolocation API. | 632 // Implement HTML5 Geolocation API. |
633 BUG11246 : LayoutTests/fast/dom/Geolocation = FAIL | 633 BUG11246 : LayoutTests/fast/dom/Geolocation = FAIL |
634 | 634 |
635 // Implement HTML5 EventSource API. Skipping, because most of these time out and | 635 // Implement HTML5 EventSource API. Skipping, because most of these time out and |
636 // slow down the test run. | 636 // slow down the test run. |
637 BUG19625 SKIP : LayoutTests/fast/eventsource = TIMEOUT | 637 BUG19625 SKIP : LayoutTests/fast/eventsource = TIMEOUT |
638 BUG19625 SKIP : LayoutTests/http/tests/eventsource = TIMEOUT | 638 BUG19625 SKIP : LayoutTests/http/tests/eventsource = TIMEOUT |
639 | 639 |
| 640 // Implement HTML5 datalist element. |
| 641 BUG20226 : LayoutTests/fast/forms/datalist-nonoption-child.html = FAIL |
| 642 BUG20226 : LayoutTests/fast/forms/datalist.html = FAIL |
| 643 |
640 // Fails due to storage APIs not implemented. Might be worth re-baselining | 644 // Fails due to storage APIs not implemented. Might be worth re-baselining |
641 // temporarily so the rest of the conditions are still tested. | 645 // temporarily so the rest of the conditions are still tested. |
642 BUG1124568 : LayoutTests/fast/dom/Window/window-function-name-getter-precedence.
html = FAIL | 646 BUG1124568 : LayoutTests/fast/dom/Window/window-function-name-getter-precedence.
html = FAIL |
643 | 647 |
644 // These tests are disabled until <audio> and <video> tags are supported. | 648 // These tests are disabled until <audio> and <video> tags are supported. |
645 // Disable <video> and <audio> tests for mac and linux until there is | 649 // Disable <video> and <audio> tests for mac and linux until there is |
646 // proper support. | 650 // proper support. |
647 BUG4363 LINUX MAC SKIP : LayoutTests/media = TIMEOUT | 651 BUG4363 LINUX MAC SKIP : LayoutTests/media = TIMEOUT |
648 BUG4363 LINUX MAC SKIP : LayoutTests/fast/media = PASS FAIL | 652 BUG4363 LINUX MAC SKIP : LayoutTests/fast/media = PASS FAIL |
649 BUG4363 LINUX MAC SKIP : LayoutTests/http/tests/media = FAIL | 653 BUG4363 LINUX MAC SKIP : LayoutTests/http/tests/media = FAIL |
(...skipping 2118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2768 BUG19766 WIN : LayoutTests/fast/layers/video-layer.html = FAIL | 2772 BUG19766 WIN : LayoutTests/fast/layers/video-layer.html = FAIL |
2769 BUG19766 WIN LINUX : LayoutTests/media/audio-controls-rendering.html = FAIL | 2773 BUG19766 WIN LINUX : LayoutTests/media/audio-controls-rendering.html = FAIL |
2770 BUG19766 WIN LINUX : LayoutTests/media/video-controls-visible-audio-only.html =
FAIL | 2774 BUG19766 WIN LINUX : LayoutTests/media/video-controls-visible-audio-only.html =
FAIL |
2771 BUG19766 LINUX : LayoutTests/media/video-empty-source.html = FAIL | 2775 BUG19766 LINUX : LayoutTests/media/video-empty-source.html = FAIL |
2772 BUG19766 WIN : LayoutTests/svg/batik/text/textPosition.svg = FAIL | 2776 BUG19766 WIN : LayoutTests/svg/batik/text/textPosition.svg = FAIL |
2773 BUG19766 WIN LINUX : LayoutTests/svg/batik/text/xmlSpace.svg = FAIL | 2777 BUG19766 WIN LINUX : LayoutTests/svg/batik/text/xmlSpace.svg = FAIL |
2774 BUG19766 WIN LINUX : LayoutTests/tables/mozilla/bugs/bug83786.html = FAIL | 2778 BUG19766 WIN LINUX : LayoutTests/tables/mozilla/bugs/bug83786.html = FAIL |
2775 BUG19766 WIN : LayoutTests/media/video-no-audio.html = TIMEOUT | 2779 BUG19766 WIN : LayoutTests/media/video-no-audio.html = TIMEOUT |
2776 BUG19766 : LayoutTests/storage/open-database-while-transaction-in-progress.html
= TIMEOUT | 2780 BUG19766 : LayoutTests/storage/open-database-while-transaction-in-progress.html
= TIMEOUT |
2777 BUG19766 LINUX : LayoutTests/fast/replaced/width100percent-menulist.html = FAIL | 2781 BUG19766 LINUX : LayoutTests/fast/replaced/width100percent-menulist.html = FAIL |
2778 // We don't support <datalist> right now? Ask tkent about these | |
2779 BUG19766 : LayoutTests/fast/forms/datalist-nonoption-child.html = FAIL | |
2780 BUG19766 : LayoutTests/fast/forms/datalist.html = FAIL | |
2781 | |
2782 | 2782 |
2783 // Fails due to textInputController.setInputMethod not implemented for Mac. | 2783 // Fails due to textInputController.setInputMethod not implemented for Mac. |
2784 BUG19665 MAC : LayoutTests/platform/mac/editing/input/hangul-enter-confirms-and-
sends-keypress.html = FAIL | 2784 BUG19665 MAC : LayoutTests/platform/mac/editing/input/hangul-enter-confirms-and-
sends-keypress.html = FAIL |
2785 BUG19665 MAC : LayoutTests/platform/mac/editing/input/kotoeri-enter-to-confirm-a
nd-newline.html = FAIL | 2785 BUG19665 MAC : LayoutTests/platform/mac/editing/input/kotoeri-enter-to-confirm-a
nd-newline.html = FAIL |
2786 | 2786 |
2787 BUG19888 LINUX WIN : LayoutTests/plugins/netscape-plugin-setwindow-size-2.html =
FAIL | 2787 BUG19888 LINUX WIN : LayoutTests/plugins/netscape-plugin-setwindow-size-2.html =
FAIL |
2788 BUG19888 WIN : LayoutTests/plugins/netscape-plugin-setwindow-size.html = FAIL | 2788 BUG19888 WIN : LayoutTests/plugins/netscape-plugin-setwindow-size.html = FAIL |
2789 | 2789 |
2790 // Temporary supression while we investigate. | 2790 // Temporary supression while we investigate. |
2791 BUG19842 MAC : LayoutTests/fast/forms/input-type-change2.html = CRASH | 2791 BUG19842 MAC : LayoutTests/fast/forms/input-type-change2.html = CRASH |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2824 BUG_JIANLI WIN LINUX : LayoutTests/fast/block/margin-collapse/block-inside-inlin
e/025.html = FAIL | 2824 BUG_JIANLI WIN LINUX : LayoutTests/fast/block/margin-collapse/block-inside-inlin
e/025.html = FAIL |
2825 BUG_JIANLI WIN LINUX SKIP : LayoutTests/fast/forms/textarea-placeholder-pseudo-s
tyle.html = FAIL | 2825 BUG_JIANLI WIN LINUX SKIP : LayoutTests/fast/forms/textarea-placeholder-pseudo-s
tyle.html = FAIL |
2826 BUG_JIANLI WIN LINUX SKIP : LayoutTests/fast/forms/textarea-placeholder-set-attr
ibute.html = FAIL | 2826 BUG_JIANLI WIN LINUX SKIP : LayoutTests/fast/forms/textarea-placeholder-set-attr
ibute.html = FAIL |
2827 BUG_JIANLI WIN LINUX SKIP : LayoutTests/fast/forms/textarea-placeholder-set-valu
e.html = FAIL | 2827 BUG_JIANLI WIN LINUX SKIP : LayoutTests/fast/forms/textarea-placeholder-set-valu
e.html = FAIL |
2828 | 2828 |
2829 // WebKit 47646:47719. | 2829 // WebKit 47646:47719. |
2830 BUG_JIANLI MAC : LayoutTests/fast/forms/button-state-restore.html = CRASH | 2830 BUG_JIANLI MAC : LayoutTests/fast/forms/button-state-restore.html = CRASH |
2831 | 2831 |
2832 // WebKit 47719:47732. New test. Time out on all 3 platforms. | 2832 // WebKit 47719:47732. New test. Time out on all 3 platforms. |
2833 BUG_JIANLI : LayoutTests/loader/go-back-to-different-window-size.html = TIMEOUT | 2833 BUG_JIANLI : LayoutTests/loader/go-back-to-different-window-size.html = TIMEOUT |
OLD | NEW |