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

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

Issue 235049: Update test_expectations for LayoutTests/editing/text-iterator/basic-iteratio... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 2 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 1188 matching lines...) Expand 10 before | Expand all | Expand 10 after
1199 // This test fails because (in Chromium) it includes the full path to the 1199 // This test fails because (in Chromium) it includes the full path to the
1200 // subframe URL. Need to teach dumpResourceLoadCallbacks() about relative 1200 // subframe URL. Need to teach dumpResourceLoadCallbacks() about relative
1201 // URLs. 1201 // URLs.
1202 BUG8407 : LayoutTests/fast/loader/main-document-url-for-non-http-loads.html = FA IL 1202 BUG8407 : LayoutTests/fast/loader/main-document-url-for-non-http-loads.html = FA IL
1203 1203
1204 // These tests are flaky as of 2009/06/09. Need to investigate. 1204 // These tests are flaky as of 2009/06/09. Need to investigate.
1205 1205
1206 // <body><canvas height=100></canvas></body> is 1 px taller than upstream. 1206 // <body><canvas height=100></canvas></body> is 1 px taller than upstream.
1207 BUG13809 WIN LINUX : LayoutTests/fast/canvas/canvas-empty-image-pattern.html = F AIL 1207 BUG13809 WIN LINUX : LayoutTests/fast/canvas/canvas-empty-image-pattern.html = F AIL
1208 1208
1209 // We don't draw the spelling markers at all in test shell.
1210 BUG11577 WIN LINUX : LayoutTests/editing/spelling/inline_spelling_markers.html = FAIL
1211 BUG11577 LINUX : LayoutTests/editing/spelling/spellcheck-attribute.html = FAIL
1212 BUG11577 WIN LINUX : LayoutTests/editing/spelling/spelling-linebreak.html = FAIL
1213
1214 // ---------------------------------------------------------------------------- 1209 // ----------------------------------------------------------------------------
1215 // NEW FOR THE MERGE 1210 // NEW FOR THE MERGE
1216 // 1211 //
1217 // These tests need to have their output inspected to make sure it's reasonable 1212 // These tests need to have their output inspected to make sure it's reasonable
1218 // and then baselined if necessary. 1213 // and then baselined if necessary.
1219 // ---------------------------------------------------------------------------- 1214 // ----------------------------------------------------------------------------
1220 1215
1221 // Accessibility is off in the browser, and accessibility is not a priority 1216 // Accessibility is off in the browser, and accessibility is not a priority
1222 // for the current release. 1217 // for the current release.
1223 // Need to implement window.accessibilityController for these to work. 1218 // Need to implement window.accessibilityController for these to work.
(...skipping 680 matching lines...) Expand 10 before | Expand all | Expand 10 after
1904 // Regressions from WebKit Merge 42932:42994 1899 // Regressions from WebKit Merge 42932:42994
1905 BUG11239 MAC DEBUG : LayoutTests/svg/custom/js-late-marker-and-object-creation.s vg = FAIL PASS 1900 BUG11239 MAC DEBUG : LayoutTests/svg/custom/js-late-marker-and-object-creation.s vg = FAIL PASS
1906 1901
1907 // Regressions from WebKit Merge 42932:42994 due to text metric changes. 1902 // Regressions from WebKit Merge 42932:42994 due to text metric changes.
1908 BUG11251 WIN : LayoutTests/fast/forms/textarea-width.html = FAIL 1903 BUG11251 WIN : LayoutTests/fast/forms/textarea-width.html = FAIL
1909 BUG11251 WIN LINUX : LayoutTests/fast/forms/text-control-intrinsic-widths.html = FAIL 1904 BUG11251 WIN LINUX : LayoutTests/fast/forms/text-control-intrinsic-widths.html = FAIL
1910 BUG11251 : chrome/fast/forms/textarea-metrics.html = FAIL 1905 BUG11251 : chrome/fast/forms/textarea-metrics.html = FAIL
1911 BUG11251 WIN LINUX : LayoutTests/svg/custom/svg-fonts-in-text-controls.html = FA IL 1906 BUG11251 WIN LINUX : LayoutTests/svg/custom/svg-fonts-in-text-controls.html = FA IL
1912 BUG11251 WIN LINUX : LayoutTests/fast/forms/textarea-metrics.html = FAIL 1907 BUG11251 WIN LINUX : LayoutTests/fast/forms/textarea-metrics.html = FAIL
1913 1908
1914 // Regressions from WebKit Merge 43059:43114 1909 // Unimplemented test shell features causing editing tests to fail
1915 BUG11322 : LayoutTests/editing/text-iterator/basic-iteration.html = FAIL 1910
1911 // window.plainText not implemented
1912 BUG23285 : LayoutTests/editing/text-iterator/basic-iteration.html = FAIL
1913 // We don't draw the spelling markers at all in test shell.
1914 BUG11577 WIN LINUX : LayoutTests/editing/spelling/inline_spelling_markers.html = FAIL
1915 BUG11577 LINUX : LayoutTests/editing/spelling/spellcheck-attribute.html = FAIL
1916 BUG11577 WIN LINUX : LayoutTests/editing/spelling/spelling-linebreak.html = FAIL
1916 1917
1917 // Regresssions from WebKit Merge 43114:43242 that just need to be re-baselined. 1918 // Regresssions from WebKit Merge 43114:43242 that just need to be re-baselined.
1918 BUG11483 LINUX : LayoutTests/fast/forms/input-text-double-click.html = FAIL 1919 BUG11483 LINUX : LayoutTests/fast/forms/input-text-double-click.html = FAIL
1919 BUG11483 LINUX : LayoutTests/svg/text/foreignObject-repaint.xml = FAIL 1920 BUG11483 LINUX : LayoutTests/svg/text/foreignObject-repaint.xml = FAIL
1920 1921
1921 // Regressions from WebKit merge 43242:43321. These just need to re-baselining: 1922 // Regressions from WebKit merge 43242:43321. These just need to re-baselining:
1922 BUG_DARIN LINUX : LayoutTests/fast/forms/select-dirty-parent-pref-widths.html = FAIL 1923 BUG_DARIN LINUX : LayoutTests/fast/forms/select-dirty-parent-pref-widths.html = FAIL
1923 BUG_DARIN LINUX : LayoutTests/svg/transforms/animated-path-inside-transformed-ht ml.xhtml = FAIL 1924 BUG_DARIN LINUX : LayoutTests/svg/transforms/animated-path-inside-transformed-ht ml.xhtml = FAIL
1924 BUG_DARIN LINUX : LayoutTests/svg/transforms/text-with-pattern-inside-transforme d-html.xhtml = FAIL 1925 BUG_DARIN LINUX : LayoutTests/svg/transforms/text-with-pattern-inside-transforme d-html.xhtml = FAIL
1925 BUG_DARIN LINUX : LayoutTests/svg/transforms/text-with-pattern-with-svg-transfor m.svg = FAIL 1926 BUG_DARIN LINUX : LayoutTests/svg/transforms/text-with-pattern-with-svg-transfor m.svg = FAIL
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
2350 BUG_LEVIN WIN LINUX : LayoutTests/editing/pasteboard/5478250.html = FAIL 2351 BUG_LEVIN WIN LINUX : LayoutTests/editing/pasteboard/5478250.html = FAIL
2351 2352
2352 // WebKit update 48766:48796 2353 // WebKit update 48766:48796
2353 BUG_LEVIN : LayoutTests/fast/dom/Attr/access-after-element-destruction.html = FA IL 2354 BUG_LEVIN : LayoutTests/fast/dom/Attr/access-after-element-destruction.html = FA IL
2354 2355
2355 // WebKit update 48796:48820 2356 // WebKit update 48796:48820
2356 BUG_LEVIN WIN LINUX : LayoutTests/fast/dom/Element/getBoundingClientRect.html = FAIL 2357 BUG_LEVIN WIN LINUX : LayoutTests/fast/dom/Element/getBoundingClientRect.html = FAIL
2357 BUG_LEVIN WIN LINUX : LayoutTests/fast/dom/Range/getBoundingClientRect.html = FA IL 2358 BUG_LEVIN WIN LINUX : LayoutTests/fast/dom/Range/getBoundingClientRect.html = FA IL
2358 BUG_LEVIN WIN LINUX : LayoutTests/fast/dom/Range/getClientRects.html = FAIL 2359 BUG_LEVIN WIN LINUX : LayoutTests/fast/dom/Range/getClientRects.html = FAIL
2359 BUG_DGLAZKOV : LayoutTests/fast/dom/HTMLInputElement/size-attribute.html = FAIL 2360 BUG_DGLAZKOV : LayoutTests/fast/dom/HTMLInputElement/size-attribute.html = FAIL
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698