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

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

Issue 173381: Group and triage HTML5 media layout tests (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 years, 3 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 630 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 BUG20226 : LayoutTests/fast/forms/datalist-nonoption-child.html = FAIL 641 BUG20226 : LayoutTests/fast/forms/datalist-nonoption-child.html = FAIL
642 BUG20226 : LayoutTests/fast/forms/datalist.html = FAIL 642 BUG20226 : LayoutTests/fast/forms/datalist.html = FAIL
643 643
644 // Fails due to storage APIs not implemented. Might be worth re-baselining 644 // Fails due to storage APIs not implemented. Might be worth re-baselining
645 // temporarily so the rest of the conditions are still tested. 645 // temporarily so the rest of the conditions are still tested.
646 BUG1124568 : LayoutTests/fast/dom/Window/window-function-name-getter-precedence. html = FAIL 646 BUG1124568 : LayoutTests/fast/dom/Window/window-function-name-getter-precedence. html = FAIL
647 647
648 // These tests are disabled until <audio> and <video> tags are supported. 648 // These tests are disabled until <audio> and <video> tags are supported.
649 // Disable <video> and <audio> tests for mac and linux until there is 649 // Disable <video> and <audio> tests for mac and linux until there is
650 // proper support. 650 // proper support.
651 BUG4363 LINUX MAC SKIP : LayoutTests/media = TIMEOUT 651 BUG4363 LINUX MAC SKIP : LayoutTests/media = TIMEOUT
scherkus (not reviewing) 2009/08/25 20:41:09 bug 4363 is actually fixed.. crbug.com is currentl
652 BUG4363 LINUX MAC SKIP : LayoutTests/fast/media = PASS FAIL 652 BUG4363 LINUX MAC SKIP : LayoutTests/fast/media = PASS FAIL
653 BUG4363 LINUX MAC SKIP : LayoutTests/http/tests/media = FAIL 653 BUG4363 LINUX MAC SKIP : LayoutTests/http/tests/media = FAIL
654 BUG4363 LINUX MAC SKIP : LayoutTests/http/tests/security/local-video-poster-from -remote.html = FAIL TIMEOUT 654 BUG4363 LINUX MAC SKIP : LayoutTests/http/tests/security/local-video-poster-from -remote.html = FAIL TIMEOUT
655 BUG4363 LINUX MAC SKIP : LayoutTests/http/tests/security/local-video-source-from -remote.html = PASS FAIL 655 BUG4363 LINUX MAC SKIP : LayoutTests/http/tests/security/local-video-source-from -remote.html = PASS FAIL
656 BUG4363 LINUX MAC SKIP : LayoutTests/http/tests/security/local-video-src-from-re mote.html = PASS FAIL 656 BUG4363 LINUX MAC SKIP : LayoutTests/http/tests/security/local-video-src-from-re mote.html = PASS FAIL
657 657
658 // These tests are for <audio> and <video> and they do not run well on Windows. 658 // These tests are for <audio> and <video> and they do not run well on Windows.
659 BUG13907 WIN SLOW : LayoutTests/http/tests/security/local-video-source-from-remo te.html = FAIL 659 BUG13907 WIN SLOW : LayoutTests/http/tests/security/local-video-source-from-remo te.html = FAIL
660 BUG13907 WIN SLOW : LayoutTests/http/tests/security/local-video-src-from-remote. html = FAIL 660 BUG13907 WIN SLOW : LayoutTests/http/tests/security/local-video-src-from-remote. html = FAIL
661 BUG13907 WIN : LayoutTests/http/tests/media/remove-while-loading.html = FAIL 661 BUG13907 WIN : LayoutTests/http/tests/media/remove-while-loading.html = FAIL
662 BUG13907 WIN : LayoutTests/http/tests/media/video-play-stall-seek.html = FAIL 662 BUG13907 WIN : LayoutTests/http/tests/media/video-play-stall-seek.html = FAIL
663 BUG13907 WIN : LayoutTests/http/tests/media/video-play-stall.html = FAIL 663 BUG13907 WIN : LayoutTests/http/tests/media/video-play-stall.html = FAIL
664 BUG13907 WIN : LayoutTests/http/tests/media/video-seekable-stall.html = FAIL 664 BUG13907 WIN : LayoutTests/http/tests/media/video-seekable-stall.html = FAIL
665 // We don't support WAV. 665
666 BUG13907 SKIP : LayoutTests/media/audio-constructor-src.html = FAIL 666
scherkus (not reviewing) 2009/08/25 20:41:09 nit: remove extra blank line
dglazkov 2009/08/26 15:48:53 Done.
667 BUG13907 SKIP : LayoutTests/media/audio-constructor.html = FAIL 667 // Disabling since try bots use Chromium FFmpeg DLLs, which means we can no
668 BUG13907 SKIP : LayoutTests/media/media-load-event.html = FAIL 668 // longer decode WebKit's test clips because they use H.264, AAC, etc.
669 BUG16779 SKIP : LayoutTests/media/audio-constructor-autobuffer.html = FAIL TIMEO UT
670 BUG16779 SKIP : LayoutTests/media/audio-delete-while-slider-thumb-clicked.html = TIMEOUT
671 BUG16779 SKIP : LayoutTests/media/audio-delete-while-step-button-clicked.html = TIMEOUT
672 BUG16779 SKIP : LayoutTests/media/controls-after-reload.html = TIMEOUT
673 BUG16779 SKIP : LayoutTests/media/controls-drag-timebar.html = FAIL TIMEOUT
674 BUG16779 SKIP : LayoutTests/media/controls-right-click-on-timebar.html = FAIL TI MEOUT
675 BUG16779 SKIP : LayoutTests/media/media-startTime.html = FAIL TIMEOUT
676 BUG16779 SKIP : LayoutTests/media/progress-event-total.html = FAIL TIMEOUT
677 BUG16779 SKIP : LayoutTests/media/progress-event.html = FAIL TIMEOUT
678 BUG16779 SKIP : LayoutTests/media/remove-from-document.html = FAIL CRASH TIMEOUT
679 BUG16779 SKIP : LayoutTests/media/video-append-source.html = FAIL TIMEOUT
680 BUG16779 SKIP : LayoutTests/media/video-aspect-ratio.html = FAIL
681 BUG16779 SKIP : LayoutTests/media/video-autoplay.html = FAIL TIMEOUT
682 BUG16779 SKIP : LayoutTests/media/video-buffered.html = FAIL CRASH TIMEOUT
683 BUG16779 SKIP : LayoutTests/media/video-canvas-source.html = FAIL TIMEOUT
684 BUG16779 SKIP : LayoutTests/media/video-click-dblckick-standalone.html = PASS TI MEOUT CRASH
685 BUG16779 SKIP : LayoutTests/media/video-controls-transformed.html = FAIL TIMEOUT
686 BUG16779 SKIP : LayoutTests/media/video-controls-zoomed.html = FAIL TIMEOUT
687 BUG16779 SKIP : LayoutTests/media/video-controls.html = FAIL TIMEOUT
688 BUG16779 SKIP : LayoutTests/media/video-currentTime-set.html = FAIL CRASH TIMEOU T
689 BUG16779 SKIP : LayoutTests/media/video-currentTime-set2.html = PASS FAIL CRASH TIMEOUT
690 BUG16779 SKIP : LayoutTests/media/video-currentTime.html = FAIL TIMEOUT
691 BUG16779 SKIP : LayoutTests/media/video-display-toggle.html = FAIL TIMEOUT CRASH
692 BUG16779 SKIP : LayoutTests/media/video-dom-autobuffer.html = PASS FAIL
693 BUG16779 SKIP : LayoutTests/media/video-dom-autoplay.html = FAIL TIMEOUT
694 BUG16779 SKIP : LayoutTests/media/video-dom-src.html = FAIL TIMEOUT
695 BUG16779 SKIP : LayoutTests/media/video-error-abort.html = FAIL CRASH TIMEOUT
696 BUG16779 SKIP : LayoutTests/media/video-layer-crash.html = FAIL
697 BUG16779 SKIP : LayoutTests/media/video-load-networkState.html = FAIL TIMEOUT
698 BUG16779 SKIP : LayoutTests/media/video-load-readyState.html = FAIL TIMEOUT
699 BUG16779 SKIP : LayoutTests/media/video-loop.html = FAIL CRASH TIMEOUT
700 BUG16779 SKIP : LayoutTests/media/video-muted.html = FAIL TIMEOUT
701 BUG16779 SKIP : LayoutTests/media/video-no-autoplay.html = FAIL TIMEOUT
702 BUG16779 SKIP : LayoutTests/media/video-pause-empty-events.html = FAIL TIMEOUT
703 BUG16779 SKIP : LayoutTests/media/video-play-empty-events.html = FAIL TIMEOUT
704 BUG16779 SKIP : LayoutTests/media/video-played-collapse.html = FAIL TIMEOUT
705 BUG16779 SKIP : LayoutTests/media/video-played-ranges-1.html = FAIL CRASH TIMEOU T
706 BUG16779 SKIP : LayoutTests/media/video-played-reset.html = FAIL TIMEOUT
707 BUG16779 SKIP : LayoutTests/media/video-seek-past-end-paused.html = PASS FAIL CR ASH TIMEOUT
708 BUG16779 SKIP : LayoutTests/media/video-seek-past-end-playing.html = PASS FAIL C RASH TIMEOUT
709 BUG16779 SKIP : LayoutTests/media/video-seekable.html = FAIL TIMEOUT
710 BUG16779 SKIP : LayoutTests/media/video-seeking.html = FAIL TIMEOUT
711 BUG16779 SKIP : LayoutTests/media/video-size-intrinsic-scale.html = FAIL TIMEOUT
712 BUG16779 SKIP : LayoutTests/media/video-size.html = FAIL TIMEOUT
713 BUG16779 SKIP : LayoutTests/media/video-source-add-src.html = FAIL TIMEOUT
714 BUG16779 SKIP : LayoutTests/media/video-source-error.html = FAIL TIMEOUT
715 BUG16779 SKIP : LayoutTests/media/video-source-type-params.html = FAIL CRASH TIM EOUT
716 BUG16779 SKIP : LayoutTests/media/video-source-type.html = PASS FAIL CRASH TIMEO UT
717 BUG16779 SKIP : LayoutTests/media/video-src-change.html = FAIL CRASH TIMEOUT
718 BUG16779 SKIP : LayoutTests/media/video-src-invalid-remove.html = FAIL CRASH TIM EOUT
719 BUG16779 SKIP : LayoutTests/media/video-timeupdate-during-playback.html = FAIL C RASH TIMEOUT
720 BUG16779 SKIP : LayoutTests/media/video-transformed.html = FAIL
721 BUG16779 SKIP : LayoutTests/media/video-volume.html = FAIL TIMEOUT
722 BUG16779 SKIP : LayoutTests/media/video-zoom.html = FAIL
723 BUG19779 SKIP : LayoutTests/media/video-no-audio.html = TIMEOUT
724 BUG16779 SKIP : LayoutTests/media/audio-constructor-src.html = FAIL
725 BUG16779 SKIP : LayoutTests/media/audio-constructor.html = FAIL
726 BUG16779 SKIP : LayoutTests/media/media-load-event.html = FAIL
727 BUG16779 SKIP : LayoutTests/media/audio-controls-rendering.html = FAIL
728 BUG16779 SKIP : LayoutTests/media/video-controls-visible-audio-only.html = FAIL
729 BUG16779 SKIP : LayoutTests/media/progress-event-at-least-one.html = FAIL TIMEOU T
730 BUG16779 SKIP : LayoutTests/media/video-controls-rendering.html = FAIL
731 BUG16779 SKIP : LayoutTests/media/video-zoom-controls.html = FAIL
669 // We don't support MP2 audio so skip this test. 732 // We don't support MP2 audio so skip this test.
670 BUG13907 SKIP : LayoutTests/media/audio-mpeg-supported.html = FAIL 733 BUG16779 SKIP : LayoutTests/media/audio-mpeg-supported.html = FAIL
734 // audio/3gpp mime type, does not play in Chromium yet.
735 BUG16779 SKIP : LayoutTests/media/audio-data-url.html = FAIL
736
671 // This test crashes in debug build not in release build. 737 // This test crashes in debug build not in release build.
672 BUG13907 WIN : LayoutTests/media/video-can-play-type.html = FAIL 738 BUG13907 WIN : LayoutTests/media/video-can-play-type.html = FAIL
673 // This test crashes in debug build. 739 // This test crashes in debug build.
674 BUG13907 WIN DEBUG : LayoutTests/media/video-document-types.html = FAIL CRASH 740 BUG13907 WIN DEBUG : LayoutTests/media/video-document-types.html = FAIL CRASH
675 BUG13907 WIN RELEASE : LayoutTests/media/video-document-types.html = PASS FAIL 741 BUG13907 WIN RELEASE : LayoutTests/media/video-document-types.html = PASS FAIL
676 // This test is flaky. 742 // This test is flaky.
677 BUG13907 WIN : LayoutTests/media/video-source.html = PASS CRASH 743 BUG13907 WIN : LayoutTests/media/video-source.html = PASS CRASH
678 BUG13907 WIN : LayoutTests/media/video-src-remove.html = FAIL 744 BUG13907 WIN : LayoutTests/media/video-src-remove.html = FAIL
679 BUG13907 WIN : LayoutTests/media/video-src-set.html = PASS CRASH 745 BUG13907 WIN : LayoutTests/media/video-src-set.html = PASS CRASH
680 BUG13907 WIN : LayoutTests/media/video-src-source.html = PASS CRASH 746 BUG13907 WIN : LayoutTests/media/video-src-source.html = PASS CRASH
681 BUG13907 WIN : LayoutTests/media/video-src.html = PASS CRASH 747 BUG13907 WIN : LayoutTests/media/video-src.html = PASS CRASH
682 BUG13907 WIN : LayoutTests/media/controls-styling.html = FAIL 748 BUG13907 WIN : LayoutTests/media/controls-styling.html = FAIL
749 BUG13907 SKIP : LayoutTests/media/controls-strict.html = FAIL
750 BUG17397 SKIP WIN : LayoutTests/media/audio-no-installed-engines.html = FAIL
751
752 BUG17497 WIN : LayoutTests/media/video-play-pause-exception.html = PASS CRASH FA IL
753
754 // Very flakey after r24022. Not sure if because of that change though.
755 BUG20004 WIN : LayoutTests/media/video-play-pause-events.html = TIMEOUT
756
757 BUG13907 SKIP : LayoutTests/media/video-empty-source.html = TIMEOUT
758 BUG13907 : LayoutTests/fast/layers/video-layer.html = FAIL
759 BUG13907 WIN : LayoutTests/media/event-attributes.html = FAIL
683 760
684 // XSS Auditor is not yet fully functional. 761 // XSS Auditor is not yet fully functional.
685 BUG16237 : LayoutTests/http/tests/security/xssAuditor/script-tag-null-char.html = FAIL 762 BUG16237 : LayoutTests/http/tests/security/xssAuditor/script-tag-null-char.html = FAIL
686 BUG16237 : LayoutTests/http/tests/security/xssAuditor/script-tag-addslashes-null -char.html = FAIL 763 BUG16237 : LayoutTests/http/tests/security/xssAuditor/script-tag-addslashes-null -char.html = FAIL
687 BUG16237 : LayoutTests/http/tests/security/xssAuditor/anchor-url-dom-write-locat ion-inline-event-null-char.html = FAIL 764 BUG16237 : LayoutTests/http/tests/security/xssAuditor/anchor-url-dom-write-locat ion-inline-event-null-char.html = FAIL
688 BUG16237 : LayoutTests/http/tests/security/xssAuditor/base-href-null-char.html = FAIL 765 BUG16237 : LayoutTests/http/tests/security/xssAuditor/base-href-null-char.html = FAIL
689 BUG16237 : LayoutTests/http/tests/security/xssAuditor/embed-tag-null-char.html = FAIL 766 BUG16237 : LayoutTests/http/tests/security/xssAuditor/embed-tag-null-char.html = FAIL
690 BUG16237 : LayoutTests/http/tests/security/xssAuditor/link-onclick-null-char.htm l = FAIL 767 BUG16237 : LayoutTests/http/tests/security/xssAuditor/link-onclick-null-char.htm l = FAIL
691 BUG16237 : LayoutTests/http/tests/security/xssAuditor/object-embed-tag-null-char .html = FAIL 768 BUG16237 : LayoutTests/http/tests/security/xssAuditor/object-embed-tag-null-char .html = FAIL
692 BUG16237 : LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-nul l-char.html = FAIL 769 BUG16237 : LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-nul l-char.html = FAIL
(...skipping 1473 matching lines...) Expand 10 before | Expand all | Expand 10 after
2166 2243
2167 // This test was changed upstream in http://trac.webkit.org/changeset/42447 2244 // This test was changed upstream in http://trac.webkit.org/changeset/42447
2168 // to include window.showModalDialog, which we give as undefined. 2245 // to include window.showModalDialog, which we give as undefined.
2169 BUG10530 : LayoutTests/fast/dom/Window/window-function-frame-getter-precedence.h tml = FAIL 2246 BUG10530 : LayoutTests/fast/dom/Window/window-function-frame-getter-precedence.h tml = FAIL
2170 2247
2171 // Need rebaselining for Linux, from WebKit merge 42580:42609 2248 // Need rebaselining for Linux, from WebKit merge 42580:42609
2172 // The content editable div is wider on linux than on windows. 2249 // The content editable div is wider on linux than on windows.
2173 BUG11122 LINUX : LayoutTests/fast/forms/caret-rtl.html = FAIL 2250 BUG11122 LINUX : LayoutTests/fast/forms/caret-rtl.html = FAIL
2174 2251
2175 // New tests from WebKit Merge 42609:42671 2252 // New tests from WebKit Merge 42609:42671
2176 BUG4363 MAC LINUX : LayoutTests/fast/layers/video-layer.html = FAIL
2177 BUG10760 LINUX : LayoutTests/fast/forms/input-text-scroll-left-on-blur.html = FA IL 2253 BUG10760 LINUX : LayoutTests/fast/forms/input-text-scroll-left-on-blur.html = FA IL
2178 BUG10760 LINUX : LayoutTests/fast/inline/25277-2.html = FAIL 2254 BUG10760 LINUX : LayoutTests/fast/inline/25277-2.html = FAIL
2179 BUG10760 LINUX : LayoutTests/fast/inline/25277.html = FAIL 2255 BUG10760 LINUX : LayoutTests/fast/inline/25277.html = FAIL
2180 BUG10760 MAC : LayoutTests/svg/custom/marker-overflow-clip.svg = FAIL 2256 BUG10760 MAC : LayoutTests/svg/custom/marker-overflow-clip.svg = FAIL
2181 BUG10760 MAC LINUX : LayoutTests/svg/custom/marker-child-changes.svg = PASS FAIL 2257 BUG10760 MAC LINUX : LayoutTests/svg/custom/marker-child-changes.svg = PASS FAIL
2182 BUG10760 MAC LINUX : LayoutTests/svg/custom/marker-viewBox-changes.svg = PASS FA IL 2258 BUG10760 MAC LINUX : LayoutTests/svg/custom/marker-viewBox-changes.svg = PASS FA IL
2183 BUG10760 MAC : LayoutTests/svg/custom/marker-changes.svg = PASS FAIL 2259 BUG10760 MAC : LayoutTests/svg/custom/marker-changes.svg = PASS FAIL
2184 BUG11571 MAC : LayoutTests/svg/W3C-SVG-1.1/painting-marker-01-f.svg = FAIL PASS 2260 BUG11571 MAC : LayoutTests/svg/W3C-SVG-1.1/painting-marker-01-f.svg = FAIL PASS
2185 BUG10760 MAC : LayoutTests/svg/W3C-SVG-1.1/painting-marker-02-f.svg = PASS FAIL 2261 BUG10760 MAC : LayoutTests/svg/W3C-SVG-1.1/painting-marker-02-f.svg = PASS FAIL
2186 2262
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
2398 BUG14832 : LayoutTests/editing/selection/user-drag-element-and-user-select-none. html = FAIL 2474 BUG14832 : LayoutTests/editing/selection/user-drag-element-and-user-select-none. html = FAIL
2399 BUG14831 : LayoutTests/fast/events/event-trace.html = FAIL 2475 BUG14831 : LayoutTests/fast/events/event-trace.html = FAIL
2400 2476
2401 // WebKit 44922:44927 2477 // WebKit 44922:44927
2402 BUG14885 : LayoutTests/fast/js/JSON-parse.html = FAIL 2478 BUG14885 : LayoutTests/fast/js/JSON-parse.html = FAIL
2403 2479
2404 // WebKit 44928:44943 2480 // WebKit 44928:44943
2405 BUG14946 : LayoutTests/fast/js/date-toisostring.html = FAIL 2481 BUG14946 : LayoutTests/fast/js/date-toisostring.html = FAIL
2406 2482
2407 // WebKit 44969:45017 2483 // WebKit 44969:45017
2408 BUG15132 WIN : LayoutTests/media/event-attributes.html = FAIL
2409 2484
2410 // The Mac layout test buildbots haven't generated a package for 20 days so 2485 // The Mac layout test buildbots haven't generated a package for 20 days so
2411 // the rebaselining tool isn't working for this --agl 2486 // the rebaselining tool isn't working for this --agl
2412 BUG15125 MAC SKIP : chrome/fast/text/fake-italic.html = FAIL 2487 BUG15125 MAC SKIP : chrome/fast/text/fake-italic.html = FAIL
2413 2488
2414 // WebKit 45017:45086 2489 // WebKit 45017:45086
2415 BUG15217 : LayoutTests/fast/js/dictionary-no-cache.html = FAIL 2490 BUG15217 : LayoutTests/fast/js/dictionary-no-cache.html = FAIL
2416 BUG15217 MAC : LayoutTests/fast/js/switch-behaviour.html = FAIL 2491 BUG15217 MAC : LayoutTests/fast/js/switch-behaviour.html = FAIL
2417 2492
2418 // WebKit 45086:45111 2493 // WebKit 45086:45111
2419 BUG15270 : LayoutTests/fast/js/excessive-comma-usage.html = FAIL 2494 BUG15270 : LayoutTests/fast/js/excessive-comma-usage.html = FAIL
2420 2495
2421 // WebKit 45134:45176 2496 // WebKit 45134:45176
2422 2497
2423 // WebKit 45203:45247
2424 BUG15460 : LayoutTests/media/video-controls-rendering.html = FAIL
2425 BUG15460 : LayoutTests/media/video-zoom-controls.html = FAIL
2426 // Already rebaselined for Linux and Windows, may just need rebaseline
2427 BUG15460 MAC : LayoutTests/media/audio-controls-rendering.html = FAIL
2428 BUG15460 MAC : LayoutTests/media/video-empty-source.html = FAIL
2429 2498
2430 // WebKit 45247:45270 2499 // WebKit 45247:45270
2431 BUG15478 SKIP : LayoutTests/fast/frames/viewsource-on-image-file.html = FAIL 2500 BUG15478 SKIP : LayoutTests/fast/frames/viewsource-on-image-file.html = FAIL
2432 BUG15478 SKIP : LayoutTests/platform/qt/fast/events/event-sender-keydown-frame.h tml = FAIL 2501 BUG15478 SKIP : LayoutTests/platform/qt/fast/events/event-sender-keydown-frame.h tml = FAIL
2433 2502
2434 // WebKit 45270:45287 2503 // WebKit 45270:45287
2435 BUG15490 LINUX : LayoutTests/editing/deleting/25322-1.html = PASS CRASH 2504 BUG15490 LINUX : LayoutTests/editing/deleting/25322-1.html = PASS CRASH
2436 2505
2437 // Flaky for a while on DEBUG; also related to BUG17974 2506 // Flaky for a while on DEBUG; also related to BUG17974
2438 BUG15267 WIN LINUX : LayoutTests/transitions/cancel-transition.html = PASS FAIL 2507 BUG15267 WIN LINUX : LayoutTests/transitions/cancel-transition.html = PASS FAIL
2439 2508
2440 // Started crashing without a clear reason. 2509 // Started crashing without a clear reason.
2441 BUG15425 WIN : LayoutTests/dom/html/level2/html/HTMLElement142.html = PASS CRASH 2510 BUG15425 WIN : LayoutTests/dom/html/level2/html/HTMLElement142.html = PASS CRASH
2442 2511
2443 // WebKit 45431:45444 2512 // WebKit 45431:45444
2444 BUG10384 MAC : LayoutTests/fast/events/frame-tab-focus.html = CRASH FAIL 2513 BUG10384 MAC : LayoutTests/fast/events/frame-tab-focus.html = CRASH FAIL
2445 BUG11613 LINUX : LayoutTests/fast/forms/tabbing-input-iframe.html = FAIL 2514 BUG11613 LINUX : LayoutTests/fast/forms/tabbing-input-iframe.html = FAIL
2446 BUG11613 LINUX : LayoutTests/fast/overflow/scrollRevealButton.html = FAIL 2515 BUG11613 LINUX : LayoutTests/fast/overflow/scrollRevealButton.html = FAIL
2447 2516
2448 // WebKit 45473:45487 2517 // WebKit 45473:45487
2449 BUG15873 WIN LINUX : LayoutTests/fast/box-shadow/transform-fringing.html = FAIL 2518 BUG15873 WIN LINUX : LayoutTests/fast/box-shadow/transform-fringing.html = FAIL
2450 BUG15873 WIN LINUX : LayoutTests/fast/transforms/shadows.html = FAIL 2519 BUG15873 WIN LINUX : LayoutTests/fast/transforms/shadows.html = FAIL
2451 2520
2452 // WebKit 45495:45535
2453 BUG15921 SKIP : LayoutTests/media/controls-strict.html = FAIL
2454 2521
2455 // Webkit 45555:45558 2522 // Webkit 45555:45558
2456 // This was removed from test_expectations when it was passing after the Webkit merge 45495:45535. 2523 // This was removed from test_expectations when it was passing after the Webkit merge 45495:45535.
2457 // Not sure if this is a regression or some manner of flakiness. 2524 // Not sure if this is a regression or some manner of flakiness.
2458 BUG11613 MAC : LayoutTests/http/tests/security/cross-frame-access-call.html = FA IL 2525 BUG11613 MAC : LayoutTests/http/tests/security/cross-frame-access-call.html = FA IL
2459 2526
2460 // WebKit merge 45601:45610 2527 // WebKit merge 45601:45610
2461 BUG16162 : LayoutTests/fast/loader/subframe-navigate-during-main-frame-load.html = FAIL 2528 BUG16162 : LayoutTests/fast/loader/subframe-navigate-during-main-frame-load.html = FAIL
2462 2529
2463 // WebKit merge 45635:45640 2530 // WebKit merge 45635:45640
(...skipping 21 matching lines...) Expand all
2485 // WebKit merge 45685:45738 2552 // WebKit merge 45685:45738
2486 BUG16652 : LayoutTests/fast/replaced/embed-display-none.html = PASS CRASH 2553 BUG16652 : LayoutTests/fast/replaced/embed-display-none.html = PASS CRASH
2487 BUG16675 MAC : LayoutTests/fast/images/favicon-as-image.html = PASS CRASH 2554 BUG16675 MAC : LayoutTests/fast/images/favicon-as-image.html = PASS CRASH
2488 BUG16675 MAC : LayoutTests/fast/images/pdf-as-background.html = PASS CRASH 2555 BUG16675 MAC : LayoutTests/fast/images/pdf-as-background.html = PASS CRASH
2489 2556
2490 // WebKit tests regressions 20529:20532 2557 // WebKit tests regressions 20529:20532
2491 BUG16675 MAC : LayoutTests/fast/dynamic/flash-replacement-test.html = FAIL 2558 BUG16675 MAC : LayoutTests/fast/dynamic/flash-replacement-test.html = FAIL
2492 BUG16675 MAC : LayoutTests/fast/loader/loadInProgress.html = FAIL 2559 BUG16675 MAC : LayoutTests/fast/loader/loadInProgress.html = FAIL
2493 BUG16675 MAC DEBUG : LayoutTests/plugins/return-error-from-new-stream-callback-i n-full-frame-plugin.html = FAIL 2560 BUG16675 MAC DEBUG : LayoutTests/plugins/return-error-from-new-stream-callback-i n-full-frame-plugin.html = FAIL
2494 2561
2495 // New test, added in http://trac.webkit.org/changeset/45783
2496 // audio/3gpp mime type, does not play in Chromium yet.
2497 BUG13907 SKIP : LayoutTests/media/audio-data-url.html = FAIL
2498 2562
2499 // WebKit merge 42738:45840 2563 // WebKit merge 42738:45840
2500 // New test, needs baseline. 2564 // New test, needs baseline.
2501 BUG16690 SKIP MAC : LayoutTests/fast/text/international/khmer-selection.html = F AIL 2565 BUG16690 SKIP MAC : LayoutTests/fast/text/international/khmer-selection.html = F AIL
2502 2566
2503 // WebKit merge 42738:45840 2567 // WebKit merge 42738:45840
2504 // New tests, need baseline. 2568 // New tests, need baseline.
2505 BUG16240 WIN SLOW : LayoutTests/http/tests/cache/subresource-expiration.html = P ASS 2569 BUG16240 WIN SLOW : LayoutTests/http/tests/cache/subresource-expiration.html = P ASS
2506 BUG16240 MAC : LayoutTests/http/tests/cache/subresource-expiration.html = PASS T IMEOUT 2570 BUG16240 MAC : LayoutTests/http/tests/cache/subresource-expiration.html = PASS T IMEOUT
2507 2571
2508 // HTML5 DataGrid bindings are not enabled yet because the feature's not fully i mplemented. 2572 // HTML5 DataGrid bindings are not enabled yet because the feature's not fully i mplemented.
2509 BUG17585 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-basic.html = FAIL 2573 BUG17585 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-basic.html = FAIL
2510 BUG17585 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom.html = F AIL 2574 BUG17585 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom.html = F AIL
2511 BUG17585 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom-attribut es.html = FAIL 2575 BUG17585 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridColumns-dom-attribut es.html = FAIL
2512 BUG17585 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridDataSource-basic.htm l = FAIL 2576 BUG17585 : LayoutTests/fast/dom/HTMLDataGridElement/DataGridDataSource-basic.htm l = FAIL
2513 2577
2514 // Disabling since try bots use Chromium FFmpeg DLLs, which means we can no 2578
2515 // longer decode WebKit's test clips because they use H.264, AAC, etc.
2516 BUG16779 SKIP : LayoutTests/media/audio-constructor-autobuffer.html = FAIL TIMEO UT
2517 BUG16779 SKIP : LayoutTests/media/audio-delete-while-slider-thumb-clicked.html = TIMEOUT
2518 BUG16779 SKIP : LayoutTests/media/audio-delete-while-step-button-clicked.html = TIMEOUT
2519 BUG16779 SKIP : LayoutTests/media/controls-after-reload.html = TIMEOUT
2520 BUG16779 SKIP : LayoutTests/media/controls-drag-timebar.html = FAIL TIMEOUT
2521 BUG16779 SKIP : LayoutTests/media/controls-right-click-on-timebar.html = FAIL TI MEOUT
2522 BUG16779 SKIP : LayoutTests/media/media-startTime.html = FAIL TIMEOUT
2523 BUG16779 SKIP : LayoutTests/media/progress-event-total.html = FAIL TIMEOUT
2524 BUG16779 SKIP : LayoutTests/media/progress-event.html = FAIL TIMEOUT
2525 BUG16779 SKIP : LayoutTests/media/remove-from-document.html = FAIL CRASH TIMEOUT
2526 BUG16779 SKIP : LayoutTests/media/video-append-source.html = FAIL TIMEOUT
2527 BUG16779 SKIP : LayoutTests/media/video-aspect-ratio.html = FAIL
2528 BUG16779 SKIP : LayoutTests/media/video-autoplay.html = FAIL TIMEOUT
2529 BUG16779 SKIP : LayoutTests/media/video-buffered.html = FAIL CRASH TIMEOUT
2530 BUG16779 SKIP : LayoutTests/media/video-canvas-source.html = FAIL TIMEOUT
2531 BUG16779 SKIP : LayoutTests/media/video-click-dblckick-standalone.html = PASS TI MEOUT CRASH
2532 BUG16779 SKIP : LayoutTests/media/video-controls-transformed.html = FAIL TIMEOUT
2533 BUG16779 SKIP : LayoutTests/media/video-controls-zoomed.html = FAIL TIMEOUT
2534 BUG16779 SKIP : LayoutTests/media/video-controls.html = FAIL TIMEOUT
2535 BUG16779 SKIP : LayoutTests/media/video-currentTime-set.html = FAIL CRASH TIMEOU T
2536 BUG16779 SKIP : LayoutTests/media/video-currentTime-set2.html = PASS FAIL CRASH TIMEOUT
2537 BUG16779 SKIP : LayoutTests/media/video-currentTime.html = FAIL TIMEOUT
2538 BUG16779 SKIP : LayoutTests/media/video-display-toggle.html = FAIL TIMEOUT CRASH
2539 BUG16779 SKIP : LayoutTests/media/video-dom-autobuffer.html = PASS FAIL
2540 BUG16779 SKIP : LayoutTests/media/video-dom-autoplay.html = FAIL TIMEOUT
2541 BUG16779 SKIP : LayoutTests/media/video-dom-src.html = FAIL TIMEOUT
2542 BUG16779 SKIP : LayoutTests/media/video-error-abort.html = FAIL CRASH TIMEOUT
2543 BUG16779 SKIP : LayoutTests/media/video-layer-crash.html = FAIL
2544 BUG16779 SKIP : LayoutTests/media/video-load-networkState.html = FAIL TIMEOUT
2545 BUG16779 SKIP : LayoutTests/media/video-load-readyState.html = FAIL TIMEOUT
2546 BUG16779 SKIP : LayoutTests/media/video-loop.html = FAIL CRASH TIMEOUT
2547 BUG16779 SKIP : LayoutTests/media/video-muted.html = FAIL TIMEOUT
2548 BUG16779 SKIP : LayoutTests/media/video-no-autoplay.html = FAIL TIMEOUT
2549 BUG16779 SKIP : LayoutTests/media/video-pause-empty-events.html = FAIL TIMEOUT
2550 BUG16779 SKIP : LayoutTests/media/video-play-empty-events.html = FAIL TIMEOUT
2551 BUG16779 SKIP : LayoutTests/media/video-played-collapse.html = FAIL TIMEOUT
2552 BUG16779 SKIP : LayoutTests/media/video-played-ranges-1.html = FAIL CRASH TIMEOU T
2553 BUG16779 SKIP : LayoutTests/media/video-played-reset.html = FAIL TIMEOUT
2554 BUG16779 SKIP : LayoutTests/media/video-seek-past-end-paused.html = PASS FAIL CR ASH TIMEOUT
2555 BUG16779 SKIP : LayoutTests/media/video-seek-past-end-playing.html = PASS FAIL C RASH TIMEOUT
2556 BUG16779 SKIP : LayoutTests/media/video-seekable.html = FAIL TIMEOUT
2557 BUG16779 SKIP : LayoutTests/media/video-seeking.html = FAIL TIMEOUT
2558 BUG16779 SKIP : LayoutTests/media/video-size-intrinsic-scale.html = FAIL TIMEOUT
2559 BUG16779 SKIP : LayoutTests/media/video-size.html = FAIL TIMEOUT
2560 BUG16779 SKIP : LayoutTests/media/video-source-add-src.html = FAIL TIMEOUT
2561 BUG16779 SKIP : LayoutTests/media/video-source-error.html = FAIL TIMEOUT
2562 BUG16779 SKIP : LayoutTests/media/video-source-type-params.html = FAIL CRASH TIM EOUT
2563 BUG16779 SKIP : LayoutTests/media/video-source-type.html = PASS FAIL CRASH TIMEO UT
2564 BUG16779 SKIP : LayoutTests/media/video-src-change.html = FAIL CRASH TIMEOUT
2565 BUG16779 SKIP : LayoutTests/media/video-src-invalid-remove.html = FAIL CRASH TIM EOUT
2566 BUG16779 SKIP : LayoutTests/media/video-timeupdate-during-playback.html = FAIL C RASH TIMEOUT
2567 BUG16779 SKIP : LayoutTests/media/video-transformed.html = FAIL
2568 BUG16779 SKIP : LayoutTests/media/video-volume.html = FAIL TIMEOUT
2569 BUG16779 SKIP : LayoutTests/media/video-zoom.html = FAIL
2570 2579
2571 // Failure since WebKit merge 45873:45916 2580 // Failure since WebKit merge 45873:45916
2572 BUG16823 MAC : LayoutTests/editing/execCommand/4128080-2.html = FAIL 2581 BUG16823 MAC : LayoutTests/editing/execCommand/4128080-2.html = FAIL
2573 BUG16823 MAC : LayoutTests/editing/inserting/insert-3786362-fix.html = FAIL 2582 BUG16823 MAC : LayoutTests/editing/inserting/insert-3786362-fix.html = FAIL
2574 BUG16823 MAC : LayoutTests/editing/inserting/insert-3907422-fix.html = FAIL 2583 BUG16823 MAC : LayoutTests/editing/inserting/insert-3907422-fix.html = FAIL
2575 BUG16823 MAC : LayoutTests/editing/pasteboard/19644-1.html = FAIL 2584 BUG16823 MAC : LayoutTests/editing/pasteboard/19644-1.html = FAIL
2576 BUG16823 MAC : LayoutTests/editing/pasteboard/19644-2.html = FAIL 2585 BUG16823 MAC : LayoutTests/editing/pasteboard/19644-2.html = FAIL
2577 BUG16823 MAC : LayoutTests/editing/pasteboard/4242293-1.html = FAIL 2586 BUG16823 MAC : LayoutTests/editing/pasteboard/4242293-1.html = FAIL
2578 BUG16823 MAC : LayoutTests/editing/pasteboard/4242293.html = FAIL 2587 BUG16823 MAC : LayoutTests/editing/pasteboard/4242293.html = FAIL
2579 BUG16823 MAC : LayoutTests/editing/pasteboard/4641033.html = FAIL 2588 BUG16823 MAC : LayoutTests/editing/pasteboard/4641033.html = FAIL
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
2657 // Failures from WebKit merge 45936:45958 2666 // Failures from WebKit merge 45936:45958
2658 BUG18676 LINUX MAC : LayoutTests/fast/js/instanceof-operator.html = CRASH FAIL 2667 BUG18676 LINUX MAC : LayoutTests/fast/js/instanceof-operator.html = CRASH FAIL
2659 2668
2660 // New test from WebKit merge 46050:46087 2669 // New test from WebKit merge 46050:46087
2661 BUG17170 : LayoutTests/fast/dom/prototype-inheritance.html = FAIL 2670 BUG17170 : LayoutTests/fast/dom/prototype-inheritance.html = FAIL
2662 2671
2663 // New tests from WebKit merge 46087:46125 2672 // New tests from WebKit merge 46087:46125
2664 BUG17255 LINUX WIN : LayoutTests/fast/box-shadow/spread.html = FAIL 2673 BUG17255 LINUX WIN : LayoutTests/fast/box-shadow/spread.html = FAIL
2665 2674
2666 // Test failures from WebKit merge r46143:46194 2675 // Test failures from WebKit merge r46143:46194
2667 BUG17397 SKIP WIN : LayoutTests/media/audio-no-installed-engines.html = FAIL
2668 BUG17398 LINUX : LayoutTests/fast/borders/borderRadiusDashed02.html = FAIL 2676 BUG17398 LINUX : LayoutTests/fast/borders/borderRadiusDashed02.html = FAIL
2669 BUG17398 LINUX : LayoutTests/fast/borders/borderRadiusDashed03.html = FAIL 2677 BUG17398 LINUX : LayoutTests/fast/borders/borderRadiusDashed03.html = FAIL
2670 BUG17398 LINUX : LayoutTests/fast/css/pseudo-cache-stale.html = FAIL 2678 BUG17398 LINUX : LayoutTests/fast/css/pseudo-cache-stale.html = FAIL
2671 BUG17398 LINUX : LayoutTests/fast/forms/input-appearance-height.html = FAIL 2679 BUG17398 LINUX : LayoutTests/fast/forms/input-appearance-height.html = FAIL
2672 BUG17398 LINUX : LayoutTests/fast/forms/search-zoomed.html = FAIL 2680 BUG17398 LINUX : LayoutTests/fast/forms/search-zoomed.html = FAIL
2673 2681
2674 // Test failures from WebKit merge r46194:46229 2682 // Test failures from WebKit merge r46194:46229
2675 BUG17497 WIN : LayoutTests/media/video-play-pause-exception.html = PASS CRASH FA IL
2676 BUG17497 WIN DEBUG : LayoutTests/media/unsupported-rtsp.html = FAIL 2683 BUG17497 WIN DEBUG : LayoutTests/media/unsupported-rtsp.html = FAIL
2677 BUG17499 MAC : LayoutTests/platform/mac/fast/loader/non-html-load-event.html = F AIL 2684 BUG17499 MAC : LayoutTests/platform/mac/fast/loader/non-html-load-event.html = F AIL
2678 2685
2679 // not sure why this started failing 2686 // not sure why this started failing
2680 BUG17509 LINUX : LayoutTests/fast/loader/local-CSS-from-local.html = FAIL 2687 BUG17509 LINUX : LayoutTests/fast/loader/local-CSS-from-local.html = FAIL
2681 BUG17509 LINUX : LayoutTests/fast/loader/local-JavaScript-from-local.html = FAIL TIMEOUT 2688 BUG17509 LINUX : LayoutTests/fast/loader/local-JavaScript-from-local.html = FAIL TIMEOUT
2682 BUG17509 LINUX : LayoutTests/fast/loader/local-image-from-local.html = FAIL 2689 BUG17509 LINUX : LayoutTests/fast/loader/local-image-from-local.html = FAIL
2683 2690
2684 // Test failures from WebKit merge r46282:r46288 2691 // Test failures from WebKit merge r46282:r46288
2685 BUG17635 MAC : LayoutTests/fast/css/only-child-pseudo-class.html = PASS FAIL 2692 BUG17635 MAC : LayoutTests/fast/css/only-child-pseudo-class.html = PASS FAIL
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
2745 BUG_LEVIN : LayoutTests/fast/loader/onhashchange-attribute-listeners.html = TIME OUT 2752 BUG_LEVIN : LayoutTests/fast/loader/onhashchange-attribute-listeners.html = TIME OUT
2746 BUG_LEVIN WIN LINUX : LayoutTests/css2.1/t1503-c522-font-family-00-b.html = FAIL 2753 BUG_LEVIN WIN LINUX : LayoutTests/css2.1/t1503-c522-font-family-00-b.html = FAIL
2747 //BUG_LEVIN WIN LINUX : LayoutTests/fast/reflections/reflection-overflow-scroll. html = FAIL 2754 //BUG_LEVIN WIN LINUX : LayoutTests/fast/reflections/reflection-overflow-scroll. html = FAIL
2748 BUG_LEVIN WIN LINUX : LayoutTests/fast/text/monospace-width-cache.html = FAIL 2755 BUG_LEVIN WIN LINUX : LayoutTests/fast/text/monospace-width-cache.html = FAIL
2749 2756
2750 // Fallout from webkit 47265:47277 2757 // Fallout from webkit 47265:47277
2751 BUG_MBELSHE : LayoutTests/fast/js/Array-isArray.html = FAIL 2758 BUG_MBELSHE : LayoutTests/fast/js/Array-isArray.html = FAIL
2752 2759
2753 BUG19397 LINUX DEBUG : LayoutTests/svg/hixie/perf/001.xml = FAIL 2760 BUG19397 LINUX DEBUG : LayoutTests/svg/hixie/perf/001.xml = FAIL
2754 BUG19397 LINUX DEBUG : LayoutTests/svg/hixie/perf/002.xml = FAIL 2761 BUG19397 LINUX DEBUG : LayoutTests/svg/hixie/perf/002.xml = FAIL
2755 // Fail added with WebKit roll r47417:47528 2762
scherkus (not reviewing) 2009/08/25 20:41:09 nit: remove extra blank line
dglazkov 2009/08/26 15:48:53 Done.
2756 BUG19409 WIN : LayoutTests/media/video-empty-source.html = PASS TIMEOUT FAIL
2757 2763
2758 BUG19519 MAC DEBUG : LayoutTests/fast/css/last-of-type-pseudo-class.html = FAIL PASS 2764 BUG19519 MAC DEBUG : LayoutTests/fast/css/last-of-type-pseudo-class.html = FAIL PASS
2759 2765
2760 // Fallout from webkit 47305:47383 2766 // Fallout from webkit 47305:47383
2761 BUG19655 : LayoutTests/fast/dom/Window/HTMLBodyElement-window-eventListener-attr ibutes.html = FAIL 2767 BUG19655 : LayoutTests/fast/dom/Window/HTMLBodyElement-window-eventListener-attr ibutes.html = FAIL
2762 BUG19655 : LayoutTests/fast/dom/Window/HTMLFrameSetElement-window-eventListener- attributes.html = FAIL 2768 BUG19655 : LayoutTests/fast/dom/Window/HTMLFrameSetElement-window-eventListener- attributes.html = FAIL
2763 BUG_JPARENT LINUX MAC: LayoutTests/fast/history/back-forward-is-asynchronous.htm l = TIMEOUT 2769 BUG_JPARENT LINUX MAC: LayoutTests/fast/history/back-forward-is-asynchronous.htm l = TIMEOUT
2764 BUG_JPARENT LINUX DEBUG : LayoutTests/fast/multicol/columns-shorthand-parsing.ht ml = CRASH 2770 BUG_JPARENT LINUX DEBUG : LayoutTests/fast/multicol/columns-shorthand-parsing.ht ml = CRASH
2765 2771
2766 // New test added, doesn't yet pass for Chrome 2772 // New test added, doesn't yet pass for Chrome
2767 BUG19635 : LayoutTests/fast/harness/use-page-cache.html = FAIL 2773 BUG19635 : LayoutTests/fast/harness/use-page-cache.html = FAIL
2768 2774
2769 // WebKit roll r47417:47528 2775 // WebKit roll r47417:47528
2770 BUG19766 WIN LINUX : LayoutTests/fast/block/basic/quirk-percent-height-table-cel l.html = FAIL 2776 BUG19766 WIN LINUX : LayoutTests/fast/block/basic/quirk-percent-height-table-cel l.html = FAIL
2771 BUG19766 WIN : LayoutTests/fast/layers/video-layer.html = FAIL
2772 BUG19766 WIN LINUX : LayoutTests/media/audio-controls-rendering.html = FAIL
2773 BUG19766 WIN LINUX : LayoutTests/media/video-controls-visible-audio-only.html = FAIL
2774 BUG19766 LINUX : LayoutTests/media/video-empty-source.html = FAIL
2775 BUG19766 WIN : LayoutTests/svg/batik/text/textPosition.svg = FAIL 2777 BUG19766 WIN : LayoutTests/svg/batik/text/textPosition.svg = FAIL
2776 BUG19766 WIN LINUX : LayoutTests/svg/batik/text/xmlSpace.svg = FAIL 2778 BUG19766 WIN LINUX : LayoutTests/svg/batik/text/xmlSpace.svg = FAIL
2777 BUG19766 WIN LINUX : LayoutTests/tables/mozilla/bugs/bug83786.html = FAIL 2779 BUG19766 WIN LINUX : LayoutTests/tables/mozilla/bugs/bug83786.html = FAIL
2778 BUG19766 WIN : LayoutTests/media/video-no-audio.html = TIMEOUT
2779 BUG19766 : LayoutTests/storage/open-database-while-transaction-in-progress.html = TIMEOUT 2780 BUG19766 : LayoutTests/storage/open-database-while-transaction-in-progress.html = TIMEOUT
2780 BUG19766 LINUX : LayoutTests/fast/replaced/width100percent-menulist.html = FAIL 2781 BUG19766 LINUX : LayoutTests/fast/replaced/width100percent-menulist.html = FAIL
2781 2782
2782 // Fails due to textInputController.setInputMethod not implemented for Mac. 2783 // Fails due to textInputController.setInputMethod not implemented for Mac.
2783 BUG19665 MAC : LayoutTests/platform/mac/editing/input/hangul-enter-confirms-and- sends-keypress.html = FAIL 2784 BUG19665 MAC : LayoutTests/platform/mac/editing/input/hangul-enter-confirms-and- sends-keypress.html = FAIL
2784 BUG19665 MAC : LayoutTests/platform/mac/editing/input/kotoeri-enter-to-confirm-a nd-newline.html = FAIL 2785 BUG19665 MAC : LayoutTests/platform/mac/editing/input/kotoeri-enter-to-confirm-a nd-newline.html = FAIL
2785 2786
2786 BUG19888 LINUX WIN : LayoutTests/plugins/netscape-plugin-setwindow-size-2.html = FAIL 2787 BUG19888 LINUX WIN : LayoutTests/plugins/netscape-plugin-setwindow-size-2.html = FAIL
2787 BUG19888 WIN : LayoutTests/plugins/netscape-plugin-setwindow-size.html = FAIL 2788 BUG19888 WIN : LayoutTests/plugins/netscape-plugin-setwindow-size.html = FAIL
2788 2789
2789 // Temporary supression while we investigate. 2790 // Temporary supression while we investigate.
2790 BUG19842 MAC : LayoutTests/fast/forms/input-type-change2.html = CRASH 2791 BUG19842 MAC : LayoutTests/fast/forms/input-type-change2.html = CRASH
2791 2792
scherkus (not reviewing) 2009/08/25 20:41:09 nit: remove extra blank line
dglazkov 2009/08/26 15:48:53 Done.
2792 // New test. WebKit change http://trac.webkit.org/changeset/47431
2793 // Does not work in Chromium yet (not supporting wav format)
2794 BUG19904 WIN : LayoutTests/media/progress-event-at-least-one.html = FAIL TIMEOUT
2795
2796 // These became very flakey after r24022. Not sure if because of that change tho ugh.
2797 BUG20004 WIN : LayoutTests/media/video-play-pause-events.html = TIMEOUT
2798 2793
2799 // WebKit 47630:47646. These need rebaseline on Win and Linux. 2794 // WebKit 47630:47646. These need rebaseline on Win and Linux.
2800 BUG_DIMICH WIN LINUX : LayoutTests/editing/execCommand/5190926.html = FAIL 2795 BUG_DIMICH WIN LINUX : LayoutTests/editing/execCommand/5190926.html = FAIL
2801 BUG_DIMICH WIN LINUX : LayoutTests/editing/pasteboard/5075944.html = FAIL 2796 BUG_DIMICH WIN LINUX : LayoutTests/editing/pasteboard/5075944.html = FAIL
2802 BUG_DIMICH WIN LINUX : LayoutTests/editing/style/font-family-with-space.html = F AIL 2797 BUG_DIMICH WIN LINUX : LayoutTests/editing/style/font-family-with-space.html = F AIL
2803 2798
2804 // WebKit 47646:47719. Need rebaseline on Win and Linux. 2799 // WebKit 47646:47719. Need rebaseline on Win and Linux.
2805 BUG_JIANLI WIN LINUX : LayoutTests/fast/backgrounds/size/contain-and-cover.html = FAIL 2800 BUG_JIANLI WIN LINUX : LayoutTests/fast/backgrounds/size/contain-and-cover.html = FAIL
2806 BUG_JIANLI WIN LINUX : LayoutTests/fast/block/margin-collapse/block-inside-inlin e/001.html = FAIL 2801 BUG_JIANLI WIN LINUX : LayoutTests/fast/block/margin-collapse/block-inside-inlin e/001.html = FAIL
2807 BUG_JIANLI WIN LINUX : LayoutTests/fast/block/margin-collapse/block-inside-inlin e/002.html = FAIL 2802 BUG_JIANLI WIN LINUX : LayoutTests/fast/block/margin-collapse/block-inside-inlin e/002.html = FAIL
(...skipping 20 matching lines...) Expand all
2828 // WebKit 47646:47719. 2823 // WebKit 47646:47719.
2829 BUG_JIANLI MAC : LayoutTests/fast/forms/button-state-restore.html = CRASH 2824 BUG_JIANLI MAC : LayoutTests/fast/forms/button-state-restore.html = CRASH
2830 2825
2831 // WebKit 47719:47732. New test. Time out on all 3 platforms. 2826 // WebKit 47719:47732. New test. Time out on all 3 platforms.
2832 BUG_JIANLI : LayoutTests/loader/go-back-to-different-window-size.html = TIMEOUT 2827 BUG_JIANLI : LayoutTests/loader/go-back-to-different-window-size.html = TIMEOUT
2833 2828
2834 // WebKit 47732:47748. New tests. Need investigation. 2829 // WebKit 47732:47748. New tests. Need investigation.
2835 BUG_JIANLI : LayoutTests/fast/events/keydown-function-keys.html = FAIL 2830 BUG_JIANLI : LayoutTests/fast/events/keydown-function-keys.html = FAIL
2836 BUG_JIANLI WIN LINUX : LayoutTests/http/tests/security/javascriptURL/javascriptU RL-in-new-iframe.html = CRASH 2831 BUG_JIANLI WIN LINUX : LayoutTests/http/tests/security/javascriptURL/javascriptU RL-in-new-iframe.html = CRASH
2837 BUG_JIANLI WIN : LayoutTests/media/video-controls-with-mutation-event-handler.ht ml = CRASH 2832 BUG_JIANLI WIN : LayoutTests/media/video-controls-with-mutation-event-handler.ht ml = CRASH
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