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

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

Issue 125010: Enable a bunch of layout tests for <audio> and <video> (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 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 596
597 // We don't support the storage APIs. Some of the them hang. 597 // We don't support the storage APIs. Some of the them hang.
598 BUG4360 SKIP : LayoutTests/storage = PASS 598 BUG4360 SKIP : LayoutTests/storage = PASS
599 BUG4360 SKIP : LayoutTests/fast/js/exceptions-thrown-in-callbacks.html = PASS 599 BUG4360 SKIP : LayoutTests/fast/js/exceptions-thrown-in-callbacks.html = PASS
600 600
601 // Fails due to storage APIs not implemented. Might be worth re-baselining 601 // Fails due to storage APIs not implemented. Might be worth re-baselining
602 // temporarily so the rest of the conditions are still tested. 602 // temporarily so the rest of the conditions are still tested.
603 BUG1124568 : LayoutTests/fast/dom/Window/window-function-name-getter-precedence. html = FAIL 603 BUG1124568 : LayoutTests/fast/dom/Window/window-function-name-getter-precedence. html = FAIL
604 604
605 // These tests are disabled until <audio> and <video> tags are supported. 605 // These tests are disabled until <audio> and <video> tags are supported.
606 BUG4363 SKIP : LayoutTests/media = TIMEOUT 606 // Disable <video> and <audio> tests for mac and linux until there is
607 BUG4363 SKIP : LayoutTests/fast/media = PASS FAIL 607 // proper support.
608 BUG4363 : LayoutTests/http/tests/media = FAIL 608 BUG4363 LINUX MAC SKIP : LayoutTests/media = TIMEOUT
609 BUG4363 LINUX MAC SKIP : LayoutTests/fast/media = PASS FAIL
610 BUG4363 LINUX MAC SKIP : LayoutTests/http/tests/media = FAIL
609 BUG4363 : LayoutTests/http/tests/security/local-video-poster-from-remote.html = FAIL TIMEOUT 611 BUG4363 : LayoutTests/http/tests/security/local-video-poster-from-remote.html = FAIL TIMEOUT
610 BUG4363 SLOW : LayoutTests/http/tests/security/local-video-source-from-remote.ht ml = FAIL 612 BUG4363 SLOW : LayoutTests/http/tests/security/local-video-source-from-remote.ht ml = FAIL
611 BUG4363 SLOW : LayoutTests/http/tests/security/local-video-src-from-remote.html = FAIL 613 BUG4363 SLOW : LayoutTests/http/tests/security/local-video-src-from-remote.html = FAIL
612 BUG4363 : LayoutTests/fast/dom/Window/custom-constructors.html = FAIL 614 BUG4363 : LayoutTests/fast/dom/Window/custom-constructors.html = FAIL
613 615
616 // These tests are for <audio> and <video> and they do not run well on Windows.
617 BUG13907 WIN : LayoutTests/fast/media/mq-animation.html = FAIL
618 BUG13907 WIN : LayoutTests/fast/media/mq-aspect-ratio.html = FAIL
619 BUG13907 WIN : LayoutTests/fast/media/mq-orientation.html = FAIL
620 BUG13907 WIN : LayoutTests/fast/media/mq-transform-01.html = FAIL
621 BUG13907 WIN : LayoutTests/fast/media/mq-transform-02.html = FAIL
622 BUG13907 WIN : LayoutTests/fast/media/mq-transform-03.html = FAIL
623 BUG13907 WIN : LayoutTests/fast/media/mq-transform-04.html = FAIL
624 BUG13907 WIN : LayoutTests/fast/media/mq-transition.html = FAIL
625 BUG13907 WIN DEBUG : LayoutTests/fast/media/resources/viewport-media-query.html = FAIL
626 BUG13907 WIN : LayoutTests/fast/media/viewport-media-query.html = FAIL
627 BUG13907 WIN : LayoutTests/http/tests/media/remove-while-loading.html = FAIL
628 BUG13907 WIN : LayoutTests/http/tests/media/video-play-stall-seek.html = FAIL
629 BUG13907 WIN : LayoutTests/http/tests/media/video-play-stall.html = FAIL
630 BUG13907 WIN : LayoutTests/http/tests/media/video-seekable-stall.html = FAIL
631 BUG13907 WIN : LayoutTests/media/audio-constructor-src.html = FAIL
632 BUG13907 WIN : LayoutTests/media/audio-constructor.html = FAIL
633 BUG13907 WIN : LayoutTests/media/audio-controls-rendering.html = FAIL
634 BUG13907 WIN : LayoutTests/media/audio-mpeg-supported.html = FAIL
635 BUG13907 WIN : LayoutTests/media/constructors.html = FAIL
636 // This test crashes in both release and debug build.
637 BUG13907 WIN : LayoutTests/media/controls-css-overload.html = CRASH
638 // This test is flaky.
639 BUG13907 WIN DEBUG : LayoutTests/media/progress-event-total.html = PASS FAIL
640 BUG13907 WIN DEBUG : LayoutTests/media/remove-from-document.html = FAIL
641 BUG13907 WIN : LayoutTests/media/unsupported-rtsp.html = FAIL
642 BUG13907 WIN : LayoutTests/media/video-aspect-ratio.html = FAIL
643 BUG13907 WIN : LayoutTests/media/video-buffered.html = FAIL
644 BUG13907 WIN : LayoutTests/media/video-can-play-type.html = FAIL
645 BUG13907 WIN : LayoutTests/media/video-controls-rendering.html = FAIL
646 // This test sometimes crashes in debug build.
647 BUG13907 WIN : LayoutTests/media/video-currentTime-set.html = FAIL CRASH
648 // This test crashes in debug build.
649 BUG13907 WIN : LayoutTests/media/video-currentTime-set2.html = PASS FAIL CRASH
650 BUG13907 WIN : LayoutTests/media/video-display-toggle.html = FAIL
651 // This test is flaky.
652 BUG13907 WIN DEBUG : LayoutTests/media/video-dom-autobuffer.html = FAIL
653 BUG13907 WIN : LayoutTests/media/video-empty-source.html = FAIL
654 BUG13907 WIN : LayoutTests/media/video-error-does-not-exist.html = FAIL
655 BUG13907 WIN : LayoutTests/media/video-layer-crash.html = FAIL
656 BUG13907 WIN : LayoutTests/media/video-load-networkState.html = FAIL
657 BUG13907 WIN : LayoutTests/media/video-loop.html = FAIL
658 // This test crashes in debug build.
659 BUG13907 WIN : LayoutTests/media/video-muted.html = PASS FAIL CRASH
660 // This test is flaky and may not only happen in debug build.
661 BUG13907 WIN DEBUG : LayoutTests/media/video-no-autoplay.html = PASS FAIL
662 // This test is flaky.
663 BUG13907 WIN : LayoutTests/media/video-play-pause-events.html = PASS FAIL
664 BUG13907 WIN : LayoutTests/media/video-play-pause-exception.html = FAIL
665 BUG13907 WIN : LayoutTests/media/video-played-collapse.html = FAIL
666 // This test crashes in debug build.
667 BUG13907 WIN : LayoutTests/media/video-played.html = PASS FAIL CRASH
668 // This test crashes in debug build.
669 BUG13907 WIN : LayoutTests/media/video-seek-past-end-playing.html = PASS FAIL CR ASH
670 BUG13907 WIN : LayoutTests/media/video-size-intrinsic-scale.html = FAIL
671 BUG13907 WIN : LayoutTests/media/video-source-add-src.html = FAIL
672 BUG13907 WIN : LayoutTests/media/video-source-error.html = FAIL
673 BUG13907 WIN : LayoutTests/media/video-source-type-params.html = FAIL
674 BUG13907 WIN : LayoutTests/media/video-source-type.html = FAIL
675 BUG13907 WIN : LayoutTests/media/video-src-change.html = FAIL
676 BUG13907 WIN : LayoutTests/media/video-src-invalid-remove.html = FAIL
677 BUG13907 WIN : LayoutTests/media/video-src-plus-source.html = FAIL
678 BUG13907 WIN : LayoutTests/media/video-src-remove.html = FAIL
679 BUG13907 WIN DEBUG : LayoutTests/media/video-src.html = FAIL
680 // This test is flaky and may not only happen in debug build.
681 BUG13907 WIN DEBUG : LayoutTests/media/video-src-source.html = FAIL
682 BUG13907 WIN DEBUG : LayoutTests/media/video-timeupdate-during-playback.html = F AIL
683 BUG13907 WIN : LayoutTests/media/video-transformed.html = FAIL
684 BUG13907 WIN : LayoutTests/media/video-zoom-controls.html = FAIL
685 BUG13907 WIN : LayoutTests/media/video-zoom.html = FAIL
686
614 // Function arguments object is copied for each access. 687 // Function arguments object is copied for each access.
615 BUG941049 : LayoutTests/fast/js/kde/function_arguments.html = FAIL 688 BUG941049 : LayoutTests/fast/js/kde/function_arguments.html = FAIL
616 689
617 // Need a setAuthorAndUserStylesEnabled method in 690 // Need a setAuthorAndUserStylesEnabled method in
618 // layoutTestController. Now we have preference to enable/disable user 691 // layoutTestController. Now we have preference to enable/disable user
619 // styles(not work now), we still need to add a preference to enable/disable 692 // styles(not work now), we still need to add a preference to enable/disable
620 // styles of both author and user. 693 // styles of both author and user.
621 // Deferring, we don't support user-controlled UA stylesheets (in beta) 694 // Deferring, we don't support user-controlled UA stylesheets (in beta)
622 // Actually, gonna SKIP because it causes an additional error message in: 695 // Actually, gonna SKIP because it causes an additional error message in:
623 // LayoutTests/fast/css/display-none-inline-style-change-crash.html somehow 696 // LayoutTests/fast/css/display-none-inline-style-change-crash.html somehow
(...skipping 2077 matching lines...) Expand 10 before | Expand all | Expand 10 after
2701 BUG13721 LINUX : LayoutTests/fast/dynamic/positioned-movement-with-positioned-ch ildren.html = FAIL 2774 BUG13721 LINUX : LayoutTests/fast/dynamic/positioned-movement-with-positioned-ch ildren.html = FAIL
2702 2775
2703 // New test added in WebKit 44550: 2776 // New test added in WebKit 44550:
2704 BUG13767 : LayoutTests/fast/js/JSON-stringify.html = FAIL 2777 BUG13767 : LayoutTests/fast/js/JSON-stringify.html = FAIL
2705 2778
2706 // WebKit 44571:44597 2779 // WebKit 44571:44597
2707 BUG13809 : LayoutTests/fast/dom/HTMLScriptElement/nested-execution.html = FAIL 2780 BUG13809 : LayoutTests/fast/dom/HTMLScriptElement/nested-execution.html = FAIL
2708 BUG13809 WIN LINUX : LayoutTests/fast/gradients/crash-on-zero-radius.html = FAIL 2781 BUG13809 WIN LINUX : LayoutTests/fast/gradients/crash-on-zero-radius.html = FAIL
2709 BUG13809 SKIP : LayoutTests/fast/canvas/canvas-empty-image-pattern.html = FAIL 2782 BUG13809 SKIP : LayoutTests/fast/canvas/canvas-empty-image-pattern.html = FAIL
2710 BUG13809 : LayoutTests/accessibility/image-map1.html = CRASH FAIL 2783 BUG13809 : LayoutTests/accessibility/image-map1.html = CRASH 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