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

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

Issue 196143: Update text expectations (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 2268 matching lines...) Expand 10 before | Expand all | Expand 10 after
2279 // Accessing attributes of an object created with 2279 // Accessing attributes of an object created with
2280 // "document.implementation.createDocumentType" causes NULL pointers 2280 // "document.implementation.createDocumentType" causes NULL pointers
2281 BUG14091 : LayoutTests/fast/dom/DOMImplementation/detached-doctype.html = CRASH 2281 BUG14091 : LayoutTests/fast/dom/DOMImplementation/detached-doctype.html = CRASH
2282 // The linux layout result in build bot shows the changed method does not 2282 // The linux layout result in build bot shows the changed method does not
2283 // executed. 2283 // executed.
2284 BUG21141 LINUX : LayoutTests/fast/forms/select-double-onchange.html = FAIL 2284 BUG21141 LINUX : LayoutTests/fast/forms/select-double-onchange.html = FAIL
2285 BUG21141 LINUX : LayoutTests/fast/forms/select-script-onchange.html = FAIL 2285 BUG21141 LINUX : LayoutTests/fast/forms/select-script-onchange.html = FAIL
2286 // The test is flaky. 2286 // The test is flaky.
2287 BUG_VICTORW : LayoutTests/http/tests/security/javascriptURL/xss-ALLOWED-from-jav ascript-url-sub-frame-2-level.html = PASS CRASH 2287 BUG_VICTORW : LayoutTests/http/tests/security/javascriptURL/xss-ALLOWED-from-jav ascript-url-sub-frame-2-level.html = PASS CRASH
2288 2288
2289 // WebKit 48098:48155
2290 BUG21267 : LayoutTests/fast/events/click-focus-anchor.html = FAIL
2291 BUG21267 : LayoutTests/fast/events/tab-focus-anchor.html = FAIL
2292
2293 BUG_JAPHET MAC : LayoutTests/animations/change-keyframes-name.html = FAIL PASS 2289 BUG_JAPHET MAC : LayoutTests/animations/change-keyframes-name.html = FAIL PASS
2294 2290
2295 // Flaky as of WebKit r48155 2291 // Flaky as of WebKit r48155
2296 BUG_JAPHET WIN : LayoutTests/transitions/transition-end-event-transform.html = F AIL PASS 2292 BUG_JAPHET WIN : LayoutTests/transitions/transition-end-event-transform.html = F AIL PASS
2297 2293
2298 // Flaky, not clear as of when. 2294 // Flaky, not clear as of when.
2299 BUG21411 SLOW WIN LINUX DEBUG: LayoutTests/svg/dom/SVGScriptElement/script-load- and-error-events.svg = FAIL PASS 2295 BUG21411 SLOW WIN LINUX DEBUG: LayoutTests/svg/dom/SVGScriptElement/script-load- and-error-events.svg = FAIL PASS
2300 2296
2301 // WebKit 48217:48239 2297 // WebKit 48217:48239
2302 // Fails because we don't support layoutTestController.addUserStyleSheet(). 2298 // Fails because we don't support layoutTestController.addUserStyleSheet().
(...skipping 23 matching lines...) Expand all
2326 BUG21859 WIN : LayoutTests/fast/forms/search-styled.html = FAIL 2322 BUG21859 WIN : LayoutTests/fast/forms/search-styled.html = FAIL
2327 BUG21859 WIN-VISTA : LayoutTests/fast/text/whitespace/026.html = FAIL 2323 BUG21859 WIN-VISTA : LayoutTests/fast/text/whitespace/026.html = FAIL
2328 BUG21859 WIN-VISTA : LayoutTests/fast/text/basic/006.html = FAIL 2324 BUG21859 WIN-VISTA : LayoutTests/fast/text/basic/006.html = FAIL
2329 BUG21859 WIN-XP : LayoutTests/fast/text/line-breaks.html = FAIL 2325 BUG21859 WIN-XP : LayoutTests/fast/text/line-breaks.html = FAIL
2330 BUG21859 WIN : LayoutTests/fast/overflow/overflow-float-stacking.html = FAIL 2326 BUG21859 WIN : LayoutTests/fast/overflow/overflow-float-stacking.html = FAIL
2331 BUG21859 WIN : LayoutTests/tables/mozilla/bugs/bug96343.html = FAIL 2327 BUG21859 WIN : LayoutTests/tables/mozilla/bugs/bug96343.html = FAIL
2332 2328
2333 // WK roll 48388:48399 (brettw) 2329 // WK roll 48388:48399 (brettw)
2334 BUG21919 WIN : LayoutTests/http/tests/security/mixedContent/insecure-css-in-main -frame.html = FAIL 2330 BUG21919 WIN : LayoutTests/http/tests/security/mixedContent/insecure-css-in-main -frame.html = FAIL
2335 BUG21919 WIN LINUX : LayoutTests/transforms/2d/hindi-rotated.html = FAIL 2331 BUG21919 WIN LINUX : LayoutTests/transforms/2d/hindi-rotated.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