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

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

Issue 326006: Remove passing attribute-listener tests from expectations.... (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 3046 matching lines...) Expand 10 before | Expand all | Expand 10 after
3057 // WebKit update 48766:48796 3057 // WebKit update 48766:48796
3058 BUG24174 : LayoutTests/fast/dom/Attr/access-after-element-destruction.html = FAI L 3058 BUG24174 : LayoutTests/fast/dom/Attr/access-after-element-destruction.html = FAI L
3059 3059
3060 // WebKit update 48796:48820 3060 // WebKit update 48796:48820
3061 BUG23956 WIN LINUX : LayoutTests/fast/dom/Element/getBoundingClientRect.html = F AIL 3061 BUG23956 WIN LINUX : LayoutTests/fast/dom/Element/getBoundingClientRect.html = F AIL
3062 BUG23956 WIN LINUX : LayoutTests/fast/dom/Range/getBoundingClientRect.html = FAI L 3062 BUG23956 WIN LINUX : LayoutTests/fast/dom/Range/getBoundingClientRect.html = FAI L
3063 BUG23956 WIN LINUX : LayoutTests/fast/dom/Range/getClientRects.html = FAIL 3063 BUG23956 WIN LINUX : LayoutTests/fast/dom/Range/getClientRects.html = FAIL
3064 BUG24126 : LayoutTests/fast/dom/HTMLInputElement/size-attribute.html = FAIL 3064 BUG24126 : LayoutTests/fast/dom/HTMLInputElement/size-attribute.html = FAIL
3065 3065
3066 // WebKit update 48883:48904 3066 // WebKit update 48883:48904
3067 BUG23740 : LayoutTests/fast/events/attribute-listener-cloned-from-frameless-doc- context-2.html = FAIL
3068 BUG23740 : LayoutTests/fast/events/attribute-listener-cloned-from-frameless-doc- context.html = FAIL
3069 BUG23740 : LayoutTests/fast/events/attribute-listener-cloned-from-frameless-doc. xhtml = FAIL
3070 BUG23740 : LayoutTests/fast/events/attribute-listener-extracted-from-frameless-d oc-context-2.html = FAIL
3071 BUG23740 : LayoutTests/fast/events/attribute-listener-extracted-from-frameless-d oc-context.html = FAIL
3072 BUG23745 LINUX MAC : LayoutTests/fast/events/node-event-anchor-lock.html = FAIL 3067 BUG23745 LINUX MAC : LayoutTests/fast/events/node-event-anchor-lock.html = FAIL
3073 3068
3074 // WebKit update 48937:48947 3069 // WebKit update 48937:48947
3075 BUG23751 WIN LINUX DEBUG : LayoutTests/fast/inline/relative-positioned-overflow. html = CRASH 3070 BUG23751 WIN LINUX DEBUG : LayoutTests/fast/inline/relative-positioned-overflow. html = CRASH
3076 3071
3077 // Started happening somewhere around http://trac.webkit.org/changeset/48989. 3072 // Started happening somewhere around http://trac.webkit.org/changeset/48989.
3078 BUG23955 MAC LINUX : LayoutTests/fast/css/last-of-type-pseudo-class.html = FAIL PASS 3073 BUG23955 MAC LINUX : LayoutTests/fast/css/last-of-type-pseudo-class.html = FAIL PASS
3079 3074
3080 // Possibly busted as part of http://trac.webkit.org/changeset/49003 3075 // Possibly busted as part of http://trac.webkit.org/changeset/49003
3081 BUG23901 WIN LINUX : LayoutTests/fast/box-shadow/inset.html = FAIL 3076 BUG23901 WIN LINUX : LayoutTests/fast/box-shadow/inset.html = FAIL
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
3184 3179
3185 // Incorrect baseline removed. 3180 // Incorrect baseline removed.
3186 BUG25433 WIN LINUX : LayoutTests/css2.1/t040103-ident-03-c.html = IMAGE 3181 BUG25433 WIN LINUX : LayoutTests/css2.1/t040103-ident-03-c.html = IMAGE
3187 3182
3188 // Webkit roll 49926:49941 3183 // Webkit roll 49926:49941
3189 BUG25611 : LayoutTests/storage/domstorage/complex-values.html = FAIL 3184 BUG25611 : LayoutTests/storage/domstorage/complex-values.html = FAIL
3190 BUG25611 : LayoutTests/storage/domstorage/quota.html = CRASH PASS 3185 BUG25611 : LayoutTests/storage/domstorage/quota.html = CRASH PASS
3191 3186
3192 // Webkit roll 49947:49957 3187 // Webkit roll 49947:49957
3193 BUG_JOHNNYG WIN LINUX : LayoutTests/fast/forms/ValidityState-patternMismatch-001 .html = CRASH PASS 3188 BUG_JOHNNYG WIN LINUX : LayoutTests/fast/forms/ValidityState-patternMismatch-001 .html = CRASH PASS
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