OLD | NEW |
1 # =========================================================================== # | 1 # =========================================================================== # |
2 # Categories of Skipped Tests # | 2 # Categories of Skipped Tests # |
3 # =========================================================================== # | 3 # =========================================================================== # |
4 # | 4 # |
5 # Note:Try to add newly skipped tests to the appropriate category. If you create | 5 # Note:Try to add newly skipped tests to the appropriate category. If you create |
6 # a new category, be sure to list it here. If all else fails you can just | 6 # a new category, be sure to list it here. If all else fails you can just |
7 # add to the 'unsorted' category at the bottom. | 7 # add to the 'unsorted' category at the bottom. |
8 # Where a test is a layout test, rather than plaintext, it can help to run | 8 # Where a test is a layout test, rather than plaintext, it can help to run |
9 # it with '--platform mac --ignore-metrics' and add or create a section | 9 # it with '--platform mac --ignore-metrics' and add or create a section |
10 # in the category to indicate whether it still failed. | 10 # in the category to indicate whether it still failed. |
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
217 fast/dom/shadow/shadow-root-new.html | 217 fast/dom/shadow/shadow-root-new.html |
218 fast/dom/shadow/shadow-root-resetStyleInheritance.html | 218 fast/dom/shadow/shadow-root-resetStyleInheritance.html |
219 fast/dom/shadow/shadow-ul-li.html | 219 fast/dom/shadow/shadow-ul-li.html |
220 fast/dom/shadow/tab-order-iframe-and-shadow.html | 220 fast/dom/shadow/tab-order-iframe-and-shadow.html |
221 fast/dom/shadow/user-modify-inheritance.html | 221 fast/dom/shadow/user-modify-inheritance.html |
222 | 222 |
223 # Fail until SUBPIXEL_LAYOUT is enabled | 223 # Fail until SUBPIXEL_LAYOUT is enabled |
224 # https://bugs.webkit.org/show_bug.cgi?id=85532 | 224 # https://bugs.webkit.org/show_bug.cgi?id=85532 |
225 fast/sub-pixel/client-rect-has-subpixel-precision.html | 225 fast/sub-pixel/client-rect-has-subpixel-precision.html |
226 fast/sub-pixel/client-width-height-snapping.html | 226 fast/sub-pixel/client-width-height-snapping.html |
| 227 fast/sub-pixel/file-upload-control-at-fractional-offset.html |
227 fast/sub-pixel/float-containing-block-with-margin.html | 228 fast/sub-pixel/float-containing-block-with-margin.html |
228 fast/sub-pixel/float-with-right-margin-zoom.html | 229 fast/sub-pixel/float-with-right-margin-zoom.html |
229 fast/sub-pixel/float-wrap-with-subpixel-top.html | 230 fast/sub-pixel/float-wrap-with-subpixel-top.html |
230 fast/sub-pixel/inline-block-with-margin.html | 231 fast/sub-pixel/inline-block-with-margin.html |
231 fast/sub-pixel/inline-block-with-padding.html | 232 fast/sub-pixel/inline-block-with-padding.html |
232 fast/sub-pixel/layout-boxes-with-zoom.html | 233 fast/sub-pixel/layout-boxes-with-zoom.html |
| 234 fast/sub-pixel/selection-gaps-at-fractional-offsets.html |
233 fast/sub-pixel/size-of-box-with-zoom.html | 235 fast/sub-pixel/size-of-box-with-zoom.html |
234 fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html | 236 fast/sub-pixel/table-rows-no-gaps.html |
235 fast/sub-pixel/file-upload-control-at-fractional-offset.html | |
236 | 237 |
237 # CSS Regions support not yet enabled. http://webkit.org/b/57312 | 238 # CSS Regions support not yet enabled. http://webkit.org/b/57312 |
238 fast/regions | 239 fast/regions |
239 | 240 |
240 # CSS Exclusions support not yet enabled. http://webkit.org/b/57311 | 241 # CSS Exclusions support not yet enabled. http://webkit.org/b/57311 |
241 fast/exclusions | 242 fast/exclusions |
242 | 243 |
243 # USE(V8) | 244 # USE(V8) |
244 | 245 |
245 # v8 i18n extension. | 246 # v8 i18n extension. |
(...skipping 2266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2512 fast/profiler/stop-profiling-after-setTimeout.html | 2513 fast/profiler/stop-profiling-after-setTimeout.html |
2513 fast/profiler/dead-time.html | 2514 fast/profiler/dead-time.html |
2514 | 2515 |
2515 # http://webkit.org/b/35981 | 2516 # http://webkit.org/b/35981 |
2516 # Needs a text rebaseline: 30px height difference. | 2517 # Needs a text rebaseline: 30px height difference. |
2517 fast/block/basic/fieldset-stretch-to-legend.html | 2518 fast/block/basic/fieldset-stretch-to-legend.html |
2518 | 2519 |
2519 # [Qt]REGRESSION(r120107): It made http/tests/xmlhttprequest/origin-exact-matchi
ng.html fails | 2520 # [Qt]REGRESSION(r120107): It made http/tests/xmlhttprequest/origin-exact-matchi
ng.html fails |
2520 # https://bugs.webkit.org/show_bug.cgi?id=88913 | 2521 # https://bugs.webkit.org/show_bug.cgi?id=88913 |
2521 http/tests/xmlhttprequest/origin-exact-matching.html | 2522 http/tests/xmlhttprequest/origin-exact-matching.html |
OLD | NEW |