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

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

Issue 126172: Update expectations for layout tests... (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 LINUX MAC SKIP : LayoutTests/http/tests/security/local-video-poster-from -remote.html = FAIL TIMEOUT
608 BUG4363 SLOW : LayoutTests/http/tests/security/local-video-source-from-remote.ht ml = FAIL 609 BUG4363 SLOW : LayoutTests/http/tests/security/local-video-source-from-remote.ht ml = FAIL
609 BUG4363 SLOW : LayoutTests/http/tests/security/local-video-src-from-remote.html = FAIL 610 BUG4363 SLOW : LayoutTests/http/tests/security/local-video-src-from-remote.html = FAIL
610 BUG4363 : LayoutTests/fast/dom/Window/custom-constructors.html = FAIL 611 BUG4363 : LayoutTests/fast/dom/Window/custom-constructors.html = FAIL
611 612
612 // These tests are for <audio> and <video> and they do not run well on Windows. 613 // These tests are for <audio> and <video> and they do not run well on Windows.
613 BUG13907 WIN : LayoutTests/fast/media/viewport-media-query.html = FAIL 614 BUG13907 WIN : LayoutTests/fast/media/viewport-media-query.html = FAIL
614 BUG13907 WIN : LayoutTests/http/tests/media/remove-while-loading.html = FAIL 615 BUG13907 WIN : LayoutTests/http/tests/media/remove-while-loading.html = FAIL
615 BUG13907 WIN : LayoutTests/http/tests/media/video-play-stall-seek.html = FAIL 616 BUG13907 WIN : LayoutTests/http/tests/media/video-play-stall-seek.html = FAIL
616 BUG13907 WIN : LayoutTests/http/tests/media/video-play-stall.html = FAIL 617 BUG13907 WIN : LayoutTests/http/tests/media/video-play-stall.html = FAIL
617 BUG13907 WIN : LayoutTests/http/tests/media/video-seekable-stall.html = FAIL 618 BUG13907 WIN : LayoutTests/http/tests/media/video-seekable-stall.html = FAIL
618 BUG13907 WIN : LayoutTests/media/audio-constructor-src.html = FAIL 619 BUG13907 WIN : LayoutTests/media/audio-constructor-src.html = FAIL
619 BUG13907 WIN : LayoutTests/media/audio-constructor.html = FAIL 620 BUG13907 WIN : LayoutTests/media/audio-constructor.html = FAIL
620 BUG13907 WIN : LayoutTests/media/audio-controls-rendering.html = FAIL 621 BUG13907 WIN : LayoutTests/media/audio-controls-rendering.html = FAIL
621 BUG13907 WIN : LayoutTests/media/audio-mpeg-supported.html = FAIL 622 // We don't support MP2 audio so skip this test.
623 BUG13907 SKIP : LayoutTests/media/audio-mpeg-supported.html = FAIL
622 BUG13907 WIN : LayoutTests/media/constructors.html = FAIL 624 BUG13907 WIN : LayoutTests/media/constructors.html = FAIL
623 // This test crashes in release build. 625 // This test crashes in release build.
624 BUG13907 WIN : LayoutTests/media/video-currentTime.html = PASS CRASH 626 BUG13907 WIN : LayoutTests/media/video-currentTime.html = PASS CRASH
625 // This test crashes in both release and debug build.
626 BUG13907 WIN DEBUG : LayoutTests/media/controls-css-overload.html = CRASH
627 // This test is flaky. 627 // This test is flaky.
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 also times out. 629 // This test also times out, it is really flaky.
630 BUG13907 WIN : LayoutTests/media/remove-from-document.html = FAIL TIMEOUT 630 BUG13907 WIN : LayoutTests/media/remove-from-document.html = PASS FAIL TIMEOUT
631 // This test crashes in debug build. 631 // This test crashes in debug build.
632 BUG13907 WIN : LayoutTests/media/unsupported-rtsp.html = FAIL CRASH 632 BUG13907 WIN : LayoutTests/media/unsupported-rtsp.html = FAIL CRASH
633 BUG13907 WIN : LayoutTests/media/video-aspect-ratio.html = FAIL 633 BUG13907 WIN : LayoutTests/media/video-aspect-ratio.html = FAIL
634 // This test crashes in debug build not in release build. 634 // This test crashes in debug build not in release build.
635 BUG13907 WIN : LayoutTests/media/video-buffered.html = FAIL CRASH 635 BUG13907 WIN : LayoutTests/media/video-buffered.html = FAIL CRASH
636 BUG13907 WIN : LayoutTests/media/video-can-play-type.html = FAIL 636 BUG13907 WIN : LayoutTests/media/video-can-play-type.html = FAIL
637 // This test crashes in debug build. 637 // This test crashes in debug build.
638 BUG13907 WIN : LayoutTests/media/video-click-dblckick-standalone.html = PASS CRA SH 638 BUG13907 WIN : LayoutTests/media/video-click-dblckick-standalone.html = PASS CRA SH
639 // This test crashes in debug build. 639 // This test crashes in debug build.
640 BUG13907 WIN : LayoutTests/media/video-controls.html = PASS CRASH 640 BUG13907 WIN : LayoutTests/media/video-controls.html = PASS CRASH
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 BUG13907 WIN : LayoutTests/media/video-seek-past-end-playing.html = PASS FAIL CR ASH TIMEOUT 681 BUG13907 WIN : LayoutTests/media/video-seek-past-end-playing.html = PASS FAIL CR ASH TIMEOUT
682 BUG13907 WIN : LayoutTests/media/video-size-intrinsic-scale.html = FAIL 682 BUG13907 WIN : LayoutTests/media/video-size-intrinsic-scale.html = FAIL
683 BUG13907 WIN : LayoutTests/media/video-source-add-src.html = FAIL 683 BUG13907 WIN : LayoutTests/media/video-source-add-src.html = FAIL
684 BUG13907 WIN : LayoutTests/media/video-source-error.html = FAIL 684 BUG13907 WIN : LayoutTests/media/video-source-error.html = FAIL
685 BUG13907 WIN : LayoutTests/media/video-source-type-params.html = FAIL 685 BUG13907 WIN : LayoutTests/media/video-source-type-params.html = FAIL
686 BUG13907 WIN : LayoutTests/media/video-source-type.html = FAIL 686 BUG13907 WIN : LayoutTests/media/video-source-type.html = FAIL
687 BUG13907 WIN : LayoutTests/media/video-src-change.html = FAIL 687 BUG13907 WIN : LayoutTests/media/video-src-change.html = FAIL
688 BUG13907 WIN : LayoutTests/media/video-src-invalid-remove.html = FAIL 688 BUG13907 WIN : LayoutTests/media/video-src-invalid-remove.html = FAIL
689 BUG13907 WIN : LayoutTests/media/video-src-plus-source.html = FAIL 689 BUG13907 WIN : LayoutTests/media/video-src-plus-source.html = FAIL
690 BUG13907 WIN : LayoutTests/media/video-src-remove.html = FAIL 690 BUG13907 WIN : LayoutTests/media/video-src-remove.html = FAIL
691 BUG13907 WIN DEBUG : LayoutTests/media/video-src.html = FAIL 691 // This test is flaky.
692 BUG13907 WIN DEBUG : LayoutTests/media/video-src.html = PASS FAIL
692 // This test is flaky and may not only happen in debug build. 693 // This test is flaky and may not only happen in debug build.
693 BUG13907 WIN DEBUG : LayoutTests/media/video-src-source.html = FAIL 694 BUG13907 WIN DEBUG : LayoutTests/media/video-src-source.html = FAIL
694 BUG13907 WIN DEBUG : LayoutTests/media/video-timeupdate-during-playback.html = F AIL 695 // Flaky test.
696 BUG13907 WIN DEBUG : LayoutTests/media/video-timeupdate-during-playback.html = P ASS FAIL
695 BUG13907 WIN : LayoutTests/media/video-transformed.html = FAIL 697 BUG13907 WIN : LayoutTests/media/video-transformed.html = FAIL
696 BUG13907 WIN : LayoutTests/media/video-zoom-controls.html = FAIL 698 BUG13907 WIN : LayoutTests/media/video-zoom-controls.html = FAIL
697 BUG13907 WIN : LayoutTests/media/video-zoom.html = FAIL 699 BUG13907 WIN : LayoutTests/media/video-zoom.html = FAIL
698 700
699 // Function arguments object is copied for each access. 701 // Function arguments object is copied for each access.
700 BUG941049 : LayoutTests/fast/js/kde/function_arguments.html = FAIL 702 BUG941049 : LayoutTests/fast/js/kde/function_arguments.html = FAIL
701 703
702 // Need a setAuthorAndUserStylesEnabled method in 704 // Need a setAuthorAndUserStylesEnabled method in
703 // layoutTestController. Now we have preference to enable/disable user 705 // layoutTestController. Now we have preference to enable/disable user
704 // styles(not work now), we still need to add a preference to enable/disable 706 // styles(not work now), we still need to add a preference to enable/disable
(...skipping 2085 matching lines...) Expand 10 before | Expand all | Expand 10 after
2790 // WebKit 44571:44597 2792 // WebKit 44571:44597
2791 // Needs pixel results generated upstream, may need rebaselining afterwards 2793 // Needs pixel results generated upstream, may need rebaselining afterwards
2792 BUG13809 SKIP : LayoutTests/fast/canvas/canvas-empty-image-pattern.html = FAIL 2794 BUG13809 SKIP : LayoutTests/fast/canvas/canvas-empty-image-pattern.html = FAIL
2793 2795
2794 // DCHECK failure about current message loop. 2796 // DCHECK failure about current message loop.
2795 BUG14014 DEBUG : LayoutTests/fast/events/tabindex-focus-chain.html = FAIL 2797 BUG14014 DEBUG : LayoutTests/fast/events/tabindex-focus-chain.html = FAIL
2796 2798
2797 // WebKit 44646:44668 2799 // WebKit 44646:44668
2798 BUG14061 : LayoutTests/svg/filters/subRegion-one-effect.svg = FAIL 2800 BUG14061 : LayoutTests/svg/filters/subRegion-one-effect.svg = FAIL
2799 BUG14061 : LayoutTests/svg/filters/subRegion-two-effects.svg = FAIL 2801 BUG14061 : LayoutTests/svg/filters/subRegion-two-effects.svg = 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