OLD | NEW |
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 3094 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3105 // WebKit update 52372->52454 | 3105 // WebKit update 52372->52454 |
3106 BUG30938 MAC : LayoutTests/fast/backgrounds/svg-as-background-6.html = IMAGE | 3106 BUG30938 MAC : LayoutTests/fast/backgrounds/svg-as-background-6.html = IMAGE |
3107 BUG30938 : LayoutTests/svg/css/mask-with-shadow.svg = IMAGE | 3107 BUG30938 : LayoutTests/svg/css/mask-with-shadow.svg = IMAGE |
3108 BUG30938 WIN : LayoutTests/svg/custom/mask-excessive-malloc.svg = IMAGE | 3108 BUG30938 WIN : LayoutTests/svg/custom/mask-excessive-malloc.svg = IMAGE |
3109 BUG30939 : LayoutTests/svg/filters/filter-clip.svg = IMAGE+TEXT | 3109 BUG30939 : LayoutTests/svg/filters/filter-clip.svg = IMAGE+TEXT |
3110 | 3110 |
3111 // WebKit roll 52468->52535 | 3111 // WebKit roll 52468->52535 |
3112 BUG31108 WIN LINUX : LayoutTests/fast/text/international/bidi-layout-across-line
break.html = TEXT | 3112 BUG31108 WIN LINUX : LayoutTests/fast/text/international/bidi-layout-across-line
break.html = TEXT |
3113 BUG31252 : LayoutTests/http/tests/security/listener/xss-inactive-closure.html =
TEXT | 3113 BUG31252 : LayoutTests/http/tests/security/listener/xss-inactive-closure.html =
TEXT |
3114 | 3114 |
3115 // WebKit roll 52535->52554 | |
3116 BUG31146 WIN LINUX : LayoutTests/editing/selection/select-text-overflow-ellipsis
.html = IMAGE+TEXT | |
3117 BUG31146 MAC : LayoutTests/editing/selection/select-text-overflow-ellipsis.html
= IMAGE | |
3118 BUG31146 WIN LINUX : LayoutTests/svg/custom/grayscale-gradient-mask.svg = IMAGE | |
3119 | |
3120 // WebKit roll 52633 -> 52667 | 3115 // WebKit roll 52633 -> 52667 |
3121 | |
3122 // New test, needs chromium baseline. | |
3123 | |
3124 // New test, needs chromium baseline. | |
3125 // On Linux, sometimes the text dump matches. Not sure why. | 3116 // On Linux, sometimes the text dump matches. Not sure why. |
3126 BUG_DIMICH LINUX : LayoutTests/svg/custom/resource-invalidate-on-target-update.s
vg = IMAGE+TEXT IMAGE | 3117 BUG_DIMICH LINUX : LayoutTests/svg/custom/resource-invalidate-on-target-update.s
vg = IMAGE+TEXT IMAGE |
3127 | 3118 |
3128 BUG31623 WIN: LayoutTests/http/tests/appcache/remove-cache.html = PASS TEXT TIME
OUT | 3119 BUG31623 WIN: LayoutTests/http/tests/appcache/remove-cache.html = PASS TEXT TIME
OUT |
3129 | 3120 |
3130 // WebKit roll 52769 -> 52793 | 3121 // WebKit roll 52769 -> 52793 |
3131 BUG31642 WIN MAC DEBUG: LayoutTests/svg/W3C-SVG-1.1/animate-elem-30-t.svg = CRAS
H PASS | 3122 BUG31642 WIN MAC DEBUG: LayoutTests/svg/W3C-SVG-1.1/animate-elem-30-t.svg = CRAS
H PASS |
3132 BUG31642 LINUX DEBUG: LayoutTests/svg/W3C-SVG-1.1/animate-elem-30-t.svg = IMAGE+
TEXT CRASH | 3123 BUG31642 LINUX DEBUG: LayoutTests/svg/W3C-SVG-1.1/animate-elem-30-t.svg = IMAGE+
TEXT CRASH |
3133 | 3124 |
3134 // WebKit roll 52852 -> 52867 | 3125 // WebKit roll 52852 -> 52867 |
3135 BUG_JAPHET : LayoutTests/websocket/tests/frame-lengths.html = PASS TIMEOUT | 3126 BUG_JAPHET : LayoutTests/websocket/tests/frame-lengths.html = PASS TIMEOUT |
3136 | 3127 |
3137 // Flaky crash | 3128 // Flaky crash |
3138 BUG31794 WIN MAC : LayoutTests/storage/domstorage/localstorage/enumerate-storage
.html = CRASH PASS | 3129 BUG31794 WIN MAC : LayoutTests/storage/domstorage/localstorage/enumerate-storage
.html = CRASH PASS |
3139 | 3130 |
3140 // Flaky | 3131 // Flaky |
3141 BUG31803 LINUX : LayoutTests/editing/inserting/12882.html = IMAGE PASS | 3132 BUG31803 LINUX : LayoutTests/editing/inserting/12882.html = IMAGE PASS |
OLD | NEW |