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

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

Issue 173163: Group spellcheck-related tests and hook them up to the right bug... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 years, 4 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 1060 matching lines...) Expand 10 before | Expand all | Expand 10 after
1071 BUG13692 MAC : LayoutTests/fast/dom/Document/open-with-pending-load.html = CRASH PASS 1071 BUG13692 MAC : LayoutTests/fast/dom/Document/open-with-pending-load.html = CRASH PASS
1072 BUG13692 MAC : LayoutTests/fast/invalid/019.html = CRASH PASS 1072 BUG13692 MAC : LayoutTests/fast/invalid/019.html = CRASH PASS
1073 1073
1074 // <body><canvas height=100></canvas></body> is 1 px taller than upstream. 1074 // <body><canvas height=100></canvas></body> is 1 px taller than upstream.
1075 BUG13809 WIN LINUX : LayoutTests/fast/canvas/canvas-empty-image-pattern.html = F AIL 1075 BUG13809 WIN LINUX : LayoutTests/fast/canvas/canvas-empty-image-pattern.html = F AIL
1076 1076
1077 // This test has been failing since the FocusController::setFocused API was 1077 // This test has been failing since the FocusController::setFocused API was
1078 // added in WebKit. 1078 // added in WebKit.
1079 BUG16018 : LayoutTests/fast/dom/HTMLDocument/hasFocus.html = FAIL 1079 BUG16018 : LayoutTests/fast/dom/HTMLDocument/hasFocus.html = FAIL
1080 1080
1081 // We don't draw the spelling markers at all in test shell.
1082 BUG11577 WIN LINUX : LayoutTests/editing/spelling/inline_spelling_markers.html = FAIL
1083 BUG11577 LINUX : LayoutTests/editing/spelling/spellcheck-attribute.html = FAIL
1084 BUG11577 WIN LINUX : LayoutTests/editing/spelling/spelling-linebreak.html = FAIL
1085
1081 // ---------------------------------------------------------------------------- 1086 // ----------------------------------------------------------------------------
1082 // NEW FOR THE MERGE 1087 // NEW FOR THE MERGE
1083 // 1088 //
1084 // These tests need to have their output inspected to make sure it's reasonable 1089 // These tests need to have their output inspected to make sure it's reasonable
1085 // and then baselined if necessary. 1090 // and then baselined if necessary.
1086 // ---------------------------------------------------------------------------- 1091 // ----------------------------------------------------------------------------
1087 1092
1088 // Accessibility is off in the browser, and accessibility is not a priority 1093 // Accessibility is off in the browser, and accessibility is not a priority
1089 // for the current release. 1094 // for the current release.
1090 // Need to implement window.accessibilityController for these to work. 1095 // Need to implement window.accessibilityController for these to work.
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
1243 BUG10667 SKIP MAC : chrome/plugins/get-url-with-blank-target.html = FAIL 1248 BUG10667 SKIP MAC : chrome/plugins/get-url-with-blank-target.html = FAIL
1244 BUG10667 MAC : chrome/plugins/multiple-plugins.html = FAIL 1249 BUG10667 MAC : chrome/plugins/multiple-plugins.html = FAIL
1245 BUG10667 MAC : chrome/plugins/nested-plugin-objects.html = FAIL 1250 BUG10667 MAC : chrome/plugins/nested-plugin-objects.html = FAIL
1246 BUG10667 MAC : chrome/plugins/refcount-leaks.html = FAIL 1251 BUG10667 MAC : chrome/plugins/refcount-leaks.html = FAIL
1247 BUG10667 MAC : chrome/plugins/return-npobject.html = FAIL 1252 BUG10667 MAC : chrome/plugins/return-npobject.html = FAIL
1248 BUG10667 MAC : chrome/plugins/script-object-invoke.html = FAIL 1253 BUG10667 MAC : chrome/plugins/script-object-invoke.html = FAIL
1249 BUG10667 MAC : pending/plugins/iframe-shims.html = FAIL 1254 BUG10667 MAC : pending/plugins/iframe-shims.html = FAIL
1250 1255
1251 // NEW FOR MERGE 36102:37604 1256 // NEW FOR MERGE 36102:37604
1252 1257
1253 // We don't draw the spelling markers at all in test shell, and it's a low
1254 // priority, so I'm DEFERing.
1255 BUG10352 WIN LINUX : LayoutTests/editing/spelling/inline_spelling_markers.html = FAIL
1256 // New test. We should fix it, but it doesn't need to block the current release 1258 // New test. We should fix it, but it doesn't need to block the current release
1257 BUG10352 : LayoutTests/fast/js/arguments.html = FAIL 1259 BUG10352 : LayoutTests/fast/js/arguments.html = FAIL
1258 // New test. We should fix it, but it doesn't need to block the current release 1260 // New test. We should fix it, but it doesn't need to block the current release
1259 BUG10352 : LayoutTests/fast/js/primitive-method-this.html = FAIL 1261 BUG10352 : LayoutTests/fast/js/primitive-method-this.html = FAIL
1260 // See bug http://code.google.com/p/chromium/issues/detail?id=7868, 1262 // See bug http://code.google.com/p/chromium/issues/detail?id=7868,
1261 // not urgent for current release. 1263 // not urgent for current release.
1262 BUG10352 : LayoutTests/http/tests/plugins/local-geturl-from-remote.html = FAIL 1264 BUG10352 : LayoutTests/http/tests/plugins/local-geturl-from-remote.html = FAIL
1263 // These two depend on which webkit features are enabled. For instance, it chec ks 1265 // These two depend on which webkit features are enabled. For instance, it chec ks
1264 // if the Audio constructor is available which is only the case if AUDIO is enab led. 1266 // if the Audio constructor is available which is only the case if AUDIO is enab led.
1265 BUG10352 : LayoutTests/fast/dom/constructors-cached-navigate.html = FAIL 1267 BUG10352 : LayoutTests/fast/dom/constructors-cached-navigate.html = FAIL
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
1645 // New test. We should fix it, but it doesn't need to block the current release 1647 // New test. We should fix it, but it doesn't need to block the current release
1646 BUG10413 WIN LINUX : LayoutTests/fast/repaint/dynamic-table-vertical-alignment-c hange.html = FAIL 1648 BUG10413 WIN LINUX : LayoutTests/fast/repaint/dynamic-table-vertical-alignment-c hange.html = FAIL
1647 // New test. We should fix it, but it doesn't need to block the current release 1649 // New test. We should fix it, but it doesn't need to block the current release
1648 BUG10413 WIN LINUX : LayoutTests/fast/repaint/inline-color-change.html = FAIL 1650 BUG10413 WIN LINUX : LayoutTests/fast/repaint/inline-color-change.html = FAIL
1649 // New test. We should fix it, but it doesn't need to block the current release 1651 // New test. We should fix it, but it doesn't need to block the current release
1650 BUG10413 : LayoutTests/http/tests/misc/SVGFont-delayed-load.html = FAIL 1652 BUG10413 : LayoutTests/http/tests/misc/SVGFont-delayed-load.html = FAIL
1651 // Expectations for this test changed upstream. We should fix this test, but 1653 // Expectations for this test changed upstream. We should fix this test, but
1652 // it doesn't need to block the current release 1654 // it doesn't need to block the current release
1653 BUG10413 : LayoutTests/http/tests/uri/resolve-encoding-relative.html = FAIL 1655 BUG10413 : LayoutTests/http/tests/uri/resolve-encoding-relative.html = FAIL
1654 1656
1655 // Merge 40314:40364 -- new tests
1656 // See comment above LayoutTests/editing/spelling/inline_spelling_markers.html
1657 // for why this is disabled.
1658 BUG10414 WIN LINUX : LayoutTests/editing/spelling/spelling-linebreak.html = FAIL
1659 1657
1660 // Merge 40364:40409 -- new test 1658 // Merge 40364:40409 -- new test
1661 // New test. We should fix it, but it doesn't need to block the current release 1659 // New test. We should fix it, but it doesn't need to block the current release
1662 BUG10415 WIN LINUX : LayoutTests/svg/custom/pattern-with-transformation.svg = FA IL 1660 BUG10415 WIN LINUX : LayoutTests/svg/custom/pattern-with-transformation.svg = FA IL
1663 1661
1664 // Merge 40364:40409 -- fails after http://trac.webkit.org/changeset/40379 1662 // Merge 40364:40409 -- fails after http://trac.webkit.org/changeset/40379
1665 // ASSERTs in Debug after this change: http://trac.webkit.org/changeset/40372 1663 // ASSERTs in Debug after this change: http://trac.webkit.org/changeset/40372
1666 // Likely will be fixed with subsequent merge. 1664 // Likely will be fixed with subsequent merge.
1667 BUG10416 SKIP : LayoutTests/fast/dynamic/insert-before-table-part-in-continuatio n.html = CRASH 1665 BUG10416 SKIP : LayoutTests/fast/dynamic/insert-before-table-part-in-continuatio n.html = CRASH
1668 1666
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
2233 BUG11264 WIN : LayoutTests/plugins/getintidentifier-special-values.html = CRASH PASS 2231 BUG11264 WIN : LayoutTests/plugins/getintidentifier-special-values.html = CRASH PASS
2234 BUG11264 WIN : LayoutTests/plugins/netscape-identifier-conversion.html = CRASH P ASS 2232 BUG11264 WIN : LayoutTests/plugins/netscape-identifier-conversion.html = CRASH P ASS
2235 2233
2236 // Regressions from WebKit Merge 43059:43114 2234 // Regressions from WebKit Merge 43059:43114
2237 BUG11322 : LayoutTests/editing/text-iterator/basic-iteration.html = FAIL 2235 BUG11322 : LayoutTests/editing/text-iterator/basic-iteration.html = FAIL
2238 2236
2239 BUG11469 MAC : LayoutTests/fast/repaint/outline-shrinking.html = CRASH PASS 2237 BUG11469 MAC : LayoutTests/fast/repaint/outline-shrinking.html = CRASH PASS
2240 2238
2241 // Regresssions from WebKit Merge 43114:43242 that just need to be re-baselined. 2239 // Regresssions from WebKit Merge 43114:43242 that just need to be re-baselined.
2242 BUG11483 LINUX : LayoutTests/fast/forms/input-text-double-click.html = FAIL 2240 BUG11483 LINUX : LayoutTests/fast/forms/input-text-double-click.html = FAIL
2243 BUG11483 LINUX : LayoutTests/editing/spelling/spellcheck-attribute.html = FAIL
2244 BUG11483 LINUX : LayoutTests/svg/text/foreignObject-repaint.xml = FAIL 2241 BUG11483 LINUX : LayoutTests/svg/text/foreignObject-repaint.xml = FAIL
2245 2242
2246 // Regressions from WebKit merge 43242:43321. These just need to re-baselining: 2243 // Regressions from WebKit merge 43242:43321. These just need to re-baselining:
2247 BUG_DARIN LINUX : LayoutTests/editing/pasteboard/5027857.html = FAIL 2244 BUG_DARIN LINUX : LayoutTests/editing/pasteboard/5027857.html = FAIL
2248 BUG_DARIN LINUX : LayoutTests/editing/pasteboard/paste-pre-002.html = FAIL 2245 BUG_DARIN LINUX : LayoutTests/editing/pasteboard/paste-pre-002.html = FAIL
2249 BUG_DARIN LINUX : LayoutTests/fast/forms/select-dirty-parent-pref-widths.html = FAIL 2246 BUG_DARIN LINUX : LayoutTests/fast/forms/select-dirty-parent-pref-widths.html = FAIL
2250 BUG_DARIN LINUX : LayoutTests/svg/transforms/animated-path-inside-transformed-ht ml.xhtml = FAIL 2247 BUG_DARIN LINUX : LayoutTests/svg/transforms/animated-path-inside-transformed-ht ml.xhtml = FAIL
2251 BUG_DARIN LINUX : LayoutTests/svg/transforms/text-with-pattern-inside-transforme d-html.xhtml = FAIL 2248 BUG_DARIN LINUX : LayoutTests/svg/transforms/text-with-pattern-inside-transforme d-html.xhtml = FAIL
2252 BUG_DARIN LINUX : LayoutTests/svg/transforms/text-with-pattern-with-svg-transfor m.svg = FAIL 2249 BUG_DARIN LINUX : LayoutTests/svg/transforms/text-with-pattern-with-svg-transfor m.svg = FAIL
2253 2250
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
2911 BUG19835 LINUX WIN : LayoutTests/http/tests/xmlhttprequest/origin-whitelisting-i p-addresses.html = TIMEOUT 2908 BUG19835 LINUX WIN : LayoutTests/http/tests/xmlhttprequest/origin-whitelisting-i p-addresses.html = TIMEOUT
2912 BUG19835 LINUX WIN : LayoutTests/http/tests/xmlhttprequest/origin-whitelisting-s ubdomains.html = TIMEOUT 2909 BUG19835 LINUX WIN : LayoutTests/http/tests/xmlhttprequest/origin-whitelisting-s ubdomains.html = TIMEOUT
2913 2910
2914 // WebKit merge 47575:47591 new test, needs baselines. WebKit change http://trac .webkit.org/changeset/47590 2911 // WebKit merge 47575:47591 new test, needs baselines. WebKit change http://trac .webkit.org/changeset/47590
2915 BUG_DIMICH LINUX WIN : LayoutTests/fast/repaint/inline-block-resize.html = FAIL 2912 BUG_DIMICH LINUX WIN : LayoutTests/fast/repaint/inline-block-resize.html = FAIL
2916 2913
2917 // WebKit merge 47575:47591 updated test, perhaps needs rebaseline on Win. 2914 // WebKit merge 47575:47591 updated test, perhaps needs rebaseline on Win.
2918 // WebKit change http://trac.webkit.org/changeset/47579 2915 // WebKit change http://trac.webkit.org/changeset/47579
2919 // This test timed out before, not it appears to run but fail. 2916 // This test timed out before, not it appears to run but fail.
2920 BUG_DIMICH WIN : LayoutTests/media/progress-event-at-least-one.html = FAIL TIMEO UT 2917 BUG_DIMICH WIN : LayoutTests/media/progress-event-at-least-one.html = FAIL TIMEO UT
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