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

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

Issue 437063: Use apache on the Mac on V8-Latest builders as an experiment... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years 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
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 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 // LIGHTTPD 499 // LIGHTTPD
500 // ----------------------------------------------------------------- 500 // -----------------------------------------------------------------
501 // This are failing for different reasons under our new lighttpd configuration 501 // This are failing for different reasons under our new lighttpd configuration
502 // TODO(deanm): Address all of these via lighttpd if possible, otherwise fork. 502 // TODO(deanm): Address all of these via lighttpd if possible, otherwise fork.
503 // Maybe flaky and need to be forked? 503 // Maybe flaky and need to be forked?
504 504
505 // Difference in caching headers 505 // Difference in caching headers
506 BUG18978 MAC : LayoutTests/http/tests/xmlhttprequest/cache-override.html = FAIL 506 BUG18978 MAC : LayoutTests/http/tests/xmlhttprequest/cache-override.html = FAIL
507 // LightTPD doesn't accept unknown HTTP methods 507 // LightTPD doesn't accept unknown HTTP methods
508 BUG18978 SKIP : LayoutTests/http/tests/xmlhttprequest/methods-lower-case.html = TIMEOUT CRASH 508 BUG18978 SKIP : LayoutTests/http/tests/xmlhttprequest/methods-lower-case.html = TIMEOUT CRASH
509 BUG18978 DEBUG : LayoutTests/http/tests/xmlhttprequest/methods-async.html = TIME OUT 509 BUG18978 DEBUG : LayoutTests/http/tests/xmlhttprequest/methods-async.html = TIME OUT TEXT
510 BUG18978 LINUX MAC RELEASE : LayoutTests/http/tests/xmlhttprequest/methods-async .html = TIMEOUT 510 BUG18978 LINUX MAC RELEASE : LayoutTests/http/tests/xmlhttprequest/methods-async .html = TIMEOUT TEXT
511 BUG18978 WIN RELEASE : LayoutTests/http/tests/xmlhttprequest/methods-async.html = TIMEOUT TEXT 511 BUG18978 WIN RELEASE : LayoutTests/http/tests/xmlhttprequest/methods-async.html = TIMEOUT TEXT
512 BUG18978 WIN SLOW : LayoutTests/http/tests/xmlhttprequest/access-control-basic-a llow-preflight-cache-invalidation-by-method.html = FAIL 512 BUG18978 WIN SLOW : LayoutTests/http/tests/xmlhttprequest/access-control-basic-a llow-preflight-cache-invalidation-by-method.html = FAIL
513 BUG18978 MAC : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow- preflight-cache-invalidation-by-method.html = FAIL TIMEOUT 513 BUG18978 MAC : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow- preflight-cache-invalidation-by-method.html = FAIL TIMEOUT
514 BUG18978 LINUX : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allo w-preflight-cache-invalidation-by-method.html = FAIL 514 BUG18978 LINUX : LayoutTests/http/tests/xmlhttprequest/access-control-basic-allo w-preflight-cache-invalidation-by-method.html = FAIL
515 // LightTPD doesn't accept unknown HTTP methods and passes CGIs a Content-Type 515 // LightTPD doesn't accept unknown HTTP methods and passes CGIs a Content-Type
516 // even when a request didn't send the header. 516 // even when a request didn't send the header.
517 BUG18978 WIN SLOW : LayoutTests/http/tests/xmlhttprequest/methods.html = FAIL 517 BUG18978 WIN SLOW : LayoutTests/http/tests/xmlhttprequest/methods.html = FAIL
518 BUG18978 LINUX : LayoutTests/http/tests/xmlhttprequest/methods.html = FAIL 518 BUG18978 LINUX : LayoutTests/http/tests/xmlhttprequest/methods.html = FAIL
519 BUG18978 MAC : LayoutTests/http/tests/xmlhttprequest/methods.html = FAIL TIMEOUT 519 BUG18978 MAC : LayoutTests/http/tests/xmlhttprequest/methods.html = FAIL TIMEOUT
520 // Another lighttpd quirk. 520 // Another lighttpd quirk.
(...skipping 2499 matching lines...) Expand 10 before | Expand all | Expand 10 after
3020 // New feature, but the failure seems to be real (not rebaseline). Upstream r511 59. 3020 // New feature, but the failure seems to be real (not rebaseline). Upstream r511 59.
3021 BUG28266 : LayoutTests/fast/forms/input-step.html = FAIL 3021 BUG28266 : LayoutTests/fast/forms/input-step.html = FAIL
3022 3022
3023 // Video Captions are added upsteram (r51191), need to implement. 3023 // Video Captions are added upsteram (r51191), need to implement.
3024 BUG28301 : LayoutTests/media/media-captions.html = TIMEOUT 3024 BUG28301 : LayoutTests/media/media-captions.html = TIMEOUT
3025 3025
3026 // New tests, seems proper drawing method is not implemented in Skia. Upstream r 51212. 3026 // New tests, seems proper drawing method is not implemented in Skia. Upstream r 51212.
3027 BUG28317 : LayoutTests/fast/css/color-correction-on-background-image.html = FAIL 3027 BUG28317 : LayoutTests/fast/css/color-correction-on-background-image.html = FAIL
3028 BUG28317 : LayoutTests/fast/css/color-correction-untagged-images.html = FAIL 3028 BUG28317 : LayoutTests/fast/css/color-correction-untagged-images.html = FAIL
3029 3029
3030 // Started failing with move from Lighttpd to Apache on Mac.
3031 // Since we have some bots on Lighttpd and some on Apache, mark it as flaky for
3032 // now. Once we decide on one or the other, then we can address these tests.
3033 BUG_OJAN MAC : LayoutTests/http/tests/loading/text-content-type-with-binary-exte nsion.html = TEXT PASS
3034 BUG_OJAN MAC : LayoutTests/http/tests/xmlhttprequest/web-apps/012.html = TEXT PA SS
3035
3030 // Failures in TestShell that resulted from Mac plugin/focus fixes in r32631. 3036 // Failures in TestShell that resulted from Mac plugin/focus fixes in r32631.
3031 BUG28380 MAC : LayoutTests/fast/events/tabindex-focus-blur-all.html = CRASH FAIL 3037 BUG28380 MAC : LayoutTests/fast/events/tabindex-focus-blur-all.html = CRASH FAIL
3032 3038
3033 // New tests. Failures from merge 51253:51310. 3039 // New tests. Failures from merge 51253:51310.
3034 BUG28605 : LayoutTests/plugins/reloadplugins-no-pages.html = TEXT 3040 BUG28605 : LayoutTests/plugins/reloadplugins-no-pages.html = TEXT
3035 BUG28605 : LayoutTests/plugins/reloadplugins-and-pages.html = TIMEOUT 3041 BUG28605 : LayoutTests/plugins/reloadplugins-and-pages.html = TIMEOUT
3036 BUG28605 WIN LINUX : LayoutTests/svg/filters/big-sized-filter.svg = IMAGE 3042 BUG28605 WIN LINUX : LayoutTests/svg/filters/big-sized-filter.svg = IMAGE
3037 BUG28605 : LayoutTests/svg/filters/big-sized-filter-2.svg = MISSING 3043 BUG28605 : LayoutTests/svg/filters/big-sized-filter-2.svg = MISSING
3038 BUG28605 WIN LINUX : LayoutTests/svg/filters/filterRes.svg = IMAGE 3044 BUG28605 WIN LINUX : LayoutTests/svg/filters/filterRes.svg = IMAGE
3039 3045
3040 // New tests. Failures from merge 51210:51325. 3046 // New tests. Failures from merge 51210:51325.
3041 BUG28646 : LayoutTests/editing/selection/transformed-selection-rects.html = FAIL 3047 BUG28646 : LayoutTests/editing/selection/transformed-selection-rects.html = FAIL
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698