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

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

Issue 405004: Update bug number for color correction layout tests... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 1 month 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 3034 matching lines...) Expand 10 before | Expand all | Expand 10 after
3045 // New tests and regressions related to WebKit r50760 (appeared in WebKit merge 50756:50820). 3045 // New tests and regressions related to WebKit r50760 (appeared in WebKit merge 50756:50820).
3046 BUG27551 WIN DEBUG : LayoutTests/fast/css/getComputedStyle/computed-style-withou t-renderer.html = TEXT CRASH 3046 BUG27551 WIN DEBUG : LayoutTests/fast/css/getComputedStyle/computed-style-withou t-renderer.html = TEXT CRASH
3047 BUG27551 RELEASE : LayoutTests/fast/css/getComputedStyle/computed-style-without- renderer.html = TEXT 3047 BUG27551 RELEASE : LayoutTests/fast/css/getComputedStyle/computed-style-without- renderer.html = TEXT
3048 BUG27551 LINUX MAC DEBUG : LayoutTests/fast/css/getComputedStyle/computed-style- without-renderer.html = TEXT 3048 BUG27551 LINUX MAC DEBUG : LayoutTests/fast/css/getComputedStyle/computed-style- without-renderer.html = TEXT
3049 BUG27551 WIN DEBUG : LayoutTests/fast/css/getComputedStyle/computed-style.html = TEXT CRASH 3049 BUG27551 WIN DEBUG : LayoutTests/fast/css/getComputedStyle/computed-style.html = TEXT CRASH
3050 BUG27551 RELEASE : LayoutTests/fast/css/getComputedStyle/computed-style.html = T EXT 3050 BUG27551 RELEASE : LayoutTests/fast/css/getComputedStyle/computed-style.html = T EXT
3051 BUG27551 LINUX MAC DEBUG : LayoutTests/fast/css/getComputedStyle/computed-style. html = TEXT 3051 BUG27551 LINUX MAC DEBUG : LayoutTests/fast/css/getComputedStyle/computed-style. html = TEXT
3052 BUG27551 : LayoutTests/svg/css/getComputedStyle-basic.xhtml = TEXT 3052 BUG27551 : LayoutTests/svg/css/getComputedStyle-basic.xhtml = TEXT
3053 // Add this expectation back in when passing again 3053 // Add this expectation back in when passing again
3054 // BUG24182 SLOW DEBUG : LayoutTests/svg/css/getComputedStyle-basic.xhtml = PASS 3054 // BUG24182 SLOW DEBUG : LayoutTests/svg/css/getComputedStyle-basic.xhtml = PASS
3055 BUG27551 : LayoutTests/fast/css/color-correction-backgrounds-and-text.html = FAI L 3055
3056 BUG27551 : LayoutTests/fast/css/color-correction-on-backgrounds.html = FAIL 3056 // The following upstream patches add -Webkit-color-correction support:
3057 BUG27551 : LayoutTests/fast/css/color-correction-on-text.html = FAIL 3057 // http://trac.webkit.org/changeset/50760
3058 BUG27551 : LayoutTests/fast/css/color-correction.html = FAIL 3058 // http://trac.webkit.org/changeset/50852
3059 // The ColorSpace was only implemented for CG, more port implementation
3060 // required in order for Chromium to support color correction.
3061 BUG28005 : LayoutTests/fast/css/color-correction-backgrounds-and-text.html = FAI L
3062 BUG28005 : LayoutTests/fast/css/color-correction-on-backgrounds.html = FAIL
3063 BUG28005 : LayoutTests/fast/css/color-correction-on-text.html = FAIL
3064 BUG28005 : LayoutTests/fast/css/color-correction.html = FAIL
3065 BUG28005 MAC : LayoutTests/fast/css/color-correction-on-box-shadow.html = IMAGE
3066 BUG28005 WIN LINUX : LayoutTests/fast/css/color-correction-on-box-shadow.html = IMAGE+TEXT
3067 BUG28005 MAC : LayoutTests/fast/css/color-correction-on-text-shadow.html = IMAGE
3068 BUG28005 WIN LINUX : LayoutTests/fast/css/color-correction-on-text-shadow.html = IMAGE+TEXT
3069 BUG28005 MAC : LayoutTests/fast/reflections/opacity-reflection-transform.html = IMAGE
3070 BUG28005 WIN LINUX : LayoutTests/fast/reflections/opacity-reflection-transform.h tml = IMAGE+TEXT
3071
3059 // May also be related to r50760, but not as confident. 3072 // May also be related to r50760, but not as confident.
3060 BUG27551 WIN : LayoutTests/fast/css/shadow-multiple.html = IMAGE 3073 BUG27551 WIN : LayoutTests/fast/css/shadow-multiple.html = IMAGE
3061 3074
3062 // WebKit merge 50756:50820, possibly due to WebKit r50808/r50786 and Chromium r 31715 3075 // WebKit merge 50756:50820, possibly due to WebKit r50808/r50786 and Chromium r 31715
3063 BUG27553 WIN MAC : LayoutTests/fast/text/atsui-partial-selection.html = IMAGE 3076 BUG27553 WIN MAC : LayoutTests/fast/text/atsui-partial-selection.html = IMAGE
3064 3077
3065 // WebKit merge 50840:50929 3078 // WebKit merge 50840:50929
3066 BUG27555 : LayoutTests/accessibility/document-attributes.html = TEXT 3079 BUG27555 : LayoutTests/accessibility/document-attributes.html = TEXT
3067 BUG27555 : LayoutTests/fast/forms/input-file-re-render.html = MISSING TEXT 3080 BUG27555 : LayoutTests/fast/forms/input-file-re-render.html = MISSING TEXT
3068 3081
3069 BUG27555 MAC : LayoutTests/fast/css/color-correction-on-box-shadow.html = IMAGE
3070 BUG27555 WIN LINUX : LayoutTests/fast/css/color-correction-on-box-shadow.html = IMAGE+TEXT
3071 BUG27555 MAC : LayoutTests/fast/css/color-correction-on-text-shadow.html = IMAGE
3072 BUG27555 WIN LINUX : LayoutTests/fast/css/color-correction-on-text-shadow.html = IMAGE+TEXT
3073 BUG27555 MAC : LayoutTests/fast/reflections/opacity-reflection-transform.html = IMAGE
3074 BUG27555 WIN LINUX : LayoutTests/fast/reflections/opacity-reflection-transform.h tml = IMAGE+TEXT
3075
3076
3077 BUG27555 : LayoutTests/media/media-fullscreen-inline.html = TIMEOUT 3082 BUG27555 : LayoutTests/media/media-fullscreen-inline.html = TIMEOUT
3078 BUG27555 : LayoutTests/media/media-fullscreen-not-in-document.html = TIMEOUT 3083 BUG27555 : LayoutTests/media/media-fullscreen-not-in-document.html = TIMEOUT
3079 3084
3080 BUG27555 WIN LINUX : LayoutTests/fast/canvas/canvas-shadow.html = TEXT 3085 BUG27555 WIN LINUX : LayoutTests/fast/canvas/canvas-shadow.html = TEXT
3081 3086
3082 // hbono's new test. 3087 // hbono's new test.
3083 BUG27679 WIN LINUX MAC : LayoutTests/fast/events/ime-composition-events-001.html = TEXT 3088 BUG27679 WIN LINUX MAC : LayoutTests/fast/events/ime-composition-events-001.html = TEXT
3084 3089
3085 // Failure from merge 50947:50972 3090 // Failure from merge 50947:50972
3086 BUG27683 : LayoutTests/svg/custom/viewport-update2.svg = IMAGE+TEXT 3091 BUG27683 : LayoutTests/svg/custom/viewport-update2.svg = IMAGE+TEXT
3087 3092
3088 // Failures from merge 50972:51042 3093 // Failures from merge 50972:51042
3089 BUGYAAR : LayoutTests/editing/selection/4960116.html = IMAGE 3094 BUGYAAR : LayoutTests/editing/selection/4960116.html = IMAGE
3090 BUGYAAR : LayoutTests/fast/css/apple-prefix.html = IMAGE 3095 BUGYAAR : LayoutTests/fast/css/apple-prefix.html = IMAGE
3091 BUGYAAR : LayoutTests/fast/repaint/fixed.html = IMAGE 3096 BUGYAAR : LayoutTests/fast/repaint/fixed.html = IMAGE
3092 BUGYAAR : LayoutTests/fast/overflow/line-clamp.html = IMAGE TEXT 3097 BUGYAAR : LayoutTests/fast/overflow/line-clamp.html = IMAGE TEXT
3093 BUG27850 : LayoutTests/fast/history/back-forward-reset-after-error-handling.html = TEXT 3098 BUG27850 : LayoutTests/fast/history/back-forward-reset-after-error-handling.html = TEXT
3094 BUG27849 : LayoutTests/http/tests/security/isolatedWorld/didClearWindowObject.ht ml = TEXT 3099 BUG27849 : LayoutTests/http/tests/security/isolatedWorld/didClearWindowObject.ht ml = TEXT
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