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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
271 # https://bugs.webkit.org/show_bug.cgi?id=85532 | 271 # https://bugs.webkit.org/show_bug.cgi?id=85532 |
272 fast/sub-pixel/client-rect-has-subpixel-precision.html | 272 fast/sub-pixel/client-rect-has-subpixel-precision.html |
273 fast/sub-pixel/client-width-height-snapping.html | 273 fast/sub-pixel/client-width-height-snapping.html |
274 fast/sub-pixel/file-upload-control-at-fractional-offset.html | 274 fast/sub-pixel/file-upload-control-at-fractional-offset.html |
275 fast/sub-pixel/float-containing-block-with-margin.html | 275 fast/sub-pixel/float-containing-block-with-margin.html |
276 fast/sub-pixel/float-with-right-margin-zoom.html | 276 fast/sub-pixel/float-with-right-margin-zoom.html |
277 fast/sub-pixel/float-wrap-with-subpixel-top.html | 277 fast/sub-pixel/float-wrap-with-subpixel-top.html |
278 fast/sub-pixel/inline-block-should-not-wrap.html | 278 fast/sub-pixel/inline-block-should-not-wrap.html |
279 fast/sub-pixel/inline-block-with-margin.html | 279 fast/sub-pixel/inline-block-with-margin.html |
280 fast/sub-pixel/inline-block-with-padding.html | 280 fast/sub-pixel/inline-block-with-padding.html |
| 281 fast/sub-pixel/large-sizes.html |
281 fast/sub-pixel/layout-boxes-with-zoom.html | 282 fast/sub-pixel/layout-boxes-with-zoom.html |
282 fast/sub-pixel/position-right-aligns-with-container.html | 283 fast/sub-pixel/position-right-aligns-with-container.html |
283 fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html | 284 fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html |
284 fast/sub-pixel/size-of-box-with-zoom.html | 285 fast/sub-pixel/size-of-box-with-zoom.html |
285 fast/sub-pixel/table-rows-no-gaps.html | 286 fast/sub-pixel/table-rows-no-gaps.html |
286 | 287 |
287 # CSS Regions support not yet enabled. http://webkit.org/b/57312 | 288 # CSS Regions support not yet enabled. http://webkit.org/b/57312 |
288 fast/regions | 289 fast/regions |
289 | 290 |
290 # CSS Exclusions support not yet enabled. http://webkit.org/b/57311 | 291 # CSS Exclusions support not yet enabled. http://webkit.org/b/57311 |
(...skipping 2429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2720 inspector/debugger/debugger-set-breakpoint-regex.html | 2721 inspector/debugger/debugger-set-breakpoint-regex.html |
2721 inspector/debugger/pause-in-internal-script.html | 2722 inspector/debugger/pause-in-internal-script.html |
2722 inspector/debugger/script-formatter-breakpoints.html | 2723 inspector/debugger/script-formatter-breakpoints.html |
2723 inspector/debugger/set-breakpoint.html | 2724 inspector/debugger/set-breakpoint.html |
2724 inspector/debugger/watch-expressions-panel-switch.html | 2725 inspector/debugger/watch-expressions-panel-switch.html |
2725 | 2726 |
2726 # New tests introduced in r124555 asserts on 32 bit platforms | 2727 # New tests introduced in r124555 asserts on 32 bit platforms |
2727 # https://bugs.webkit.org/show_bug.cgi?id=93246 | 2728 # https://bugs.webkit.org/show_bug.cgi?id=93246 |
2728 fast/js/dfg-peephole-compare-final-object-to-final-object-or-other-when-both-pro
ven-final-object.html | 2729 fast/js/dfg-peephole-compare-final-object-to-final-object-or-other-when-both-pro
ven-final-object.html |
2729 fast/js/dfg-compare-final-object-to-final-object-or-other-when-both-proven-final
-object.html | 2730 fast/js/dfg-compare-final-object-to-final-object-or-other-when-both-proven-final
-object.html |
OLD | NEW |