| 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 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 fast/sub-pixel/inline-block-with-margin.html | 302 fast/sub-pixel/inline-block-with-margin.html |
| 303 fast/sub-pixel/inline-block-with-padding.html | 303 fast/sub-pixel/inline-block-with-padding.html |
| 304 fast/sub-pixel/large-sizes.html | 304 fast/sub-pixel/large-sizes.html |
| 305 fast/sub-pixel/layout-boxes-with-zoom.html | 305 fast/sub-pixel/layout-boxes-with-zoom.html |
| 306 fast/sub-pixel/position-right-aligns-with-container.html | 306 fast/sub-pixel/position-right-aligns-with-container.html |
| 307 fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html | 307 fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html |
| 308 fast/sub-pixel/size-of-box-with-zoom.html | 308 fast/sub-pixel/size-of-box-with-zoom.html |
| 309 fast/sub-pixel/table-rows-no-gaps.html | 309 fast/sub-pixel/table-rows-no-gaps.html |
| 310 fast/sub-pixel/sub-pixel-accumulates-to-layers.html | 310 fast/sub-pixel/sub-pixel-accumulates-to-layers.html |
| 311 fast/sub-pixel/selection/selection-rect-in-sub-pixel-table.html | 311 fast/sub-pixel/selection/selection-rect-in-sub-pixel-table.html |
| 312 fast/sub-pixel/snap-negative-location.html |
| 312 | 313 |
| 313 # CSS Regions support not yet enabled. http://webkit.org/b/57312 | 314 # CSS Regions support not yet enabled. http://webkit.org/b/57312 |
| 314 fast/regions | 315 fast/regions |
| 315 | 316 |
| 316 # CSS Exclusions support not yet enabled. http://webkit.org/b/57311 | 317 # CSS Exclusions support not yet enabled. http://webkit.org/b/57311 |
| 317 fast/exclusions | 318 fast/exclusions |
| 318 | 319 |
| 319 # USE(V8) | 320 # USE(V8) |
| 320 | 321 |
| 321 # v8 i18n extension. | 322 # v8 i18n extension. |
| (...skipping 2475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2797 | 2798 |
| 2798 # [Qt]REGRESSION(r128699): It made 2 fast/js/dfg tests assert | 2799 # [Qt]REGRESSION(r128699): It made 2 fast/js/dfg tests assert |
| 2799 # https://bugs.webkit.org/show_bug.cgi?id=96907 | 2800 # https://bugs.webkit.org/show_bug.cgi?id=96907 |
| 2800 fast/js/dfg-inline-arguments-use-from-all-the-places-broken.html | 2801 fast/js/dfg-inline-arguments-use-from-all-the-places-broken.html |
| 2801 fast/js/dfg-inline-arguments-use-from-all-the-places.html | 2802 fast/js/dfg-inline-arguments-use-from-all-the-places.html |
| 2802 | 2803 |
| 2803 # [Qt] REGRESSION(r128749): http/tests/inspector/network/network-xhr-same-url-as
-main-resource.html crashes | 2804 # [Qt] REGRESSION(r128749): http/tests/inspector/network/network-xhr-same-url-as
-main-resource.html crashes |
| 2804 # https://bugs.webkit.org/show_bug.cgi?id=96931 | 2805 # https://bugs.webkit.org/show_bug.cgi?id=96931 |
| 2805 http/tests/inspector/network/network-xhr-replay.html | 2806 http/tests/inspector/network/network-xhr-replay.html |
| 2806 | 2807 |
| OLD | NEW |