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

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

Issue 149340: Mark 14 <video> tests as pass... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
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 | 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 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
628 BUG13907 WIN DEBUG : LayoutTests/media/progress-event-total.html = PASS FAIL 628 BUG13907 WIN DEBUG : LayoutTests/media/progress-event-total.html = PASS FAIL
629 // This test crashes in debug build not in release build. 629 // This test crashes in debug build not in release build.
630 BUG13907 WIN : LayoutTests/media/video-buffered.html = FAIL CRASH 630 BUG13907 WIN : LayoutTests/media/video-buffered.html = FAIL CRASH
631 BUG13907 WIN : LayoutTests/media/video-can-play-type.html = FAIL 631 BUG13907 WIN : LayoutTests/media/video-can-play-type.html = FAIL
632 // This test crashes in debug build. 632 // This test crashes in debug build.
633 BUG13907 WIN : LayoutTests/media/video-click-dblckick-standalone.html = PASS TIM EOUT CRASH 633 BUG13907 WIN : LayoutTests/media/video-click-dblckick-standalone.html = PASS TIM EOUT CRASH
634 // This test sometimes crashes in debug build. 634 // This test sometimes crashes in debug build.
635 BUG13907 WIN : LayoutTests/media/video-currentTime-set.html = FAIL CRASH 635 BUG13907 WIN : LayoutTests/media/video-currentTime-set.html = FAIL CRASH
636 // This test crashes in debug build. 636 // This test crashes in debug build.
637 BUG13907 WIN : LayoutTests/media/video-currentTime-set2.html = PASS FAIL CRASH T IMEOUT 637 BUG13907 WIN : LayoutTests/media/video-currentTime-set2.html = PASS FAIL CRASH T IMEOUT
638 // This test crashes in debug build.
639 BUG13907 WIN : LayoutTests/media/video-display-none-crash.html = CRASH
640 // This test is flaky. 638 // This test is flaky.
641 BUG13907 WIN DEBUG : LayoutTests/media/video-dom-autobuffer.html = PASS FAIL 639 BUG13907 WIN DEBUG : LayoutTests/media/video-dom-autobuffer.html = PASS FAIL
642 // This test crashes in debug build. 640 // This test crashes in debug build.
643 BUG13907 WIN : LayoutTests/media/video-document-types.html = FAIL CRASH 641 BUG13907 WIN : LayoutTests/media/video-document-types.html = FAIL CRASH
644 // This test times out in release build, it is really flaky.
645 BUG13907 WIN : LayoutTests/media/video-error-abort.html = FAIL TIMEOUT
646 BUG13907 WIN : LayoutTests/media/video-loop.html = FAIL CRASH 642 BUG13907 WIN : LayoutTests/media/video-loop.html = FAIL CRASH
647 // This test crashes in debug build.
648 BUG13907 WIN : LayoutTests/media/video-muted.html = FAIL CRASH TIMEOUT
649 // This test is flaky and may not only happen in debug build.
650 BUG13907 WIN DEBUG : LayoutTests/media/video-no-autoplay.html = FAIL
651 // This test is flaky. 643 // This test is flaky.
652 BUG13907 WIN : LayoutTests/media/video-play-pause-events.html = FAIL CRASH 644 BUG13907 WIN : LayoutTests/media/video-play-pause-events.html = FAIL CRASH
653 // This test is flaky too. 645 // This test is flaky too.
654 BUG13907 WIN : LayoutTests/media/video-play-pause-exception.html = FAIL 646 BUG13907 WIN : LayoutTests/media/video-play-pause-exception.html = FAIL
655 BUG13907 WIN : LayoutTests/media/video-played-collapse.html = FAIL 647 BUG13907 WIN : LayoutTests/media/video-played-collapse.html = FAIL
656 // This test crashes in debug build. 648 // This test crashes in debug build.
657 BUG13907 WIN : LayoutTests/media/video-played.html = FAIL CRASH 649 BUG13907 WIN : LayoutTests/media/video-played.html = FAIL CRASH
658 // This test is flaky in debug build.
659 BUG13907 WIN DEBUG : LayoutTests/media/video-poster.html = TIMEOUT
660 // This test is flaky. 650 // This test is flaky.
661 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
662 // This test crashes in debug build. 652 // This test crashes in debug build.
663 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
664 BUG13907 WIN : LayoutTests/media/video-size-intrinsic-scale.html = FAIL 654 BUG13907 WIN : LayoutTests/media/video-size-intrinsic-scale.html = FAIL
665 BUG13907 WIN : LayoutTests/media/video-src-remove.html = FAIL 655 BUG13907 WIN : LayoutTests/media/video-src-remove.html = FAIL
666 // This test is flaky.
667 BUG13907 WIN DEBUG : LayoutTests/media/video-src.html = FAIL
668 // Flaky test.
669 BUG13907 WIN DEBUG : LayoutTests/media/video-timeupdate-during-playback.html = F AIL
670 // This test is very flaky.
671 BUG13907 WIN : LayoutTests/media/unsupported-rtsp.html = CRASH
672 // These tests are flaky. 656 // These tests are flaky.
673 BUG13907 WIN : LayoutTests/media/video-src-invalid-remove.html = FAIL
674 BUG13097 WIN : LayoutTests/media/video-display-toggle.html = FAIL 657 BUG13097 WIN : LayoutTests/media/video-display-toggle.html = FAIL
675 BUG13907 WIN : LayoutTests/media/video-src-change.html = FAIL
676 BUG13907 WIN : LayoutTests/media/video-src-source.html = FAIL
677 BUG13907 WIN : LayoutTests/media/video-size.html = FAIL
678 BUG13907 WIN : LayoutTests/media/video-src-plus-source.html = FAIL
679 // The following test may trigger a deadlock so it times-out.
680 BUG13907 WIN : LayoutTests/media/remove-from-document.html = TIMEOUT
681 BUG13907 WIN : LayoutTests/media/controls-styling.html = FAIL 658 BUG13907 WIN : LayoutTests/media/controls-styling.html = FAIL
682 659
683 // Function arguments object is copied for each access. 660 // Function arguments object is copied for each access.
684 BUG941049 : LayoutTests/fast/js/kde/function_arguments.html = FAIL 661 BUG941049 : LayoutTests/fast/js/kde/function_arguments.html = FAIL
685 662
686 // Need a setAuthorAndUserStylesEnabled method in 663 // Need a setAuthorAndUserStylesEnabled method in
687 // layoutTestController. Now we have preference to enable/disable user 664 // layoutTestController. Now we have preference to enable/disable user
688 // styles(not work now), we still need to add a preference to enable/disable 665 // styles(not work now), we still need to add a preference to enable/disable
689 // styles of both author and user. 666 // styles of both author and user.
690 // Deferring, we don't support user-controlled UA stylesheets (in beta) 667 // Deferring, we don't support user-controlled UA stylesheets (in beta)
(...skipping 2117 matching lines...) Expand 10 before | Expand all | Expand 10 after
2808 // Webkit 45535:45555 2785 // Webkit 45535:45555
2809 BUG15977 : LayoutTests/svg/custom/createImageElement2.xhtml = FAIL 2786 BUG15977 : LayoutTests/svg/custom/createImageElement2.xhtml = FAIL
2810 2787
2811 // Webkit 45555:45558 2788 // Webkit 45555:45558
2812 // This was removed from test_expectations when it was passing after the Webkit merge 45495:45535. 2789 // This was removed from test_expectations when it was passing after the Webkit merge 45495:45535.
2813 // Not sure if this is a regression or some manner of flakiness. 2790 // Not sure if this is a regression or some manner of flakiness.
2814 BUG11613 MAC : LayoutTests/http/tests/security/cross-frame-access-call.html = FA IL 2791 BUG11613 MAC : LayoutTests/http/tests/security/cross-frame-access-call.html = FA IL
2815 2792
2816 // WebKit merge 45601:45610 2793 // WebKit merge 45601:45610
2817 BUG16162 : LayoutTests/fast/loader/subframe-navigate-during-main-frame-load.html = FAIL 2794 BUG16162 : LayoutTests/fast/loader/subframe-navigate-during-main-frame-load.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