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

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

Issue 245038: Updated layout test expectations for new failures. (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 2207 matching lines...) Expand 10 before | Expand all | Expand 10 after
2218 BUG_JIANLI : LayoutTests/editing/selection/drag-in-iframe.html = FAIL PASS 2218 BUG_JIANLI : LayoutTests/editing/selection/drag-in-iframe.html = FAIL PASS
2219 2219
2220 // New test added in r48318 (GoogleURL bug) 2220 // New test added in r48318 (GoogleURL bug)
2221 BUG21764 : LayoutTests/fast/forms/ValidityState-typeMismatch-url.html = FAIL 2221 BUG21764 : LayoutTests/fast/forms/ValidityState-typeMismatch-url.html = FAIL
2222 2222
2223 // New test added in r48336 (V8 bug) 2223 // New test added in r48336 (V8 bug)
2224 BUG21767 : LayoutTests/fast/js/Object-keys.html = FAIL 2224 BUG21767 : LayoutTests/fast/js/Object-keys.html = FAIL
2225 2225
2226 // WK roll to 48371 2226 // WK roll to 48371
2227 BUG21841 MAC : LayoutTests/plugins/destroy-during-npp-new.html = FAIL 2227 BUG21841 MAC : LayoutTests/plugins/destroy-during-npp-new.html = FAIL
2228 BUG21841 WIN LINUX : LayoutTests/plugins/destroy-during-npp-new.html = FAIL PASS 2228 BUG21841 WIN LINUX : LayoutTests/plugins/destroy-during-npp-new.html = CRASH PAS S
2229 2229
2230 // missing upstream baseline from 48368 2230 // missing upstream baseline from 48368
2231 BUG21842 SKIP WIN LINUX : LayoutTests/platform/win/accessibility/scroll-to-ancho r.html = FAIL 2231 BUG21842 SKIP WIN LINUX : LayoutTests/platform/win/accessibility/scroll-to-ancho r.html = FAIL
2232 2232
2233 BUG21859 WIN-VISTA : LayoutTests/fast/css/css2-system-fonts.html = FAIL 2233 BUG21859 WIN-VISTA : LayoutTests/fast/css/css2-system-fonts.html = FAIL
2234 BUG21859 WIN : LayoutTests/fast/forms/search-styled.html = FAIL 2234 BUG21859 WIN : LayoutTests/fast/forms/search-styled.html = FAIL
2235 BUG21859 WIN-VISTA : LayoutTests/fast/text/whitespace/026.html = FAIL 2235 BUG21859 WIN-VISTA : LayoutTests/fast/text/whitespace/026.html = FAIL
2236 BUG21859 WIN-VISTA : LayoutTests/fast/text/basic/006.html = FAIL 2236 BUG21859 WIN-VISTA : LayoutTests/fast/text/basic/006.html = FAIL
2237 BUG21859 WIN-XP : LayoutTests/fast/text/line-breaks.html = FAIL 2237 BUG21859 WIN-XP : LayoutTests/fast/text/line-breaks.html = FAIL
2238 BUG21859 WIN : LayoutTests/fast/overflow/overflow-float-stacking.html = FAIL 2238 BUG21859 WIN : LayoutTests/fast/overflow/overflow-float-stacking.html = FAIL
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
2285 BUG_LEVIN WIN LINUX : LayoutTests/editing/pasteboard/5478250.html = FAIL 2285 BUG_LEVIN WIN LINUX : LayoutTests/editing/pasteboard/5478250.html = FAIL
2286 2286
2287 // WebKit update 48766:48796 2287 // WebKit update 48766:48796
2288 BUG_LEVIN : LayoutTests/fast/dom/Attr/access-after-element-destruction.html = FA IL 2288 BUG_LEVIN : LayoutTests/fast/dom/Attr/access-after-element-destruction.html = FA IL
2289 2289
2290 // WebKit update 48796:48820 2290 // WebKit update 48796:48820
2291 BUG_LEVIN WIN LINUX : LayoutTests/fast/dom/Element/getBoundingClientRect.html = FAIL 2291 BUG_LEVIN WIN LINUX : LayoutTests/fast/dom/Element/getBoundingClientRect.html = FAIL
2292 BUG_LEVIN WIN LINUX : LayoutTests/fast/dom/Range/getBoundingClientRect.html = FA IL 2292 BUG_LEVIN WIN LINUX : LayoutTests/fast/dom/Range/getBoundingClientRect.html = FA IL
2293 BUG_LEVIN WIN LINUX : LayoutTests/fast/dom/Range/getClientRects.html = FAIL 2293 BUG_LEVIN WIN LINUX : LayoutTests/fast/dom/Range/getClientRects.html = FAIL
2294 BUG_DGLAZKOV : LayoutTests/fast/dom/HTMLInputElement/size-attribute.html = FAIL 2294 BUG_DGLAZKOV : LayoutTests/fast/dom/HTMLInputElement/size-attribute.html = FAIL
2295
2296 BUG23306 WIN : LayoutTests/transitions/repeated-firing-background-color.html = T IMEOUT
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