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 711 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
722 BUG16779 SKIP : LayoutTests/media/video-zoom.html = FAIL | 722 BUG16779 SKIP : LayoutTests/media/video-zoom.html = FAIL |
723 BUG19779 SKIP : LayoutTests/media/video-no-audio.html = TIMEOUT | 723 BUG19779 SKIP : LayoutTests/media/video-no-audio.html = TIMEOUT |
724 BUG16779 SKIP : LayoutTests/media/audio-constructor-src.html = FAIL | 724 BUG16779 SKIP : LayoutTests/media/audio-constructor-src.html = FAIL |
725 BUG16779 SKIP : LayoutTests/media/audio-constructor.html = FAIL | 725 BUG16779 SKIP : LayoutTests/media/audio-constructor.html = FAIL |
726 BUG16779 SKIP : LayoutTests/media/media-load-event.html = FAIL | 726 BUG16779 SKIP : LayoutTests/media/media-load-event.html = FAIL |
727 BUG16779 SKIP : LayoutTests/media/audio-controls-rendering.html = FAIL | 727 BUG16779 SKIP : LayoutTests/media/audio-controls-rendering.html = FAIL |
728 BUG16779 SKIP : LayoutTests/media/video-controls-visible-audio-only.html = FAIL | 728 BUG16779 SKIP : LayoutTests/media/video-controls-visible-audio-only.html = FAIL |
729 BUG16779 SKIP : LayoutTests/media/progress-event-at-least-one.html = FAIL TIMEOU
T | 729 BUG16779 SKIP : LayoutTests/media/progress-event-at-least-one.html = FAIL TIMEOU
T |
730 BUG16779 SKIP : LayoutTests/media/video-controls-rendering.html = FAIL | 730 BUG16779 SKIP : LayoutTests/media/video-controls-rendering.html = FAIL |
731 BUG16779 SKIP : LayoutTests/media/video-zoom-controls.html = FAIL | 731 BUG16779 SKIP : LayoutTests/media/video-zoom-controls.html = FAIL |
| 732 BUG16779 SKIP : LayoutTests/media/video-error-does-not-exist.html = TIMEOUT |
732 // We don't support MP2 audio so skip this test. | 733 // We don't support MP2 audio so skip this test. |
733 BUG16779 SKIP : LayoutTests/media/audio-mpeg-supported.html = FAIL | 734 BUG16779 SKIP : LayoutTests/media/audio-mpeg-supported.html = FAIL |
734 // audio/3gpp mime type, does not play in Chromium yet. | 735 // audio/3gpp mime type, does not play in Chromium yet. |
735 BUG16779 SKIP : LayoutTests/media/audio-data-url.html = FAIL | 736 BUG16779 SKIP : LayoutTests/media/audio-data-url.html = FAIL |
736 | 737 |
737 // This test crashes in debug build not in release build. | 738 // This test crashes in debug build not in release build. |
738 BUG13907 WIN : LayoutTests/media/video-can-play-type.html = FAIL | 739 BUG13907 WIN : LayoutTests/media/video-can-play-type.html = FAIL |
739 // This test crashes in debug build. | 740 // This test crashes in debug build. |
740 BUG13907 WIN DEBUG : LayoutTests/media/video-document-types.html = FAIL CRASH | 741 BUG13907 WIN DEBUG : LayoutTests/media/video-document-types.html = FAIL CRASH |
741 BUG13907 WIN RELEASE : LayoutTests/media/video-document-types.html = PASS FAIL | 742 BUG13907 WIN RELEASE : LayoutTests/media/video-document-types.html = PASS FAIL |
(...skipping 2078 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2820 // WebKit 47748:47759. Crash only on Linux. Need investigation. | 2821 // WebKit 47748:47759. Crash only on Linux. Need investigation. |
2821 BUG20265 LINUX : LayoutTests/fast/css/pseudo-required-optional-005.html = CRASH | 2822 BUG20265 LINUX : LayoutTests/fast/css/pseudo-required-optional-005.html = CRASH |
2822 BUG20265 LINUX : LayoutTests/fast/forms/ValidityState-valueMissing-005.html = CR
ASH | 2823 BUG20265 LINUX : LayoutTests/fast/forms/ValidityState-valueMissing-005.html = CR
ASH |
2823 BUG20265 LINUX : LayoutTests/fast/forms/range-default-value.html = CRASH | 2824 BUG20265 LINUX : LayoutTests/fast/forms/range-default-value.html = CRASH |
2824 BUG20265 LINUX : LayoutTests/fast/forms/range-reset.html = CRASH | 2825 BUG20265 LINUX : LayoutTests/fast/forms/range-reset.html = CRASH |
2825 BUG20265 LINUX : LayoutTests/platform/mac/accessibility/slider-supports-actions.
html = CRASH | 2826 BUG20265 LINUX : LayoutTests/platform/mac/accessibility/slider-supports-actions.
html = CRASH |
2826 | 2827 |
2827 // WebKit 47759:47770. | 2828 // WebKit 47759:47770. |
2828 BUG20292 : LayoutTests/fast/forms/input-list.html = FAIL | 2829 BUG20292 : LayoutTests/fast/forms/input-list.html = FAIL |
2829 BUG20292 : LayoutTests/fast/forms/input-selectedoption.html = FAIL | 2830 BUG20292 : LayoutTests/fast/forms/input-selectedoption.html = FAIL |
OLD | NEW |