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

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

Issue 183041: Remove layout tests in {m-s} subdirectories from test_expectations.txt that a... (Closed) Base URL: svn://chrome-svn/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 | 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 703 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 // We don't support MP2 audio so skip this test. 714 // We don't support MP2 audio so skip this test.
715 BUG16779 SKIP : LayoutTests/media/audio-mpeg-supported.html = FAIL 715 BUG16779 SKIP : LayoutTests/media/audio-mpeg-supported.html = FAIL
716 // audio/3gpp mime type, does not play in Chromium yet. 716 // audio/3gpp mime type, does not play in Chromium yet.
717 BUG16779 SKIP : LayoutTests/media/audio-data-url.html = FAIL 717 BUG16779 SKIP : LayoutTests/media/audio-data-url.html = FAIL
718 718
719 // This test crashes in debug build not in release build. 719 // This test crashes in debug build not in release build.
720 BUG13907 WIN : LayoutTests/media/video-can-play-type.html = FAIL 720 BUG13907 WIN : LayoutTests/media/video-can-play-type.html = FAIL
721 // This test crashes in debug build. 721 // This test crashes in debug build.
722 BUG13907 WIN DEBUG : LayoutTests/media/video-document-types.html = FAIL CRASH 722 BUG13907 WIN DEBUG : LayoutTests/media/video-document-types.html = FAIL CRASH
723 BUG13907 WIN RELEASE : LayoutTests/media/video-document-types.html = PASS FAIL 723 BUG13907 WIN RELEASE : LayoutTests/media/video-document-types.html = PASS FAIL
724 // This test is flaky.
725 BUG13907 WIN : LayoutTests/media/video-source.html = PASS CRASH
726 //BUG13907 WIN : LayoutTests/media/video-src-remove.html = FAIL 724 //BUG13907 WIN : LayoutTests/media/video-src-remove.html = FAIL
727 BUG13907 WIN : LayoutTests/media/video-src-set.html = PASS CRASH
728 BUG13907 WIN : LayoutTests/media/video-src-source.html = PASS CRASH
729 BUG13907 WIN : LayoutTests/media/video-src.html = PASS CRASH
730 BUG13907 WIN : LayoutTests/media/controls-styling.html = FAIL 725 BUG13907 WIN : LayoutTests/media/controls-styling.html = FAIL
731 BUG13907 SKIP : LayoutTests/media/controls-strict.html = FAIL 726 BUG13907 SKIP : LayoutTests/media/controls-strict.html = FAIL
732 BUG17397 SKIP WIN : LayoutTests/media/audio-no-installed-engines.html = FAIL 727 BUG17397 SKIP WIN : LayoutTests/media/audio-no-installed-engines.html = FAIL
733 728
734 BUG17497 WIN : LayoutTests/media/video-play-pause-exception.html = PASS CRASH FA IL
735
736 // Very flakey after r24022. Not sure if because of that change though. 729 // Very flakey after r24022. Not sure if because of that change though.
737 BUG20004 WIN : LayoutTests/media/video-play-pause-events.html = TIMEOUT 730 BUG20004 WIN : LayoutTests/media/video-play-pause-events.html = TIMEOUT
738 731
739 BUG13907 SKIP : LayoutTests/media/video-empty-source.html = TIMEOUT 732 BUG13907 SKIP : LayoutTests/media/video-empty-source.html = TIMEOUT
740 BUG13907 : LayoutTests/fast/layers/video-layer.html = FAIL 733 BUG13907 : LayoutTests/fast/layers/video-layer.html = FAIL
741 BUG13907 WIN : LayoutTests/media/event-attributes.html = FAIL 734 BUG13907 WIN : LayoutTests/media/event-attributes.html = FAIL
742 735
743 // Requires the test shell to support eventSender.beginDragWithFiles(). 736 // Requires the test shell to support eventSender.beginDragWithFiles().
744 BUG19884 SKIP : LayoutTests/fast/forms/get-file-upload.html = TIMEOUT 737 BUG19884 SKIP : LayoutTests/fast/forms/get-file-upload.html = TIMEOUT
745 BUG19884 SKIP : LayoutTests/fast/events/drag-to-navigate.html = TIMEOUT FAIL 738 BUG19884 SKIP : LayoutTests/fast/events/drag-to-navigate.html = TIMEOUT FAIL
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
868 861
869 // Merge 39744:39829 - regression 862 // Merge 39744:39829 - regression
870 BUG10284 RELEASE : LayoutTests/svg/custom/path-bad-data.svg = FAIL 863 BUG10284 RELEASE : LayoutTests/svg/custom/path-bad-data.svg = FAIL
871 864
872 // Upstream dumprendertree changes caused the expected to change. 865 // Upstream dumprendertree changes caused the expected to change.
873 // Now our baseline is out of date, and we differ from Mac expected on the 866 // Now our baseline is out of date, and we differ from Mac expected on the
874 // caret position in the last line of the text output. 867 // caret position in the last line of the text output.
875 BUG10285 WIN LINUX : LayoutTests/svg/custom/foreignObject-crash-on-hover.xml = F AIL 868 BUG10285 WIN LINUX : LayoutTests/svg/custom/foreignObject-crash-on-hover.xml = F AIL
876 869
877 // Merge 39744:39913? - regressions 870 // Merge 39744:39913? - regressions
878 BUG10286 WIN LINUX: LayoutTests/svg/W3C-SVG-1.1/animate-elem-02-t.svg = FAIL PAS S CRASH 871 BUG10286 LINUX DEBUG: LayoutTests/svg/W3C-SVG-1.1/animate-elem-02-t.svg = FAIL P ASS CRASH
879 872
880 BUG10287 WIN LINUX : LayoutTests/svg/W3C-SVG-1.1/coords-units-01-b.svg = FAIL PA SS 873 BUG10287 WIN LINUX : LayoutTests/svg/W3C-SVG-1.1/coords-units-01-b.svg = FAIL PA SS
881 874
882 BUG10288 WIN LINUX : LayoutTests/svg/batik/text/verticalText.svg = FAIL 875 BUG10288 WIN LINUX : LayoutTests/svg/batik/text/verticalText.svg = FAIL
883 876
884 BUG10289 WIN LINUX : LayoutTests/svg/batik/masking/maskRegions.svg = FAIL 877 BUG10289 WIN LINUX : LayoutTests/svg/batik/masking/maskRegions.svg = FAIL
885 878
886 // Bug in Skia, see https://bugs.webkit.org/show_bug.cgi?id=24534 . 879 // Bug in Skia, see https://bugs.webkit.org/show_bug.cgi?id=24534 .
887 BUG10291 WIN LINUX : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-06-b.svg = FAIL 880 BUG10291 WIN LINUX : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-06-b.svg = FAIL
888 BUG10291 WIN LINUX : LayoutTests/svg/batik/paints/patternRegionA.svg = FAIL 881 BUG10291 WIN LINUX : LayoutTests/svg/batik/paints/patternRegionA.svg = FAIL
(...skipping 20 matching lines...) Expand all
909 BUG10296 LINUX : LayoutTests/fast/transforms/transform-on-inline.html = FAIL 902 BUG10296 LINUX : LayoutTests/fast/transforms/transform-on-inline.html = FAIL
910 BUG10296 LINUX : LayoutTests/fast/transforms/transform-table-row.html = FAIL 903 BUG10296 LINUX : LayoutTests/fast/transforms/transform-table-row.html = FAIL
911 BUG10296 LINUX : LayoutTests/svg/batik/paints/patternPreserveAspectRatioA.svg = FAIL 904 BUG10296 LINUX : LayoutTests/svg/batik/paints/patternPreserveAspectRatioA.svg = FAIL
912 // Needs to be rebaselined. 905 // Needs to be rebaselined.
913 BUG10296 LINUX : LayoutTests/svg/custom/deep-dynamic-updates.svg = FAIL 906 BUG10296 LINUX : LayoutTests/svg/custom/deep-dynamic-updates.svg = FAIL
914 BUG10296 LINUX : LayoutTests/svg/custom/foreign-object-skew.svg = FAIL 907 BUG10296 LINUX : LayoutTests/svg/custom/foreign-object-skew.svg = FAIL
915 BUG10296 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-33-t.svg = FAIL 908 BUG10296 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-33-t.svg = FAIL
916 BUG10296 LINUX : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-17-b.svg = FAIL 909 BUG10296 LINUX : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-17-b.svg = FAIL
917 BUG10296 LINUX : LayoutTests/svg/custom/gradient-stroke-width.svg = FAIL 910 BUG10296 LINUX : LayoutTests/svg/custom/gradient-stroke-width.svg = FAIL
918 BUG10296 LINUX : LayoutTests/svg/custom/dominant-baseline-hanging.svg = FAIL 911 BUG10296 LINUX : LayoutTests/svg/custom/dominant-baseline-hanging.svg = FAIL
919 BUG10296 LINUX : LayoutTests/svg/batik/text/textDecoration2.svg = FAIL PASS
920 BUG10296 LINUX : LayoutTests/svg/batik/text/textLength.svg = FAIL 912 BUG10296 LINUX : LayoutTests/svg/batik/text/textLength.svg = FAIL
921 BUG10296 LINUX : LayoutTests/svg/batik/text/textProperties.svg = FAIL PASS 913 BUG10296 LINUX : LayoutTests/svg/batik/text/textProperties.svg = FAIL PASS
922 BUG10296 LINUX : LayoutTests/svg/custom/gradient-stop-corner-cases.svg = FAIL 914 BUG10296 LINUX : LayoutTests/svg/custom/gradient-stop-corner-cases.svg = FAIL
923 BUG10296 LINUX : LayoutTests/svg/custom/pattern-deep-referencing.svg = FAIL 915 BUG10296 LINUX : LayoutTests/svg/custom/pattern-deep-referencing.svg = FAIL
924 BUG10296 LINUX : LayoutTests/svg/custom/text-dom-01-f.svg = FAIL 916 BUG10296 LINUX : LayoutTests/svg/custom/text-dom-01-f.svg = FAIL
925 BUG10296 LINUX : LayoutTests/svg/hixie/perf/007.xml = FAIL 917 BUG10296 LINUX : LayoutTests/svg/hixie/perf/007.xml = FAIL
926 BUG10296 LINUX : LayoutTests/svg/hixie/text/003a.xml = FAIL 918 BUG10296 LINUX : LayoutTests/svg/hixie/text/003a.xml = FAIL
927 BUG10296 LINUX : LayoutTests/svg/hixie/viewbox/preserveAspectRatio/001.xml = FAI L 919 BUG10296 LINUX : LayoutTests/svg/hixie/viewbox/preserveAspectRatio/001.xml = FAI L
928 BUG10296 LINUX : LayoutTests/svg/hixie/viewbox/preserveAspectRatio/002.xml = FAI L 920 BUG10296 LINUX : LayoutTests/svg/hixie/viewbox/preserveAspectRatio/002.xml = FAI L
929 BUG10296 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-36-t.svg = FAIL 921 BUG10296 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-36-t.svg = FAIL
(...skipping 19 matching lines...) Expand all
949 // The failures listed below have never passed in Chromium and need to be 941 // The failures listed below have never passed in Chromium and need to be
950 // investigated, categorized, and (one hopes) fixed. 942 // investigated, categorized, and (one hopes) fixed.
951 943
952 // These test fail full text diff (but not simplified diff) most likely due 944 // These test fail full text diff (but not simplified diff) most likely due
953 // to differing implementations of SVG fonts. They may or may not represent 945 // to differing implementations of SVG fonts. They may or may not represent
954 // real bugs which need fixin' 946 // real bugs which need fixin'
955 947
956 // pixeltest failure: font baseline should be on the path, not the centerline 948 // pixeltest failure: font baseline should be on the path, not the centerline
957 // There's no baseline at all for this! 949 // There's no baseline at all for this!
958 BUG992321 SKIP : LayoutTests/svg/batik/text/smallFonts.svg = FAIL 950 BUG992321 SKIP : LayoutTests/svg/batik/text/smallFonts.svg = FAIL
959 BUG992321 WIN LINUX : LayoutTests/svg/batik/text/textBiDi.svg = FAIL
960 951
961 // pixeltest failure: font baseline should be on the path, not the centerline 952 // pixeltest failure: font baseline should be on the path, not the centerline
962 BUG992321 LINUX WIN : LayoutTests/svg/batik/text/verticalTextOnPath.svg = FAIL 953 BUG992321 LINUX WIN : LayoutTests/svg/batik/text/verticalTextOnPath.svg = FAIL
963 BUG992321 LINUX WIN : LayoutTests/svg/custom/path-textPath-simulation.svg = FAIL 954 BUG992321 LINUX WIN : LayoutTests/svg/custom/path-textPath-simulation.svg = FAIL
964 955
965 // This test fails because of an oddity in stroke width calculation. A 956 // This test fails because of an oddity in stroke width calculation. A
966 // line is stroked horizontally from Y=100 with stroke width 100, we consider 957 // line is stroked horizontally from Y=100 with stroke width 100, we consider
967 // it to be occupying the scan lines from Y=50 to Y=149 inclusive, which 958 // it to be occupying the scan lines from Y=50 to Y=149 inclusive, which
968 // is a total of 100 lines. Apple expects it to be occupying Y=150 as 959 // is a total of 100 lines. Apple expects it to be occupying Y=150 as
969 // well. The specification isn't very specific on which behavior is correct, 960 // well. The specification isn't very specific on which behavior is correct,
970 // but I feel like ours makes more sense. 961 // but I feel like ours makes more sense.
971 // The crash started occuring after the WebKit merge 43242:43321 962 // The crash started occuring after the WebKit merge 43242:43321
972 BUG992321 : LayoutTests/svg/custom/stroke-width-click.svg = FAIL CRASH 963 BUG992321 : LayoutTests/svg/custom/stroke-width-click.svg = FAIL CRASH
973 964
974 // The red marker is not drawing the same way as the mac. 965 // The red marker is not drawing the same way as the mac.
975 BUG992321 LINUX WIN : LayoutTests/svg/custom/marker-changes.svg = PASS FAIL 966 BUG992321 LINUX WIN : LayoutTests/svg/custom/marker-changes.svg = PASS FAIL
976 967
977 // 11 numbers differ, by an absolute total of 4.69
978 BUG992321 : LayoutTests/svg/custom/use-on-symbol-inside-pattern.svg = FAIL
979
980 BUG992321 LINUX WIN : LayoutTests/svg/hixie/text/003.html = FAIL 968 BUG992321 LINUX WIN : LayoutTests/svg/hixie/text/003.html = FAIL
981 969
982 // SVG combined with font metrics. 970 // SVG combined with font metrics.
983 BUG992321 LINUX : LayoutTests/svg/hixie/text/001-broken.xml = FAIL 971 BUG992321 LINUX : LayoutTests/svg/hixie/text/001-broken.xml = FAIL
984 972
985 // This is an interesting one. 973 // This is an interesting one.
986 // The test has an error which causes it to output a message to the console. 974 // The test has an error which causes it to output a message to the console.
987 // Apple's expected results include this error. Actually, Apple's expected 975 // Apple's expected results include this error. Actually, Apple's expected
988 // results include the error twice, because (apparently unique among console 976 // results include the error twice, because (apparently unique among console
989 // debugging messages) it's generated during rendering. The problem is that 977 // debugging messages) it's generated during rendering. The problem is that
990 // we end up invoking the renderer twice when we're doing pixel tests, once 978 // we end up invoking the renderer twice when we're doing pixel tests, once
991 // otherwise, so we get different results depending on whether pixel tests are 979 // otherwise, so we get different results depending on whether pixel tests are
992 // enabled. (Neither matches Apple's exactly... when we have pixel tests on, 980 // enabled. (Neither matches Apple's exactly... when we have pixel tests on,
993 // the duplicate error message ends up at the end of the file, while Apple's 981 // the duplicate error message ends up at the end of the file, while Apple's
994 // results have them both at the top.) But this test doesn't represent a real 982 // results have them both at the top.) But this test doesn't represent a real
995 // failure in any way and nothing needs to be done to fix it. I'm leaving it 983 // failure in any way and nothing needs to be done to fix it. I'm leaving it
996 // in tests_fixable in case we change the test shell's webview delegate to 984 // in tests_fixable in case we change the test shell's webview delegate to
997 // ignore console messages while doing a pixel dump 985 // ignore console messages while doing a pixel dump
998 BUG992321 : LayoutTests/svg/custom/clip-path-referencing-use2.svg = FAIL PASS 986 BUG992321 : LayoutTests/svg/custom/clip-path-referencing-use2.svg = FAIL PASS
999 987
1000 // These two tests have a highlight color that is different from the Mac, 988 // These two tests have a highlight color that is different from the Mac,
1001 // which is normal because selection color is different between Mac and 989 // which is normal because selection color is different between Mac and
1002 // Windows, but even so it still doesn't look identical because there is still 990 // Windows, but even so it still doesn't look identical because there is still
1003 // some problem with the fill color for the text. 991 // some problem with the fill color for the text.
1004 BUG10300 WIN LINUX : LayoutTests/svg/text/text-deco-01-b.svg = FAIL 992 BUG10300 WIN LINUX : LayoutTests/svg/text/text-deco-01-b.svg = FAIL
1005 BUG10300 MAC LINUX : LayoutTests/svg/text/text-text-08-b.svg = FAIL PASS 993 BUG10300 LINUX : LayoutTests/svg/text/text-text-08-b.svg = FAIL PASS
1006 994
1007 // SVG masks aren't quite working yet. 995 // SVG masks aren't quite working yet.
1008 // Might also be related to https://bugs.webkit.org/show_bug.cgi?id=21910 996 // Might also be related to https://bugs.webkit.org/show_bug.cgi?id=21910
1009 // New tests. We should fix these, but they don't need to block the current rele ase 997 // New tests. We should fix these, but they don't need to block the current rele ase
1010 BUG3244 LINUX WIN : LayoutTests/fast/backgrounds/svg-as-mask.html = FAIL 998 BUG3244 LINUX WIN : LayoutTests/fast/backgrounds/svg-as-mask.html = FAIL
1011 BUG3244 LINUX WIN : LayoutTests/fast/backgrounds/animated-svg-as-mask.html = FAI L 999 BUG3244 LINUX WIN : LayoutTests/fast/backgrounds/animated-svg-as-mask.html = FAI L
1012 1000
1013 BUG10302 LINUX : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-10-b.svg = FAIL 1001 BUG10302 LINUX : LayoutTests/svg/W3C-SVG-1.1/pservers-grad-10-b.svg = FAIL
1014 1002
1015 BUG10303 MAC : LayoutTests/svg/css/getComputedStyle-basic.xhtml = FAIL 1003 BUG10303 MAC : LayoutTests/svg/css/getComputedStyle-basic.xhtml = FAIL
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
1150 1138
1151 // Regression from the 41362:41402 merge. 1139 // Regression from the 41362:41402 merge.
1152 BUG8402 MAC : LayoutTests/fast/forms/drag-out-of-textarea.html = FAIL PASS 1140 BUG8402 MAC : LayoutTests/fast/forms/drag-out-of-textarea.html = FAIL PASS
1153 1141
1154 // This test fails because (in Chromium) it includes the full path to the 1142 // This test fails because (in Chromium) it includes the full path to the
1155 // subframe URL. Need to teach dumpResourceLoadCallbacks() about relative 1143 // subframe URL. Need to teach dumpResourceLoadCallbacks() about relative
1156 // URLs. 1144 // URLs.
1157 BUG8407 : LayoutTests/fast/loader/main-document-url-for-non-http-loads.html = FA IL 1145 BUG8407 : LayoutTests/fast/loader/main-document-url-for-non-http-loads.html = FA IL
1158 1146
1159 // These tests are flaky as of 2009/06/09. Need to investigate. 1147 // These tests are flaky as of 2009/06/09. Need to investigate.
1160 BUG13692 WIN : LayoutTests/svg/custom/polyline-hittest.svg = CRASH PASS
1161 BUG13692 WIN : LayoutTests/tables/mozilla/marvin/tables_bgcolor_green.html = CRA SH PASS 1148 BUG13692 WIN : LayoutTests/tables/mozilla/marvin/tables_bgcolor_green.html = CRA SH PASS
1162 1149
1163 // <body><canvas height=100></canvas></body> is 1 px taller than upstream. 1150 // <body><canvas height=100></canvas></body> is 1 px taller than upstream.
1164 BUG13809 WIN LINUX : LayoutTests/fast/canvas/canvas-empty-image-pattern.html = F AIL 1151 BUG13809 WIN LINUX : LayoutTests/fast/canvas/canvas-empty-image-pattern.html = F AIL
1165 1152
1166 // This test has been failing since the FocusController::setFocused API was 1153 // This test has been failing since the FocusController::setFocused API was
1167 // added in WebKit. 1154 // added in WebKit.
1168 BUG16018 : LayoutTests/fast/dom/HTMLDocument/hasFocus.html = FAIL 1155 BUG16018 : LayoutTests/fast/dom/HTMLDocument/hasFocus.html = FAIL
1169 1156
1170 // We don't draw the spelling markers at all in test shell. 1157 // We don't draw the spelling markers at all in test shell.
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
1462 1449
1463 // This tests has a comment about order isn't really defined and could change, 1450 // This tests has a comment about order isn't really defined and could change,
1464 // maybe we just need to update to this order? 1451 // maybe we just need to update to this order?
1465 BUG10377 MAC : LayoutTests/fast/events/drag-in-frames.html = FAIL 1452 BUG10377 MAC : LayoutTests/fast/events/drag-in-frames.html = FAIL
1466 1453
1467 // These two have a different object type in the dom dump. Plugin-related. 1454 // These two have a different object type in the dom dump. Plugin-related.
1468 // Ignored on Win/Linux because they rely on QT to provide a TIFF decoder. 1455 // Ignored on Win/Linux because they rely on QT to provide a TIFF decoder.
1469 BUG10378 MAC : LayoutTests/fast/images/embed-image.html = FAIL CRASH 1456 BUG10378 MAC : LayoutTests/fast/images/embed-image.html = FAIL CRASH
1470 BUG10378 MAC : LayoutTests/fast/images/object-image.html = FAIL CRASH 1457 BUG10378 MAC : LayoutTests/fast/images/object-image.html = FAIL CRASH
1471 1458
1472 // Some times it fails because the animation starts before the first dom dump
1473 // so the text doesn't match.
1474 BUG10379 MAC : LayoutTests/svg/hixie/perf/007.xml = FAIL PASS
1475
1476 BUG10381 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-03-t.svg = FAIL PASS 1459 BUG10381 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-03-t.svg = FAIL PASS
1477 1460
1478 // These may be similar timing issue as above. 1461 // These may be similar timing issue as above.
1479 BUG10382 MAC : LayoutTests/transitions/change-values-during-transition.html = FA IL PASS 1462 BUG10382 MAC : LayoutTests/transitions/change-values-during-transition.html = FA IL PASS
1480 BUG10382 MAC : LayoutTests/transitions/shorthand-border-transitions.html = FAIL PASS 1463 BUG10382 MAC : LayoutTests/transitions/shorthand-border-transitions.html = FAIL PASS
1481 1464
1482 // The following are flaky in that some times the timeout or crash, but we think 1465 // The following are flaky in that some times the timeout or crash, but we think
1483 // it is because of bugs in other parts of the code and not specific to what 1466 // it is because of bugs in other parts of the code and not specific to what
1484 // these tests are doing. The are being noted here so we can get the buildbots 1467 // these tests are doing. The are being noted here so we can get the buildbots
1485 // green so new mac regressions are caught much quicker. 1468 // green so new mac regressions are caught much quicker.
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
1549 1532
1550 // Merge 39744:39913? - regressions 1533 // Merge 39744:39913? - regressions
1551 BUG10403 LINUX : LayoutTests/http/tests/misc/uncacheable-script-repeated.html = TIMEOUT PASS 1534 BUG10403 LINUX : LayoutTests/http/tests/misc/uncacheable-script-repeated.html = TIMEOUT PASS
1552 BUG10403 LINUX : LayoutTests/svg/custom/animate-path-morphing.svg = FAIL PASS 1535 BUG10403 LINUX : LayoutTests/svg/custom/animate-path-morphing.svg = FAIL PASS
1553 BUG10403 LINUX : LayoutTests/svg/custom/circular-marker-reference-1.svg = FAIL P ASS 1536 BUG10403 LINUX : LayoutTests/svg/custom/circular-marker-reference-1.svg = FAIL P ASS
1554 BUG10403 LINUX : LayoutTests/transitions/change-values-during-transition.html = FAIL PASS 1537 BUG10403 LINUX : LayoutTests/transitions/change-values-during-transition.html = FAIL PASS
1555 1538
1556 // might need to be rebaselined in win, 'DRAFT' rendering incorrect before 1539 // might need to be rebaselined in win, 'DRAFT' rendering incorrect before
1557 BUG10405 WIN : LayoutTests/svg/custom/struct-use-09-b.svg = FAIL 1540 BUG10405 WIN : LayoutTests/svg/custom/struct-use-09-b.svg = FAIL
1558 1541
1559 // Passes locally but Text diff fails on the buildbots
1560 BUG10406 LINUX : LayoutTests/svg/custom/path-getTotalLength.svg = FAIL PASS
1561
1562 // Popup-menu doesn't draw in layout tests 1542 // Popup-menu doesn't draw in layout tests
1563 BUG10408 MAC : LayoutTests/fast/forms/menulist-no-overflow.html = FAIL 1543 BUG10408 MAC : LayoutTests/fast/forms/menulist-no-overflow.html = FAIL
1564 1544
1565 // Pass locally but fail on the bots. 1545 // Pass locally but fail on the bots.
1566 BUG10409 MAC : LayoutTests/fast/forms/002.html = FAIL 1546 BUG10409 MAC : LayoutTests/fast/forms/002.html = FAIL
1567 BUG10409 MAC LINUX : LayoutTests/svg/custom/clip-path-units-changes.svg = FAIL 1547 BUG10409 MAC LINUX : LayoutTests/svg/custom/clip-path-units-changes.svg = FAIL
1568 1548
1569 // intermittent failures on the buildbot 1549 // intermittent failures on the buildbot
1570 BUG10411 : LayoutTests/svg/custom/gradient-stop-style-change.svg = FAIL PASS 1550 BUG10411 : LayoutTests/svg/custom/gradient-stop-style-change.svg = FAIL PASS
1571 1551
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
1628 1608
1629 // Regressions from merge 41217:41268 1609 // Regressions from merge 41217:41268
1630 // Other failures 1610 // Other failures
1631 BUG10434 LINUX : LayoutTests/css1/text_properties/vertical_align.html = FAIL 1611 BUG10434 LINUX : LayoutTests/css1/text_properties/vertical_align.html = FAIL
1632 // SVG Mask-related tests. Most likely result of http://trac.webkit.org/changese t/41266. 1612 // SVG Mask-related tests. Most likely result of http://trac.webkit.org/changese t/41266.
1633 BUG10434 LINUX : LayoutTests/svg/W3C-SVG-1.1/masking-intro-01-f.svg = FAIL 1613 BUG10434 LINUX : LayoutTests/svg/W3C-SVG-1.1/masking-intro-01-f.svg = FAIL
1634 1614
1635 // Regression from merge 41268:41286 1615 // Regression from merge 41268:41286
1636 // We don't render linear gradient on text stroke. 1616 // We don't render linear gradient on text stroke.
1637 BUG10435 LINUX : LayoutTests/fast/canvas/canvas-text-alignment.html = FAIL 1617 BUG10435 LINUX : LayoutTests/fast/canvas/canvas-text-alignment.html = FAIL
1638 BUG10435 LINUX : LayoutTests/svg/carto.net/scrollbar.svg = TIMEOUT PASS
1639 BUG10435 MAC : LayoutTests/editing/pasteboard/copy-standalone-image.html = FAIL 1618 BUG10435 MAC : LayoutTests/editing/pasteboard/copy-standalone-image.html = FAIL
1640 // See above comment about this test on linux/win. 1619 // See above comment about this test on linux/win.
1641 BUG10435 MAC : LayoutTests/editing/selection/designmode-no-caret.html = FAIL 1620 BUG10435 MAC : LayoutTests/editing/selection/designmode-no-caret.html = FAIL
1642 1621
1643 // New tests added in the 41420:41447 merge that fail (just needs a new baseline ): 1622 // New tests added in the 41420:41447 merge that fail (just needs a new baseline ):
1644 BUG10437 LINUX : LayoutTests/fast/css-generated-content/hit-test-generated-conte nt.html = FAIL 1623 BUG10437 LINUX : LayoutTests/fast/css-generated-content/hit-test-generated-conte nt.html = FAIL
1645 1624
1646 // From webkit merge 41447:41498 1625 // From webkit merge 41447:41498
1647 BUG10438 MAC : LayoutTests/plugins/netscape-plugin-setwindow-size-2.html = FAIL 1626 BUG10438 MAC : LayoutTests/plugins/netscape-plugin-setwindow-size-2.html = FAIL
1648 BUG10438 MAC : LayoutTests/plugins/netscape-plugin-setwindow-size.html = FAIL 1627 BUG10438 MAC : LayoutTests/plugins/netscape-plugin-setwindow-size.html = FAIL
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
1798 BUG10479 MAC : LayoutTests/svg/hixie/perf/002.xml = FAIL 1777 BUG10479 MAC : LayoutTests/svg/hixie/perf/002.xml = FAIL
1799 1778
1800 BUG9798 WIN DEBUG : LayoutTests/fast/encoding/char-encoding.html = FAIL PASS 1779 BUG9798 WIN DEBUG : LayoutTests/fast/encoding/char-encoding.html = FAIL PASS
1801 BUG9798 WIN DEBUG : LayoutTests/http/tests/misc/redirect-with-quotes.php = TIMEO UT PASS 1780 BUG9798 WIN DEBUG : LayoutTests/http/tests/misc/redirect-with-quotes.php = TIMEO UT PASS
1802 BUG9798 : LayoutTests/http/tests/xmlhttprequest/basic-auth.html = TIMEOUT PASS 1781 BUG9798 : LayoutTests/http/tests/xmlhttprequest/basic-auth.html = TIMEOUT PASS
1803 BUG9798 WIN DEBUG : LayoutTests/editing/execCommand/paste-2.html = FAIL PASS 1782 BUG9798 WIN DEBUG : LayoutTests/editing/execCommand/paste-2.html = FAIL PASS
1804 BUG9798 DEBUG : LayoutTests/svg/custom/path-bad-data.svg = CRASH FAIL 1783 BUG9798 DEBUG : LayoutTests/svg/custom/path-bad-data.svg = CRASH FAIL
1805 BUG9798 : chrome/fast/dom/extensions/interval.html = CRASH FAIL PASS 1784 BUG9798 : chrome/fast/dom/extensions/interval.html = CRASH FAIL PASS
1806 BUG9798 LINUX : LayoutTests/fast/dom/HTMLObjectElement/object-as-frame.html = FA IL PASS 1785 BUG9798 LINUX : LayoutTests/fast/dom/HTMLObjectElement/object-as-frame.html = FA IL PASS
1807 BUG9798 LINUX : LayoutTests/http/tests/misc/BOM-override-script.html = TIMEOUT P ASS 1786 BUG9798 LINUX : LayoutTests/http/tests/misc/BOM-override-script.html = TIMEOUT P ASS
1808 BUG9798 LINUX : LayoutTests/scrollbars/basic-scrollbar.html = FAIL PASS 1787 BUG9798 LINUX DEBUG : LayoutTests/svg/text/text-text-07-t.svg = FAIL PASS
1809 BUG9798 LINUX : LayoutTests/svg/batik/filters/filterRegions.svg = FAIL PASS
1810 BUG9798 LINUX : LayoutTests/svg/css/glyph-orientation-rounding-test.xhtml = FAIL PASS
1811 BUG9798 LINUX : LayoutTests/svg/custom/invisible-text-after-scrolling.xhtml = FA IL PASS
1812 BUG9798 LINUX : LayoutTests/svg/custom/use-detach.svg = FAIL PASS
1813 BUG9798 LINUX : LayoutTests/svg/text/text-text-07-t.svg = FAIL PASS
1814 BUG9798 LINUX : LayoutTests/tables/mozilla/bugs/45621.html = FAIL PASS CRASH 1788 BUG9798 LINUX : LayoutTests/tables/mozilla/bugs/45621.html = FAIL PASS CRASH
1815 BUG9798 LINUX : LayoutTests/tables/mozilla/bugs/bug137388-1.html = FAIL PASS 1789 BUG9798 LINUX : LayoutTests/tables/mozilla/bugs/bug137388-1.html = FAIL PASS
1816 BUG9798 LINUX : LayoutTests/transitions/interrupted-all-transition.html = FAIL P ASS 1790 BUG9798 LINUX : LayoutTests/transitions/interrupted-all-transition.html = FAIL P ASS
1817 BUG9798 LINUX : LayoutTests/transitions/shorthand-border-transitions.html = FAIL PASS 1791 BUG9798 LINUX : LayoutTests/transitions/shorthand-border-transitions.html = FAIL PASS
1818 BUG9798 LINUX : LayoutTests/transitions/transition-end-event-all-properties.html = FAIL PASS 1792 BUG9798 LINUX : LayoutTests/transitions/transition-end-event-all-properties.html = FAIL PASS
1819 BUG9798 LINUX : LayoutTests/transitions/transition-end-event-left.html = FAIL PA SS 1793 BUG9798 LINUX : LayoutTests/transitions/transition-end-event-left.html = FAIL PA SS
1820 BUG9798 LINUX : LayoutTests/transitions/transition-end-event-multiple-04.html = FAIL PASS 1794 BUG9798 LINUX : LayoutTests/transitions/transition-end-event-multiple-04.html = FAIL PASS
1821 BUG9798 LINUX : LayoutTests/transitions/transition-timing-function.html = FAIL P ASS 1795 BUG9798 LINUX : LayoutTests/transitions/transition-timing-function.html = FAIL P ASS
1822 BUG9798 LINUX : chrome/http/tests/misc/set-window-opener-to-null.html = FAIL PAS S 1796 BUG9798 LINUX : chrome/http/tests/misc/set-window-opener-to-null.html = FAIL PAS S
1823 BUG9798 LINUX : pending/fast/repaint/bugzilla-6473.html = FAIL PASS 1797 BUG9798 LINUX : pending/fast/repaint/bugzilla-6473.html = FAIL PASS
1824 BUG9798 LINUX DEBUG : LayoutTests/transitions/repeated-firing-background-color.h tml = FAIL PASS TIMEOUT 1798 BUG9798 LINUX DEBUG : LayoutTests/transitions/repeated-firing-background-color.h tml = FAIL PASS TIMEOUT
1825 BUG9798 LINUX RELEASE : LayoutTests/svg/carto.net/colourpicker.svg = FAIL PASS 1799 BUG9798 LINUX RELEASE : LayoutTests/svg/carto.net/colourpicker.svg = FAIL PASS
1826 BUG9798 MAC : LayoutTests/svg/custom/use-instanceRoot-as-event-target.xhtml = TI MEOUT FAIL 1800 BUG9798 MAC : LayoutTests/svg/custom/use-instanceRoot-as-event-target.xhtml = TI MEOUT FAIL
1827 BUG9798 MAC : LayoutTests/svg/hixie/processing-model/003.xml = TIMEOUT PASS
1828 BUG9798 MAC : LayoutTests/tables/mozilla/other/test3.html = TIMEOUT PASS 1801 BUG9798 MAC : LayoutTests/tables/mozilla/other/test3.html = TIMEOUT PASS
1829 BUG9798 MAC : LayoutTests/transitions/transition-timing-function.html = FAIL PAS S 1802 BUG9798 MAC : LayoutTests/transitions/transition-timing-function.html = FAIL PAS S
1830 BUG9798 WIN DEBUG : LayoutTests/http/tests/misc/empty-file-formdata.html = TIMEO UT PASS 1803 BUG9798 WIN DEBUG : LayoutTests/http/tests/misc/empty-file-formdata.html = TIMEO UT PASS
1831 BUG9798 WIN DEBUG : LayoutTests/http/tests/misc/refresh-headers.php = TIMEOUT PA SS 1804 BUG9798 WIN DEBUG : LayoutTests/http/tests/misc/refresh-headers.php = TIMEOUT PA SS
1832 BUG9798 WIN RELEASE : LayoutTests/http/tests/security/dataURL/xss-DENIED-from-da ta-url-in-foreign-domain-subframe.html = TIMEOUT PASS 1805 BUG9798 WIN RELEASE : LayoutTests/http/tests/security/dataURL/xss-DENIED-from-da ta-url-in-foreign-domain-subframe.html = TIMEOUT PASS
1833 BUG9798 WIN RELEASE : LayoutTests/http/tests/uri/css-href.php = TIMEOUT PASS 1806 BUG9798 WIN RELEASE : LayoutTests/http/tests/uri/css-href.php = TIMEOUT PASS
1834 BUG9798 WIN RELEASE : LayoutTests/http/tests/uri/utf8-path.html = TIMEOUT PASS 1807 BUG9798 WIN RELEASE : LayoutTests/http/tests/uri/utf8-path.html = TIMEOUT PASS
1835 BUG9798 WIN : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-p reflight-cache-invalidation-by-header.html = TIMEOUT PASS 1808 BUG9798 WIN : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-p reflight-cache-invalidation-by-header.html = TIMEOUT PASS
1836 BUG9798 WIN : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-p reflight-cache-timeout.html = TIMEOUT PASS 1809 BUG9798 WIN : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-p reflight-cache-timeout.html = TIMEOUT PASS
1837 BUG9798 WIN : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-p reflight-cache.html = TIMEOUT PASS 1810 BUG9798 WIN : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-p reflight-cache.html = TIMEOUT PASS
1838 BUG9798 WIN : LayoutTests/http/tests/xmlhttprequest/failed-auth.html = TIMEOUT P ASS 1811 BUG9798 WIN : LayoutTests/http/tests/xmlhttprequest/failed-auth.html = TIMEOUT P ASS
1839 BUG9798 WIN : LayoutTests/svg/hixie/error/009.xml = CRASH PASS
1840 BUG9798 WIN : LayoutTests/transitions/change-values-during-transition.html = FAI L PASS 1812 BUG9798 WIN : LayoutTests/transitions/change-values-during-transition.html = FAI L PASS
1841 BUG9798 WIN DEBUG : LayoutTests/svg/dom/SVGScriptElement/script-change-externalR esourcesRequired-while-loading.svg = CRASH PASS
1842
1843 BUG9797 LINUX DEBUG : LayoutTests/svg/carto.net/colourpicker.svg = FAIL 1813 BUG9797 LINUX DEBUG : LayoutTests/svg/carto.net/colourpicker.svg = FAIL
1844 BUG9797 MAC DEBUG : LayoutTests/tables/mozilla/bugs/bug137388-2.html = FAIL PASS 1814 BUG9797 MAC DEBUG : LayoutTests/tables/mozilla/bugs/bug137388-2.html = FAIL PASS
1845 BUG9797 WIN DEBUG : LayoutTests/editing/execCommand/paste-1.html = FAIL PASS 1815 BUG9797 WIN DEBUG : LayoutTests/editing/execCommand/paste-1.html = FAIL PASS
1846 BUG9797 WIN LINUX : LayoutTests/editing/pasteboard/subframe-dragndrop-1.html = F AIL PASS 1816 BUG9797 WIN LINUX : LayoutTests/editing/pasteboard/subframe-dragndrop-1.html = F AIL PASS
1847 BUG9797 BUG9798 WIN DEBUG : LayoutTests/http/tests/xmlhttprequest/state-after-ne twork-error.html = CRASH TIMEOUT PASS 1817 BUG9797 BUG9798 WIN DEBUG : LayoutTests/http/tests/xmlhttprequest/state-after-ne twork-error.html = CRASH TIMEOUT PASS
1848 BUG9797 WIN DEBUG : LayoutTests/svg/W3C-SVG-1.1/extend-namespace-01-f.svg = CRAS H PASS
1849 BUG9797 WIN DEBUG : LayoutTests/svg/css/css-box-min-width.html = CRASH PASS
1850 BUG9797 WIN DEBUG : LayoutTests/traversal/node-iterator-009.html = CRASH PASS 1818 BUG9797 WIN DEBUG : LayoutTests/traversal/node-iterator-009.html = CRASH PASS
1851 1819
1852 // Failed in WebKit merge 42287:42324 1820 // Failed in WebKit merge 42287:42324
1853 BUG9916 WIN LINUX : LayoutTests/css2.1/t0803-c5502-mrgn-r-02-c.html = FAIL 1821 BUG9916 WIN LINUX : LayoutTests/css2.1/t0803-c5502-mrgn-r-02-c.html = FAIL
1854 1822
1855 // New tests or failures from WebKit merge 42324:42364. Re-baselined on 1823 // New tests or failures from WebKit merge 42324:42364. Re-baselined on
1856 // Windows. Probably just need the same on other platforms. 1824 // Windows. Probably just need the same on other platforms.
1857 BUG9962 LINUX : LayoutTests/fast/block/positioning/fixed-positioning-scrollbar-b ug.html = FAIL 1825 BUG9962 LINUX : LayoutTests/fast/block/positioning/fixed-positioning-scrollbar-b ug.html = FAIL
1858 BUG9962 MAC : LayoutTests/fast/js/function-apply-aliased.html = FAIL 1826 BUG9962 MAC : LayoutTests/fast/js/function-apply-aliased.html = FAIL
1859 1827
(...skipping 11 matching lines...) Expand all
1871 1839
1872 // Need rebaselining for Linux, from WebKit merge 42580:42609 1840 // Need rebaselining for Linux, from WebKit merge 42580:42609
1873 // The content editable div is wider on linux than on windows. 1841 // The content editable div is wider on linux than on windows.
1874 BUG11122 LINUX : LayoutTests/fast/forms/caret-rtl.html = FAIL 1842 BUG11122 LINUX : LayoutTests/fast/forms/caret-rtl.html = FAIL
1875 1843
1876 // New tests from WebKit Merge 42609:42671 1844 // New tests from WebKit Merge 42609:42671
1877 BUG10760 LINUX : LayoutTests/fast/forms/input-text-scroll-left-on-blur.html = FA IL 1845 BUG10760 LINUX : LayoutTests/fast/forms/input-text-scroll-left-on-blur.html = FA IL
1878 BUG10760 LINUX : LayoutTests/fast/inline/25277-2.html = FAIL 1846 BUG10760 LINUX : LayoutTests/fast/inline/25277-2.html = FAIL
1879 BUG10760 LINUX : LayoutTests/fast/inline/25277.html = FAIL 1847 BUG10760 LINUX : LayoutTests/fast/inline/25277.html = FAIL
1880 BUG10760 MAC : LayoutTests/svg/custom/marker-overflow-clip.svg = FAIL 1848 BUG10760 MAC : LayoutTests/svg/custom/marker-overflow-clip.svg = FAIL
1881 BUG10760 MAC LINUX : LayoutTests/svg/custom/marker-child-changes.svg = PASS FAIL 1849 BUG10760 LINUX : LayoutTests/svg/custom/marker-child-changes.svg = PASS FAIL
1882 BUG10760 MAC LINUX : LayoutTests/svg/custom/marker-viewBox-changes.svg = PASS FA IL 1850 BUG10760 LINUX RELEASE : LayoutTests/svg/custom/marker-viewBox-changes.svg = PAS S FAIL
1883 BUG10760 MAC : LayoutTests/svg/custom/marker-changes.svg = PASS FAIL
1884 BUG11571 MAC : LayoutTests/svg/W3C-SVG-1.1/painting-marker-01-f.svg = FAIL PASS
1885 1851
1886 // Needs investigation, perhaps just needs to be re-baselined on all 1852 // Needs investigation, perhaps just needs to be re-baselined on all
1887 // platforms. 1853 // platforms.
1888 BUG10859 LINUX MAC : LayoutTests/fast/dom/HTMLSelectElement/named-options.html = FAIL 1854 BUG10859 LINUX MAC : LayoutTests/fast/dom/HTMLSelectElement/named-options.html = FAIL
1889 BUG10861 WIN : LayoutTests/fast/dom/HTMLSelectElement/named-options.html = FAIL 1855 BUG10861 WIN : LayoutTests/fast/dom/HTMLSelectElement/named-options.html = FAIL
1890 1856
1891 // New failures from WebKit Merge 42671:42725 1857 // New failures from WebKit Merge 42671:42725
1892 BUG10861 WIN : LayoutTests/http/tests/plugins/post-url-file.html = PASS 1858 BUG10861 WIN : LayoutTests/http/tests/plugins/post-url-file.html = PASS
1893 BUG10861 MAC : LayoutTests/http/tests/plugins/post-url-file.html = TIMEOUT 1859 BUG10861 MAC : LayoutTests/http/tests/plugins/post-url-file.html = TIMEOUT
1894 BUG10861 LINUX MAC : LayoutTests/security/set-form-autocomplete-attribute.html = TIMEOUT PASS
1895 1860
1896 // New failures from WebKit merge 42725:42805 1861 // New failures from WebKit merge 42725:42805
1897 // The following tests needs rebaseline on MAC because of 1862 // The following tests needs rebaseline on MAC because of
1898 // WebKit change http://trac.webkit.org/changeset/42732 1863 // WebKit change http://trac.webkit.org/changeset/42732
1899 BUG10999 MAC : LayoutTests/editing/selection/click-in-margins-inside-editable-di v.html = FAIL 1864 BUG10999 MAC : LayoutTests/editing/selection/click-in-margins-inside-editable-di v.html = FAIL
1900 BUG10999 MAC : LayoutTests/editing/selection/click-in-padding-with-multiple-line -boxes.html = FAIL 1865 BUG10999 MAC : LayoutTests/editing/selection/click-in-padding-with-multiple-line -boxes.html = FAIL
1901 1866
1902 // New failures from WebKit merge 42725:42805 1867 // New failures from WebKit merge 42725:42805
1903 // Because of WebKit change http://trac.webkit.org/changeset/42740, 1868 // Because of WebKit change http://trac.webkit.org/changeset/42740,
1904 // DumpRenderTree now dumps additional info on the element that was 1869 // DumpRenderTree now dumps additional info on the element that was
(...skipping 30 matching lines...) Expand all
1935 // New tests from WebKit Merge 42932:42994 1900 // New tests from WebKit Merge 42932:42994
1936 BUG11179 : LayoutTests/http/tests/xmlhttprequest/detaching-frame-2.html = FAIL T IMEOUT 1901 BUG11179 : LayoutTests/http/tests/xmlhttprequest/detaching-frame-2.html = FAIL T IMEOUT
1937 1902
1938 // Chrome does not support WebArchives (just like Safari for Windows), 1903 // Chrome does not support WebArchives (just like Safari for Windows),
1939 // although we might eventually want to on Mac. 1904 // although we might eventually want to on Mac.
1940 WONTFIX SKIP : LayoutTests/webarchive/adopt-attribute-styled-body-webarchive.htm l = FAIL 1905 WONTFIX SKIP : LayoutTests/webarchive/adopt-attribute-styled-body-webarchive.htm l = FAIL
1941 WONTFIX SKIP : LayoutTests/webarchive/adopt-attribute-styled-node-webarchive.htm l = FAIL 1906 WONTFIX SKIP : LayoutTests/webarchive/adopt-attribute-styled-node-webarchive.htm l = FAIL
1942 WONTFIX SKIP : LayoutTests/webarchive/adopt-inline-styled-node-webarchive.html = FAIL 1907 WONTFIX SKIP : LayoutTests/webarchive/adopt-inline-styled-node-webarchive.html = FAIL
1943 1908
1944 // Regressions from WebKit Merge 42932:42994 1909 // Regressions from WebKit Merge 42932:42994
1945 BUG11239 MAC : LayoutTests/svg/custom/js-late-marker-and-object-creation.svg = F AIL PASS 1910 BUG11239 MAC DEBUG : LayoutTests/svg/custom/js-late-marker-and-object-creation.s vg = FAIL PASS
1946 1911
1947 // Regressions from WebKit Merge 42932:42994 due to text metric changes. 1912 // Regressions from WebKit Merge 42932:42994 due to text metric changes.
1948 BUG11251 WIN : LayoutTests/fast/forms/textarea-width.html = FAIL 1913 BUG11251 WIN : LayoutTests/fast/forms/textarea-width.html = FAIL
1949 BUG11251 WIN LINUX : LayoutTests/fast/forms/text-control-intrinsic-widths.html = FAIL 1914 BUG11251 WIN LINUX : LayoutTests/fast/forms/text-control-intrinsic-widths.html = FAIL
1950 BUG11251 : chrome/fast/forms/textarea-metrics.html = FAIL 1915 BUG11251 : chrome/fast/forms/textarea-metrics.html = FAIL
1951 BUG11251 WIN LINUX : LayoutTests/svg/custom/svg-fonts-in-text-controls.html = FA IL 1916 BUG11251 WIN LINUX : LayoutTests/svg/custom/svg-fonts-in-text-controls.html = FA IL
1952 BUG11251 WIN LINUX : LayoutTests/fast/forms/textarea-metrics.html = FAIL 1917 BUG11251 WIN LINUX : LayoutTests/fast/forms/textarea-metrics.html = FAIL
1953 1918
1954 // Regressions from r14994 (pulling in new WebKit)
1955 BUG11264 WIN : LayoutTests/plugins/getintidentifier-special-values.html = CRASH PASS
1956 BUG11264 WIN : LayoutTests/plugins/netscape-identifier-conversion.html = CRASH P ASS
1957
1958 // Regressions from WebKit Merge 43059:43114 1919 // Regressions from WebKit Merge 43059:43114
1959 BUG11322 : LayoutTests/editing/text-iterator/basic-iteration.html = FAIL 1920 BUG11322 : LayoutTests/editing/text-iterator/basic-iteration.html = FAIL
1960 1921
1961 // Regresssions from WebKit Merge 43114:43242 that just need to be re-baselined. 1922 // Regresssions from WebKit Merge 43114:43242 that just need to be re-baselined.
1962 BUG11483 LINUX : LayoutTests/fast/forms/input-text-double-click.html = FAIL 1923 BUG11483 LINUX : LayoutTests/fast/forms/input-text-double-click.html = FAIL
1963 BUG11483 LINUX : LayoutTests/svg/text/foreignObject-repaint.xml = FAIL 1924 BUG11483 LINUX : LayoutTests/svg/text/foreignObject-repaint.xml = FAIL
1964 1925
1965 // Regressions from WebKit merge 43242:43321. These just need to re-baselining: 1926 // Regressions from WebKit merge 43242:43321. These just need to re-baselining:
1966 BUG_DARIN LINUX : LayoutTests/editing/pasteboard/5027857.html = FAIL 1927 BUG_DARIN LINUX : LayoutTests/editing/pasteboard/5027857.html = FAIL
1967 BUG_DARIN LINUX : LayoutTests/editing/pasteboard/paste-pre-002.html = FAIL 1928 BUG_DARIN LINUX : LayoutTests/editing/pasteboard/paste-pre-002.html = FAIL
(...skipping 26 matching lines...) Expand all
1994 BUG11763 LINUX : LayoutTests/fast/layers/self-painting-outline.html = FAIL PASS 1955 BUG11763 LINUX : LayoutTests/fast/layers/self-painting-outline.html = FAIL PASS
1995 1956
1996 // This test got moved (and the baselines have been moved accordingly), but now as a result 1957 // This test got moved (and the baselines have been moved accordingly), but now as a result
1997 // it seems to be failing?! 1958 // it seems to be failing?!
1998 BUG11795 WIN LINUX : LayoutTests/http/tests/misc/favicon-as-image.html = FAIL 1959 BUG11795 WIN LINUX : LayoutTests/http/tests/misc/favicon-as-image.html = FAIL
1999 BUG11795 MAC : LayoutTests/http/tests/misc/favicon-as-image.html = FAIL CRASH 1960 BUG11795 MAC : LayoutTests/http/tests/misc/favicon-as-image.html = FAIL CRASH
2000 1961
2001 // Already baselined for chromium-win, may need to be done for mac/linux as well . 1962 // Already baselined for chromium-win, may need to be done for mac/linux as well .
2002 BUG11796 LINUX : LayoutTests/fast/forms/search-styled.html = FAIL 1963 BUG11796 LINUX : LayoutTests/fast/forms/search-styled.html = FAIL
2003 1964
2004 // Flaky Linux tests
2005 BUG11832 LINUX : LayoutTests/svg/custom/circular-marker-reference-4.svg = FAIL P ASS
2006 BUG11832 LINUX DEBUG : LayoutTests/svg/W3C-SVG-1.1/painting-marker-01-f.svg = FA IL PASS
2007
2008 // Flaky Windows/Linux Tests 1965 // Flaky Windows/Linux Tests
2009 BUG11898 WIN LINUX MAC : LayoutTests/svg/dom/SVGScriptElement/script-set-href.sv g = FAIL PASS 1966 BUG11898 LINUX DEBUG : LayoutTests/svg/dom/SVGScriptElement/script-set-href.svg = FAIL PASS
2010 BUG11898 WIN DEBUG : LayoutTests/http/tests/misc/submit-get-in-utf16be.html = TI MEOUT PASS 1967 BUG11898 WIN DEBUG : LayoutTests/http/tests/misc/submit-get-in-utf16be.html = TI MEOUT PASS
2011 BUG18772 WIN DEBUG : LayoutTests/http/tests/navigation/post-goback-same-url.html = TIMEOUT PASS 1968 BUG18772 WIN DEBUG : LayoutTests/http/tests/navigation/post-goback-same-url.html = TIMEOUT PASS
2012 1969
2013 // Need LINUX/Mac rebaselines after WebKit Update 437150:43770 1970 // Need LINUX/Mac rebaselines after WebKit Update 437150:43770
2014 BUG12053 MAC : LayoutTests/editing/execCommand/outdent-blockquote-test1.html = F AIL 1971 BUG12053 MAC : LayoutTests/editing/execCommand/outdent-blockquote-test1.html = F AIL
2015 BUG12053 MAC : LayoutTests/editing/execCommand/outdent-blockquote-test2.html = F AIL 1972 BUG12053 MAC : LayoutTests/editing/execCommand/outdent-blockquote-test2.html = F AIL
2016 BUG12053 MAC : LayoutTests/editing/execCommand/outdent-blockquote-test3.html = F AIL 1973 BUG12053 MAC : LayoutTests/editing/execCommand/outdent-blockquote-test3.html = F AIL
2017 BUG12053 MAC : LayoutTests/editing/execCommand/outdent-blockquote-test4.html = F AIL 1974 BUG12053 MAC : LayoutTests/editing/execCommand/outdent-blockquote-test4.html = F AIL
2018 1975
2019 // New test, added in http://trac.webkit.org/changeset/43822, fails for us 1976 // New test, added in http://trac.webkit.org/changeset/43822, fails for us
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
2291 BUG18724 LINUX DEBUG : LayoutTests/transitions/transition-drt-api-delay.html = P ASS CRASH 2248 BUG18724 LINUX DEBUG : LayoutTests/transitions/transition-drt-api-delay.html = P ASS CRASH
2292 2249
2293 // Flaky timeout 2250 // Flaky timeout
2294 BUG18659 WIN : LayoutTests/http/tests/loading/redirect-methods.html = PASS TIMEO UT 2251 BUG18659 WIN : LayoutTests/http/tests/loading/redirect-methods.html = PASS TIMEO UT
2295 BUG18733 WIN : LayoutTests/http/tests/xmlhttprequest/cross-origin-authorization. html = PASS TIMEOUT 2252 BUG18733 WIN : LayoutTests/http/tests/xmlhttprequest/cross-origin-authorization. html = PASS TIMEOUT
2296 BUG18740 WIN : LayoutTests/http/tests/security/credentials-in-referer.html = PAS S TIMEOUT 2253 BUG18740 WIN : LayoutTests/http/tests/security/credentials-in-referer.html = PAS S TIMEOUT
2297 2254
2298 // Test failures caused by re-enabling skia asserts. 2255 // Test failures caused by re-enabling skia asserts.
2299 BUG18896 WIN LINUX DEBUG : LayoutTests/svg/batik/paints/gradientLimit.svg = FAIL 2256 BUG18896 WIN LINUX DEBUG : LayoutTests/svg/batik/paints/gradientLimit.svg = FAIL
2300 BUG18896 LINUX DEBUG : LayoutTests/svg/dynamic-updates/SVGClipPathElement-dom-cl ipPathUnits-attr.html = PASS FAIL 2257 BUG18896 LINUX DEBUG : LayoutTests/svg/dynamic-updates/SVGClipPathElement-dom-cl ipPathUnits-attr.html = PASS FAIL
2301 BUG18896 MAC WIN DEBUG : LayoutTests/svg/dynamic-updates/SVGClipPathElement-dom- clipPathUnits-attr.html = PASS CRASH
2302 BUG18896 LINUX DEBUG : LayoutTests/svg/dynamic-updates/SVGClipPathElement-svgdom -clipPathUnits-prop.html = PASS FAIL 2258 BUG18896 LINUX DEBUG : LayoutTests/svg/dynamic-updates/SVGClipPathElement-svgdom -clipPathUnits-prop.html = PASS FAIL
2303 2259
2304 // Test failures from WebKit merge 46894 to 46977 2260 // Test failures from WebKit merge 46894 to 46977
2305 BUG18939 : LayoutTests/fast/js/function-declaration.html = FAIL 2261 BUG18939 : LayoutTests/fast/js/function-declaration.html = FAIL
2306 BUG18939 : LayoutTests/fast/js/prototypes.html = FAIL 2262 BUG18939 : LayoutTests/fast/js/prototypes.html = FAIL
2307 BUG18939 MAC : LayoutTests/editing/execCommand/toggle-compound-styles.html = FAI L 2263 BUG18939 MAC : LayoutTests/editing/execCommand/toggle-compound-styles.html = FAI L
2308 2264
2309 // Fallout from webkit 47041:47189 2265 // Fallout from webkit 47041:47189
2310 BUG19248 : LayoutTests/fast/js/const.html = FAIL 2266 BUG19248 : LayoutTests/fast/js/const.html = FAIL
2311 2267
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
2379 BUG20748 MAC : LayoutTests/http/tests/plugins/interrupted-get-url.html = TIMEOUT 2335 BUG20748 MAC : LayoutTests/http/tests/plugins/interrupted-get-url.html = TIMEOUT
2380 2336
2381 BUG_OJAN WIN LINUX : LayoutTests/fast/css/remove-shorthand.html = FAIL 2337 BUG_OJAN WIN LINUX : LayoutTests/fast/css/remove-shorthand.html = FAIL
2382 BUG_OJAN WIN LINUX : LayoutTests/fast/inspector/style.html = FAIL 2338 BUG_OJAN WIN LINUX : LayoutTests/fast/inspector/style.html = FAIL
2383 2339
2384 // Flaky crashes 2340 // Flaky crashes
2385 BUG20786 WIN DEBUG : LayoutTests/fast/dom/undetectable-style-filter.html = PASS CRASH 2341 BUG20786 WIN DEBUG : LayoutTests/fast/dom/undetectable-style-filter.html = PASS CRASH
2386 BUG20786 WIN DEBUG : LayoutTests/fast/dom/undetectable-document-all.html = PASS CRASH 2342 BUG20786 WIN DEBUG : LayoutTests/fast/dom/undetectable-document-all.html = PASS CRASH
2387 2343
2388 BUG10480 LINUX DEBUG : LayoutTests/editing/selection/move-by-line-001.html = PAS S FAIL 2344 BUG10480 LINUX DEBUG : LayoutTests/editing/selection/move-by-line-001.html = PAS S 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