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

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

Issue 271087: LTTF: Implement WebFrameLoaderClient::dispatchUnableToImplementPolicy() and so on (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
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 2623 matching lines...) Expand 10 before | Expand all | Expand 10 after
2634 BUG10760 LINUX : LayoutTests/fast/inline/25277.html = FAIL 2634 BUG10760 LINUX : LayoutTests/fast/inline/25277.html = FAIL
2635 BUG10760 MAC : LayoutTests/svg/custom/marker-overflow-clip.svg = FAIL 2635 BUG10760 MAC : LayoutTests/svg/custom/marker-overflow-clip.svg = FAIL
2636 BUG10760 LINUX : LayoutTests/svg/custom/marker-child-changes.svg = PASS FAIL 2636 BUG10760 LINUX : LayoutTests/svg/custom/marker-child-changes.svg = PASS FAIL
2637 BUG10760 LINUX MAC : LayoutTests/svg/custom/marker-viewBox-changes.svg = PASS FA IL 2637 BUG10760 LINUX MAC : LayoutTests/svg/custom/marker-viewBox-changes.svg = PASS FA IL
2638 2638
2639 // New failures from WebKit Merge 42671:42725 2639 // New failures from WebKit Merge 42671:42725
2640 BUG10861 WIN : LayoutTests/http/tests/plugins/post-url-file.html = PASS 2640 BUG10861 WIN : LayoutTests/http/tests/plugins/post-url-file.html = PASS
2641 BUG10861 MAC : LayoutTests/http/tests/plugins/post-url-file.html = TIMEOUT 2641 BUG10861 MAC : LayoutTests/http/tests/plugins/post-url-file.html = TIMEOUT
2642 2642
2643 // New failures from WebKit merge 42725:42805 2643 // New failures from WebKit merge 42725:42805
2644 // Need to implement WebFrameLoaderClient::dispatchUnableToImplmentPolicy().
2645 BUG24074 : LayoutTests/http/tests/misc/redirect-to-external-url.html = FAIL
2646
2647 // New failures from WebKit merge 42725:42805
2648 // WebKit change http://trac.webkit.org/changeset/42785 2644 // WebKit change http://trac.webkit.org/changeset/42785
2649 // added a test which submits a form and then uses history.back() 2645 // added a test which submits a form and then uses history.back()
2650 // to go back. in test_shell history.back() does not go back, 2646 // to go back. in test_shell history.back() does not go back,
2651 // so the test timeouts. 2647 // so the test timeouts.
2652 BUG11001 LINUX MAC WIN : LayoutTests/http/tests/history/back-to-post.php = TIMEO UT 2648 BUG11001 LINUX MAC WIN : LayoutTests/http/tests/history/back-to-post.php = TIMEO UT
2653 2649
2654 // New failures from WebKit merge 42725:42805 2650 // New failures from WebKit merge 42725:42805
2655 // Reasons unknown.. 2651 // Reasons unknown..
2656 BUG11012 LINUX MAC : LayoutTests/http/tests/security/xss-DENIED-xml-external-ent ity.xhtml = FAIL 2652 BUG11012 LINUX MAC : LayoutTests/http/tests/security/xss-DENIED-xml-external-ent ity.xhtml = FAIL
2657 2653
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
3188 BUG24964 WIN : LayoutTests/svg/W3C-SVG-1.1/masking-intro-01-f.svg = FAIL 3184 BUG24964 WIN : LayoutTests/svg/W3C-SVG-1.1/masking-intro-01-f.svg = FAIL
3189 BUG24965 LINUX : LayoutTests/fast/forms/preserveFormDuringResidualStyle.html = C RASH 3185 BUG24965 LINUX : LayoutTests/fast/forms/preserveFormDuringResidualStyle.html = C RASH
3190 BUG_JEREMY MAC : LayoutTests/fast/forms/search-display-none-cancel-button.html = CRASH 3186 BUG_JEREMY MAC : LayoutTests/fast/forms/search-display-none-cancel-button.html = CRASH
3191 BUG_JEREMY LINUX : LayoutTests/fast/forms/menulist-option-wrap.html = CRASH 3187 BUG_JEREMY LINUX : LayoutTests/fast/forms/menulist-option-wrap.html = CRASH
3192 BUG24966 MAC : LayoutTests/fast/frames/calculate-fixed.html = CRASH 3188 BUG24966 MAC : LayoutTests/fast/frames/calculate-fixed.html = CRASH
3193 3189
3194 // Started timing out when reduced windows watchdog timeout from timeout*2.5 to timeout+1. 3190 // Started timing out when reduced windows watchdog timeout from timeout*2.5 to timeout+1.
3195 BUG_OJAN WIN RELEASE : LayoutTests/http/tests/incremental/split-hex-entities.pl = TIMEOUT 3191 BUG_OJAN WIN RELEASE : LayoutTests/http/tests/incremental/split-hex-entities.pl = TIMEOUT
3196 // Was already timing out on LINUX/MAC debug, which already had a reduced watchd og timeout. 3192 // Was already timing out on LINUX/MAC debug, which already had a reduced watchd og timeout.
3197 BUG_OJAN DEBUG : LayoutTests/fast/frames/frame-limit.html = TIMEOUT 3193 BUG_OJAN DEBUG : LayoutTests/fast/frames/frame-limit.html = TIMEOUT
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698