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

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

Issue 126142: Update test expectations for some layout tests for <video> and <audio>... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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 | Annotate | Revision Log
« 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 587 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 // Fails due to storage APIs not implemented. Might be worth re-baselining 598 // Fails due to storage APIs not implemented. Might be worth re-baselining
599 // temporarily so the rest of the conditions are still tested. 599 // temporarily so the rest of the conditions are still tested.
600 BUG1124568 : LayoutTests/fast/dom/Window/window-function-name-getter-precedence. html = FAIL 600 BUG1124568 : LayoutTests/fast/dom/Window/window-function-name-getter-precedence. html = FAIL
601 601
602 // These tests are disabled until <audio> and <video> tags are supported. 602 // These tests are disabled until <audio> and <video> tags are supported.
603 // Disable <video> and <audio> tests for mac and linux until there is 603 // Disable <video> and <audio> tests for mac and linux until there is
604 // proper support. 604 // proper support.
605 BUG4363 LINUX MAC SKIP : LayoutTests/media = TIMEOUT 605 BUG4363 LINUX MAC SKIP : LayoutTests/media = TIMEOUT
606 BUG4363 LINUX MAC SKIP : LayoutTests/fast/media = PASS FAIL 606 BUG4363 LINUX MAC SKIP : LayoutTests/fast/media = PASS FAIL
607 BUG4363 LINUX MAC SKIP : LayoutTests/http/tests/media = FAIL 607 BUG4363 LINUX MAC SKIP : LayoutTests/http/tests/media = FAIL
608 BUG4363 : LayoutTests/http/tests/security/local-video-poster-from-remote.html = FAIL TIMEOUT
609 BUG4363 SLOW : LayoutTests/http/tests/security/local-video-source-from-remote.ht ml = FAIL 608 BUG4363 SLOW : LayoutTests/http/tests/security/local-video-source-from-remote.ht ml = FAIL
610 BUG4363 SLOW : LayoutTests/http/tests/security/local-video-src-from-remote.html = FAIL 609 BUG4363 SLOW : LayoutTests/http/tests/security/local-video-src-from-remote.html = FAIL
611 BUG4363 : LayoutTests/fast/dom/Window/custom-constructors.html = FAIL 610 BUG4363 : LayoutTests/fast/dom/Window/custom-constructors.html = FAIL
612 611
613 // These tests are for <audio> and <video> and they do not run well on Windows. 612 // These tests are for <audio> and <video> and they do not run well on Windows.
614 BUG13907 WIN : LayoutTests/fast/media/viewport-media-query.html = FAIL 613 BUG13907 WIN : LayoutTests/fast/media/viewport-media-query.html = FAIL
615 BUG13907 WIN : LayoutTests/http/tests/media/remove-while-loading.html = FAIL 614 BUG13907 WIN : LayoutTests/http/tests/media/remove-while-loading.html = FAIL
616 BUG13907 WIN : LayoutTests/http/tests/media/video-play-stall-seek.html = FAIL 615 BUG13907 WIN : LayoutTests/http/tests/media/video-play-stall-seek.html = FAIL
617 BUG13907 WIN : LayoutTests/http/tests/media/video-play-stall.html = FAIL 616 BUG13907 WIN : LayoutTests/http/tests/media/video-play-stall.html = FAIL
618 BUG13907 WIN : LayoutTests/http/tests/media/video-seekable-stall.html = FAIL 617 BUG13907 WIN : LayoutTests/http/tests/media/video-seekable-stall.html = FAIL
619 BUG13907 WIN : LayoutTests/media/audio-constructor-src.html = FAIL 618 BUG13907 WIN : LayoutTests/media/audio-constructor-src.html = FAIL
620 BUG13907 WIN : LayoutTests/media/audio-constructor.html = FAIL 619 BUG13907 WIN : LayoutTests/media/audio-constructor.html = FAIL
621 BUG13907 WIN : LayoutTests/media/audio-controls-rendering.html = FAIL 620 BUG13907 WIN : LayoutTests/media/audio-controls-rendering.html = FAIL
622 BUG13907 WIN : LayoutTests/media/audio-mpeg-supported.html = FAIL 621 BUG13907 WIN : LayoutTests/media/audio-mpeg-supported.html = FAIL
623 BUG13907 WIN : LayoutTests/media/constructors.html = FAIL 622 BUG13907 WIN : LayoutTests/media/constructors.html = FAIL
624 // This test crashes in both release and debug build. 623 // This test crashes in both release and debug build.
625 BUG13907 WIN : LayoutTests/media/controls-css-overload.html = CRASH 624 BUG13907 WIN DEBUG : LayoutTests/media/controls-css-overload.html = CRASH
626 // This test is flaky. 625 // This test is flaky.
627 BUG13907 WIN DEBUG : LayoutTests/media/progress-event-total.html = PASS FAIL 626 BUG13907 WIN DEBUG : LayoutTests/media/progress-event-total.html = PASS FAIL
628 BUG13907 WIN DEBUG : LayoutTests/media/remove-from-document.html = FAIL 627 // This test also times out.
628 BUG13907 WIN : LayoutTests/media/remove-from-document.html = FAIL TIMEOUT
629 // This test crashes in debug build. 629 // This test crashes in debug build.
630 BUG13907 WIN : LayoutTests/media/unsupported-rtsp.html = FAIL CRASH 630 BUG13907 WIN : LayoutTests/media/unsupported-rtsp.html = FAIL CRASH
631 BUG13907 WIN : LayoutTests/media/video-aspect-ratio.html = FAIL 631 BUG13907 WIN : LayoutTests/media/video-aspect-ratio.html = FAIL
632 // This test crashes in debug build not in release build. 632 // This test crashes in debug build not in release build.
633 BUG13907 WIN : LayoutTests/media/video-buffered.html = FAIL CRASH 633 BUG13907 WIN : LayoutTests/media/video-buffered.html = FAIL CRASH
634 BUG13907 WIN : LayoutTests/media/video-can-play-type.html = FAIL 634 BUG13907 WIN : LayoutTests/media/video-can-play-type.html = FAIL
635 // This test crashes in debug build. 635 // This test crashes in debug build.
636 BUG13907 WIN : LayoutTests/media/video-click-dblckick-standalone.html = PASS CRA SH 636 BUG13907 WIN : LayoutTests/media/video-click-dblckick-standalone.html = PASS CRA SH
637 // This test crashes in debug build. 637 // This test crashes in debug build.
638 BUG13907 WIN : LayoutTests/media/video-controls.html = PASS CRASH 638 BUG13907 WIN : LayoutTests/media/video-controls.html = PASS CRASH
639 BUG13907 WIN : LayoutTests/media/video-controls-rendering.html = FAIL 639 BUG13907 WIN : LayoutTests/media/video-controls-rendering.html = FAIL
640 // This test crashes in debug build. 640 // This test crashes in debug build.
641 BUG13907 WIN : LayoutTests/media/video-controls-visible-audio-only.html = PASS C RASH 641 BUG13907 WIN : LayoutTests/media/video-controls-visible-audio-only.html = PASS C RASH
642 // This test sometimes crashes in debug build. 642 // This test sometimes crashes in debug build.
643 BUG13907 WIN : LayoutTests/media/video-currentTime-set.html = FAIL CRASH 643 BUG13907 WIN : LayoutTests/media/video-currentTime-set.html = FAIL CRASH
644 // This test crashes in debug build. 644 // This test crashes in debug build.
645 BUG13907 WIN : LayoutTests/media/video-currentTime-set2.html = PASS FAIL CRASH T IMEOUT 645 BUG13907 WIN : LayoutTests/media/video-currentTime-set2.html = PASS FAIL CRASH T IMEOUT
646 // This test crashes in debug build. 646 // This test crashes in debug build.
647 BUG13907 WIN : LayoutTests/media/video-display-none-crash.html = PASS CRASH 647 BUG13907 WIN : LayoutTests/media/video-display-none-crash.html = PASS CRASH
648 BUG13907 WIN : LayoutTests/media/video-display-toggle.html = FAIL 648 BUG13907 WIN : LayoutTests/media/video-display-toggle.html = FAIL
649 // This test crashes in debug build. 649 // This test crashes in debug build.
650 BUG13907 WIN : LayoutTests/media/video-dom-src.html = PASS CRASH 650 BUG13907 WIN : LayoutTests/media/video-dom-src.html = PASS CRASH
651 // This test is flaky. 651 // This test is flaky.
652 BUG13907 WIN DEBUG : LayoutTests/media/video-dom-autobuffer.html = FAIL 652 BUG13907 WIN DEBUG : LayoutTests/media/video-dom-autobuffer.html = PASS FAIL
653 // This test crashes in debug build. 653 // This test crashes in debug build.
654 BUG13907 WIN : LayoutTests/media/video-document-types.html = PASS CRASH 654 BUG13907 WIN : LayoutTests/media/video-document-types.html = PASS CRASH
655 BUG13907 WIN : LayoutTests/media/video-empty-source.html = FAIL 655 BUG13907 WIN : LayoutTests/media/video-empty-source.html = FAIL
656 // This test times out in release build. 656 // This test times out in release build, it is really flaky.
657 BUG13907 WIN : LayoutTests/media/video-error-abort.html = PASS TIMEOUT 657 BUG13907 WIN : LayoutTests/media/video-error-abort.html = PASS FAIL TIMEOUT
658 BUG13907 WIN : LayoutTests/media/video-error-does-not-exist.html = FAIL 658 BUG13907 WIN : LayoutTests/media/video-error-does-not-exist.html = FAIL
659 BUG13907 WIN : LayoutTests/media/video-layer-crash.html = FAIL 659 BUG13907 WIN : LayoutTests/media/video-layer-crash.html = FAIL
660 BUG13907 WIN : LayoutTests/media/video-load-networkState.html = FAIL 660 BUG13907 WIN : LayoutTests/media/video-load-networkState.html = FAIL
661 BUG13907 WIN : LayoutTests/media/video-loop.html = FAIL CRASH 661 BUG13907 WIN : LayoutTests/media/video-loop.html = FAIL CRASH
662 // This test crashes in debug build. 662 // This test crashes in debug build.
663 BUG13907 WIN : LayoutTests/media/video-muted.html = PASS FAIL CRASH TIMEOUT 663 BUG13907 WIN : LayoutTests/media/video-muted.html = PASS FAIL CRASH TIMEOUT
664 // This test is flaky and may not only happen in debug build. 664 // This test is flaky and may not only happen in debug build.
665 BUG13907 WIN DEBUG : LayoutTests/media/video-no-autoplay.html = PASS FAIL 665 BUG13907 WIN DEBUG : LayoutTests/media/video-no-autoplay.html = PASS FAIL
666 // This test is flaky. 666 // This test is flaky.
667 BUG13907 WIN : LayoutTests/media/video-play-pause-events.html = PASS FAIL CRASH 667 BUG13907 WIN : LayoutTests/media/video-play-pause-events.html = PASS FAIL CRASH
668 BUG13907 WIN : LayoutTests/media/video-play-pause-exception.html = FAIL 668 // This test is flaky too.
669 BUG13907 WIN : LayoutTests/media/video-play-pause-exception.html = PASS FAIL
669 BUG13907 WIN : LayoutTests/media/video-played-collapse.html = FAIL 670 BUG13907 WIN : LayoutTests/media/video-played-collapse.html = FAIL
670 // This test crashes in debug build. 671 // This test crashes in debug build.
671 BUG13907 WIN : LayoutTests/media/video-played.html = PASS FAIL CRASH 672 BUG13907 WIN : LayoutTests/media/video-played.html = PASS FAIL CRASH
672 // This test is flaky in debug build. 673 // This test is flaky in debug build.
673 BUG13907 WIN DEBUG : LayoutTests/media/video-poster.html = PASS TIMEOUT 674 BUG13907 WIN DEBUG : LayoutTests/media/video-poster.html = PASS TIMEOUT
674 // This test is flaky. 675 // This test is flaky.
675 BUG13907 WIN : LayoutTests/media/video-seek-past-end-paused.html = PASS FAIL CRA SH 676 BUG13907 WIN : LayoutTests/media/video-seek-past-end-paused.html = PASS FAIL CRA SH
676 // This test crashes in debug build. 677 // This test crashes in debug build.
677 BUG13907 WIN : LayoutTests/media/video-seek-past-end-playing.html = PASS FAIL CR ASH TIMEOUT 678 BUG13907 WIN : LayoutTests/media/video-seek-past-end-playing.html = PASS FAIL CR ASH TIMEOUT
678 BUG13907 WIN : LayoutTests/media/video-size-intrinsic-scale.html = FAIL 679 BUG13907 WIN : LayoutTests/media/video-size-intrinsic-scale.html = FAIL
(...skipping 2104 matching lines...) Expand 10 before | Expand all | Expand 10 after
2783 // New test added in WebKit 44550: 2784 // New test added in WebKit 44550:
2784 BUG13767 : LayoutTests/fast/js/JSON-stringify.html = FAIL 2785 BUG13767 : LayoutTests/fast/js/JSON-stringify.html = FAIL
2785 2786
2786 // WebKit 44571:44597 2787 // WebKit 44571:44597
2787 // Needs pixel results generated upstream, may need rebaselining afterwards 2788 // Needs pixel results generated upstream, may need rebaselining afterwards
2788 BUG13809 SKIP : LayoutTests/fast/canvas/canvas-empty-image-pattern.html = FAIL 2789 BUG13809 SKIP : LayoutTests/fast/canvas/canvas-empty-image-pattern.html = FAIL
2789 2790
2790 // DCHECK failure about current message loop. 2791 // DCHECK failure about current message loop.
2791 BUG14014 DEBUG : LayoutTests/fast/events/tabindex-focus-chain.html = FAIL 2792 BUG14014 DEBUG : LayoutTests/fast/events/tabindex-focus-chain.html = FAIL
2792 2793
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