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

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

Issue 235053: Add mime-type for SVG to lighttpd.conf for run_webkit_tests.... (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 | « webkit/tools/layout_tests/layout_package/lighttpd.conf ('k') | 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 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 BUG18978 MAC : LayoutTests/http/tests/xmlhttprequest/cache-override.html = FAIL 445 BUG18978 MAC : LayoutTests/http/tests/xmlhttprequest/cache-override.html = FAIL
446 // LightTPD doesn't accept unknown HTTP methods 446 // LightTPD doesn't accept unknown HTTP methods
447 BUG18978 SKIP : LayoutTests/http/tests/xmlhttprequest/methods-lower-case.html = TIMEOUT CRASH 447 BUG18978 SKIP : LayoutTests/http/tests/xmlhttprequest/methods-lower-case.html = TIMEOUT CRASH
448 BUG18978 : LayoutTests/http/tests/xmlhttprequest/methods-async.html = TIMEOUT 448 BUG18978 : LayoutTests/http/tests/xmlhttprequest/methods-async.html = TIMEOUT
449 BUG18978 : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-pref light-cache-invalidation-by-method.html = FAIL TIMEOUT 449 BUG18978 : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-pref light-cache-invalidation-by-method.html = FAIL TIMEOUT
450 // LightTPD doesn't accept unknown HTTP methods and passes CGIs a Content-Type 450 // LightTPD doesn't accept unknown HTTP methods and passes CGIs a Content-Type
451 // even when a request didn't send the header. 451 // even when a request didn't send the header.
452 BUG18978 WIN LINUX : LayoutTests/http/tests/xmlhttprequest/methods.html = FAIL 452 BUG18978 WIN LINUX : LayoutTests/http/tests/xmlhttprequest/methods.html = FAIL
453 BUG18978 MAC RELEASE: LayoutTests/http/tests/xmlhttprequest/methods.html = FAIL TIMEOUT 453 BUG18978 MAC RELEASE: LayoutTests/http/tests/xmlhttprequest/methods.html = FAIL TIMEOUT
454 BUG18978 MAC DEBUG: LayoutTests/http/tests/xmlhttprequest/methods.html = FAIL 454 BUG18978 MAC DEBUG: LayoutTests/http/tests/xmlhttprequest/methods.html = FAIL
455 // This passes when run in Chrome. It appears to be because of a difference
456 // in how lighttpd serves up the svn resource image (or the image
457 // contained in the svg image).
458 BUG18978 : LayoutTests/http/tests/security/canvas-remote-read-svg-image.html = F AIL
459 // Another lighttpd quirk. 455 // Another lighttpd quirk.
460 BUG8941 LINUX WIN : LayoutTests/http/tests/xmlhttprequest/web-apps/013.html = FA IL 456 BUG8941 LINUX WIN : LayoutTests/http/tests/xmlhttprequest/web-apps/013.html = FA IL
461 BUG8941 MAC : LayoutTests/http/tests/xmlhttprequest/web-apps/013.html = FAIL TIM EOUT 457 BUG8941 MAC : LayoutTests/http/tests/xmlhttprequest/web-apps/013.html = FAIL TIM EOUT
462 BUG8941 WIN LINUX : LayoutTests/http/tests/xmlhttprequest/web-apps/012.html = FA IL 458 BUG8941 WIN LINUX : LayoutTests/http/tests/xmlhttprequest/web-apps/012.html = FA IL
463 459
464 // ----------------------------------------------------------------- 460 // -----------------------------------------------------------------
465 // TEXT 461 // TEXT
466 // ----------------------------------------------------------------- 462 // -----------------------------------------------------------------
467 463
468 // This class of test fails because of size differences in text runs. 464 // This class of test fails because of size differences in text runs.
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
811 // moves the mouse around, resulting in a layout that dances around. 807 // moves the mouse around, resulting in a layout that dances around.
812 // Depending upon when the snapshot is taken we get different results. 808 // Depending upon when the snapshot is taken we get different results.
813 BUG10280 WIN LINUX : LayoutTests/fast/inline/dirtyLinesForInline.html = FAIL PAS S 809 BUG10280 WIN LINUX : LayoutTests/fast/inline/dirtyLinesForInline.html = FAIL PAS S
814 810
815 // Radial gradients don't have offset focal point 811 // Radial gradients don't have offset focal point
816 BUG8696 WIN LINUX : LayoutTests/fast/gradients/generated-gradients.html = FAIL 812 BUG8696 WIN LINUX : LayoutTests/fast/gradients/generated-gradients.html = FAIL
817 BUG8696 WIN LINUX : LayoutTests/fast/gradients/simple-gradients.html = FAIL 813 BUG8696 WIN LINUX : LayoutTests/fast/gradients/simple-gradients.html = FAIL
818 BUG8696 WIN LINUX : LayoutTests/fast/gradients/crash-on-zero-radius.html = FAIL 814 BUG8696 WIN LINUX : LayoutTests/fast/gradients/crash-on-zero-radius.html = FAIL
819 815
820 BUG10385 : LayoutTests/fast/dom/dom-constructors.html = FAIL 816 BUG10385 : LayoutTests/fast/dom/dom-constructors.html = FAIL
821 BUG10387 SKIP : LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-image-not-l oaded-svg.svg = FAIL
822 817
823 BUG10412 WIN LINUX : LayoutTests/fast/table/vertical-align-baseline.html = FAIL 818 BUG10412 WIN LINUX : LayoutTests/fast/table/vertical-align-baseline.html = FAIL
824 BUG20505 : LayoutTests/http/tests/misc/SVGFont-delayed-load.html = FAIL
825 BUG20507 : LayoutTests/http/tests/uri/resolve-encoding-relative.html = FAIL 819 BUG20507 : LayoutTests/http/tests/uri/resolve-encoding-relative.html = FAIL
826 820
827 BUG10401 : LayoutTests/plugins/npruntime.html = TIMEOUT FAIL 821 BUG10401 : LayoutTests/plugins/npruntime.html = TIMEOUT FAIL
828 BUG6735 : LayoutTests/plugins/netscape-throw-exception.html = FAIL 822 BUG6735 : LayoutTests/plugins/netscape-throw-exception.html = FAIL
829 823
830 BUG10432 WIN LINUX : LayoutTests/fast/overflow/004.html = FAIL 824 BUG10432 WIN LINUX : LayoutTests/fast/overflow/004.html = FAIL
831 BUG10433 WIN LINUX : LayoutTests/fast/dom/Window/webkitConvertPoint.html = FAIL 825 BUG10433 WIN LINUX : LayoutTests/fast/dom/Window/webkitConvertPoint.html = FAIL
832 826
833 BUG9071 MAC WIN DEBUG SLOW : LayoutTests/editing/selection/drag-to-contenteditab le-iframe.html = FAIL PASS 827 BUG9071 MAC WIN DEBUG SLOW : LayoutTests/editing/selection/drag-to-contenteditab le-iframe.html = FAIL PASS
834 BUG9071 LINUX : LayoutTests/editing/selection/drag-to-contenteditable-iframe.htm l = FAIL 828 BUG9071 LINUX : LayoutTests/editing/selection/drag-to-contenteditable-iframe.htm l = FAIL
(...skipping 1449 matching lines...) Expand 10 before | Expand all | Expand 10 after
2284 2278
2285 // WebKit update 48883:48904 2279 // WebKit update 48883:48904
2286 BUG_SENORBLANCO : LayoutTests/fast/events/attribute-listener-cloned-from-framele ss-doc-context-2.html = FAIL 2280 BUG_SENORBLANCO : LayoutTests/fast/events/attribute-listener-cloned-from-framele ss-doc-context-2.html = FAIL
2287 BUG_SENORBLANCO : LayoutTests/fast/events/attribute-listener-cloned-from-framele ss-doc-context.html = FAIL 2281 BUG_SENORBLANCO : LayoutTests/fast/events/attribute-listener-cloned-from-framele ss-doc-context.html = FAIL
2288 BUG_SENORBLANCO : LayoutTests/fast/events/attribute-listener-cloned-from-framele ss-doc.xhtml = FAIL 2282 BUG_SENORBLANCO : LayoutTests/fast/events/attribute-listener-cloned-from-framele ss-doc.xhtml = FAIL
2289 BUG_SENORBLANCO : LayoutTests/fast/events/attribute-listener-extracted-from-fram eless-doc-context-2.html = FAIL 2283 BUG_SENORBLANCO : LayoutTests/fast/events/attribute-listener-extracted-from-fram eless-doc-context-2.html = FAIL
2290 BUG_SENORBLANCO : LayoutTests/fast/events/attribute-listener-extracted-from-fram eless-doc-context.html = FAIL 2284 BUG_SENORBLANCO : LayoutTests/fast/events/attribute-listener-extracted-from-fram eless-doc-context.html = FAIL
2291 BUG_SENORBLANCO : LayoutTests/fast/events/node-event-anchor-lock.html = FAIL 2285 BUG_SENORBLANCO : LayoutTests/fast/events/node-event-anchor-lock.html = FAIL
2292 BUG_SENORBLANCO WIN LINUX : LayoutTests/fast/forms/selected-index-assert.html = FAIL 2286 BUG_SENORBLANCO WIN LINUX : LayoutTests/fast/forms/selected-index-assert.html = FAIL
2293 BUG_SENORBLANCO WIN LINUX : LayoutTests/svg/filters/feComposite.svg = FAIL 2287 BUG_SENORBLANCO WIN LINUX : LayoutTests/svg/filters/feComposite.svg = FAIL
OLDNEW
« no previous file with comments | « webkit/tools/layout_tests/layout_package/lighttpd.conf ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698