| 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 2186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2197 fast/dom/HTMLMeterElement/meter-styles-changing-pseudo.html | 2197 fast/dom/HTMLMeterElement/meter-styles-changing-pseudo.html |
| 2198 fast/dom/HTMLMeterElement/meter-styles.html | 2198 fast/dom/HTMLMeterElement/meter-styles.html |
| 2199 | 2199 |
| 2200 # https://bugs.webkit.org/show_bug.cgi?id=56691 | 2200 # https://bugs.webkit.org/show_bug.cgi?id=56691 |
| 2201 http/tests/inspector/network/network-size-chunked.html | 2201 http/tests/inspector/network/network-size-chunked.html |
| 2202 http/tests/inspector/network/network-size-sync.html | 2202 http/tests/inspector/network/network-size-sync.html |
| 2203 | 2203 |
| 2204 # https://bugs.webkit.org/show_bug.cgi?id=64097 | 2204 # https://bugs.webkit.org/show_bug.cgi?id=64097 |
| 2205 http/tests/inspector/network/network-disable-cache-memory.html | 2205 http/tests/inspector/network/network-disable-cache-memory.html |
| 2206 http/tests/inspector/network/network-disable-cache-xhrs.html | 2206 http/tests/inspector/network/network-disable-cache-xhrs.html |
| 2207 http/tests/inspector/network/disabled-cache-crash.html |
| 2207 | 2208 |
| 2208 # [Qt] media/video-playbackrate.html fails | 2209 # [Qt] media/video-playbackrate.html fails |
| 2209 # https://bugs.webkit.org/show_bug.cgi?id=57476 | 2210 # https://bugs.webkit.org/show_bug.cgi?id=57476 |
| 2210 media/video-playbackrate.html | 2211 media/video-playbackrate.html |
| 2211 | 2212 |
| 2212 # New tests without Qt specific expected files. Need investigation. | 2213 # New tests without Qt specific expected files. Need investigation. |
| 2213 animations/3d/matrix-transform-type-animation.html | 2214 animations/3d/matrix-transform-type-animation.html |
| 2214 fast/block/lineboxcontain/block-font.html | 2215 fast/block/lineboxcontain/block-font.html |
| 2215 fast/block/lineboxcontain/block-glyphs-replaced.html | 2216 fast/block/lineboxcontain/block-glyphs-replaced.html |
| 2216 fast/block/lineboxcontain/block-glyphs.html | 2217 fast/block/lineboxcontain/block-glyphs.html |
| (...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2546 svg/text/text-text-06-t.svg | 2547 svg/text/text-text-06-t.svg |
| 2547 svg/text/text-vkern-on-horizontal-text.svg | 2548 svg/text/text-vkern-on-horizontal-text.svg |
| 2548 svg/text/text-vkern.svg | 2549 svg/text/text-vkern.svg |
| 2549 http/tests/misc/SVGFont-delayed-load.html | 2550 http/tests/misc/SVGFont-delayed-load.html |
| 2550 | 2551 |
| 2551 # https://bugs.webkit.org/show_bug.cgi?id=64927 | 2552 # https://bugs.webkit.org/show_bug.cgi?id=64927 |
| 2552 inspector/styles/css-live-edit.html | 2553 inspector/styles/css-live-edit.html |
| 2553 | 2554 |
| 2554 # https://bugs.webkit.org/show_bug.cgi?id=64928 | 2555 # https://bugs.webkit.org/show_bug.cgi?id=64928 |
| 2555 inspector/styles/get-set-stylesheet-text.html | 2556 inspector/styles/get-set-stylesheet-text.html |
| OLD | NEW |