Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Side by Side Diff: webkit/tools/layout_tests/test_expectations.txt

Issue 155551: Temporarily disable media layout tests until we can sort something out with the try bots. (Closed)
Patch Set: Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 BUG13907 WIN : LayoutTests/media/video-played-collapse.html = FAIL 647 BUG13907 WIN : LayoutTests/media/video-played-collapse.html = FAIL
648 // This test crashes in debug build. 648 // This test crashes in debug build.
649 BUG13907 WIN : LayoutTests/media/video-played.html = FAIL CRASH 649 BUG13907 WIN : LayoutTests/media/video-played.html = FAIL CRASH
650 // This test is flaky. 650 // This test is flaky.
651 BUG13907 WIN : LayoutTests/media/video-seek-past-end-paused.html = PASS FAIL CRA SH 651 BUG13907 WIN : LayoutTests/media/video-seek-past-end-paused.html = PASS FAIL CRA SH
652 // This test crashes in debug build. 652 // This test crashes in debug build.
653 BUG13907 WIN : LayoutTests/media/video-seek-past-end-playing.html = PASS FAIL CR ASH TIMEOUT 653 BUG13907 WIN : LayoutTests/media/video-seek-past-end-playing.html = PASS FAIL CR ASH TIMEOUT
654 BUG13907 WIN : LayoutTests/media/video-size-intrinsic-scale.html = FAIL 654 BUG13907 WIN : LayoutTests/media/video-size-intrinsic-scale.html = FAIL
655 BUG13907 WIN : LayoutTests/media/video-src-remove.html = FAIL 655 BUG13907 WIN : LayoutTests/media/video-src-remove.html = FAIL
656 // These tests are flaky. 656 // These tests are flaky.
657 BUG13097 WIN : LayoutTests/media/video-display-toggle.html = FAIL 657 BUG16779 BUG13097 WIN : LayoutTests/media/video-display-toggle.html = FAIL TIMEO UT
658 BUG13907 WIN : LayoutTests/media/controls-styling.html = FAIL 658 BUG13907 WIN : LayoutTests/media/controls-styling.html = FAIL
659 // This test is added in WebKit merge 45610:45621 659 // This test is added in WebKit merge 45610:45621
660 BUG13907 WIN : LayoutTests/media/controls-after-reload.html = TIMEOUT 660 BUG13907 WIN : LayoutTests/media/controls-after-reload.html = TIMEOUT
661 661
662 // Function arguments object is copied for each access. 662 // Function arguments object is copied for each access.
663 BUG941049 : LayoutTests/fast/js/kde/function_arguments.html = FAIL 663 BUG941049 : LayoutTests/fast/js/kde/function_arguments.html = FAIL
664 664
665 // Need a setAuthorAndUserStylesEnabled method in 665 // Need a setAuthorAndUserStylesEnabled method in
666 // layoutTestController. Now we have preference to enable/disable user 666 // layoutTestController. Now we have preference to enable/disable user
667 // styles(not work now), we still need to add a preference to enable/disable 667 // styles(not work now), we still need to add a preference to enable/disable
(...skipping 2187 matching lines...) Expand 10 before | Expand all | Expand 10 after
2855 BUG16678 : LayoutTests/http/tests/security/xssAuditor/link-onclick-entities.html = FAIL 2855 BUG16678 : LayoutTests/http/tests/security/xssAuditor/link-onclick-entities.html = FAIL
2856 BUG16678 : LayoutTests/http/tests/security/xssAuditor/script-tag-entities.html = FAIL 2856 BUG16678 : LayoutTests/http/tests/security/xssAuditor/script-tag-entities.html = FAIL
2857 BUG16678 : LayoutTests/http/tests/security/xssAuditor/script-tag-src-redirect-sa fe.html = FAIL 2857 BUG16678 : LayoutTests/http/tests/security/xssAuditor/script-tag-src-redirect-sa fe.html = FAIL
2858 BUG16678 : LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-dou ble-quote.html = FAIL 2858 BUG16678 : LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-dou ble-quote.html = FAIL
2859 BUG16678 : LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-ent ities.html = FAIL 2859 BUG16678 : LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-ent ities.html = FAIL
2860 BUG16678 : LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-no- quote.html = FAIL 2860 BUG16678 : LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-no- quote.html = FAIL
2861 2861
2862 BUG16240 MAC WIN SLOW : LayoutTests/http/tests/cache/subresource-expiration.html = PASS 2862 BUG16240 MAC WIN SLOW : LayoutTests/http/tests/cache/subresource-expiration.html = PASS
2863 2863
2864 // Failing due to r20652. 2864 // Failing due to r20652.
2865 BUG16742 : LayoutTests/media/video-error-abort.html = FAIL 2865 BUG16779 BUG16742 : LayoutTests/media/video-error-abort.html = FAIL
2866 2866
2867 // Failing approximately starting from 20629 2867 // Failing approximately starting from 20629
2868 BUG16754 : LayoutTests/fast/loader/empty-embed-src-attribute.html = CRASH 2868 BUG16754 : LayoutTests/fast/loader/empty-embed-src-attribute.html = CRASH
2869 BUG16754 : LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document. html = CRASH 2869 BUG16754 : LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document. html = CRASH
2870 BUG16754 : LayoutTests/http/tests/loading/preload-img-test.html = TIMEOUT 2870 BUG16754 : LayoutTests/http/tests/loading/preload-img-test.html = TIMEOUT
2871 2871
2872 // HTML5 DataGrid bindings have not been implemented for V8 yet. 2872 // HTML5 DataGrid bindings have not been implemented for V8 yet.
2873 BUG16730 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-basic.html = TIMEOUT 2873 BUG16730 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-basic.html = TIMEOUT
2874 BUG16730 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom.html = T IMEOUT 2874 BUG16730 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom.html = T IMEOUT
2875 BUG16730 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom-attribut es.html = FAIL TIMEOUT 2875 BUG16730 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom-attribut es.html = FAIL TIMEOUT
2876
2877 // Disabling since try bots use Chromium FFmpeg DLLs, which means we can no
2878 // longer decode WebKit's test clips because they use H.264, AAC, etc.
2879 BUG16779 : LayoutTests/media/media-startTime.html = FAIL
2880 BUG16779 : LayoutTests/media/progress-event.html = FAIL
2881 BUG16779 : LayoutTests/media/remove-from-document.html = FAIL
2882 BUG16779 : LayoutTests/media/video-append-source.html = FAIL
2883 BUG16779 : LayoutTests/media/video-aspect-ratio.html = FAIL
2884 BUG16779 : LayoutTests/media/video-autoplay.html = FAIL
2885 BUG16779 : LayoutTests/media/video-controls-transformed.html = FAIL
2886 BUG16779 : LayoutTests/media/video-controls-zoomed.html = FAIL
2887 BUG16779 : LayoutTests/media/video-controls.html = FAIL
2888 BUG16779 : LayoutTests/media/video-currentTime.html = FAIL
2889 BUG16779 : LayoutTests/media/video-dom-autoplay.html = FAIL
2890 BUG16779 : LayoutTests/media/video-dom-src.html = FAIL
2891 BUG16779 : LayoutTests/media/video-layer-crash.html = FAIL
2892 BUG16779 : LayoutTests/media/video-load-networkState.html = FAIL
2893 BUG16779 : LayoutTests/media/video-load-readyState.html = FAIL
2894 BUG16779 : LayoutTests/media/video-muted.html = FAIL
2895 BUG16779 : LayoutTests/media/video-no-autoplay.html = FAIL
2896 BUG16779 : LayoutTests/media/video-pause-empty-events.html = FAIL
2897 BUG16779 : LayoutTests/media/video-play-empty-events.html = FAIL
2898 BUG16779 : LayoutTests/media/video-played-reset.html = FAIL
2899 BUG16779 : LayoutTests/media/video-seekable.html = FAIL
2900 BUG16779 : LayoutTests/media/video-seeking.html = FAIL
2901 BUG16779 : LayoutTests/media/video-size.html = FAIL
2902 BUG16779 : LayoutTests/media/video-source-add-src.html = FAIL
2903 BUG16779 : LayoutTests/media/video-source-error.html = FAIL
2904 BUG16779 : LayoutTests/media/video-src-change.html = FAIL
2905 BUG16779 : LayoutTests/media/video-src-invalid-remove.html = FAIL
2906 BUG16779 : LayoutTests/media/video-timeupdate-during-playback.html = FAIL
2907 BUG16779 : LayoutTests/media/video-transformed.html = FAIL
2908 BUG16779 : LayoutTests/media/video-volume.html = FAIL
2909 BUG16779 : LayoutTests/media/video-zoom.html = FAIL
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698