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 2380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2391 http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny.html | 2391 http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny.html |
2392 | 2392 |
2393 # [Qt] Migrate to Debian Squeeze | 2393 # [Qt] Migrate to Debian Squeeze |
2394 # https://bugs.webkit.org/show_bug.cgi?id=59609 | 2394 # https://bugs.webkit.org/show_bug.cgi?id=59609 |
2395 fast/workers/storage/use-same-database-in-page-and-workers.html | 2395 fast/workers/storage/use-same-database-in-page-and-workers.html |
2396 svg/W3C-SVG-1.1/struct-image-06-t.svg | 2396 svg/W3C-SVG-1.1/struct-image-06-t.svg |
2397 http/tests/loading/preload-slow-loading.php | 2397 http/tests/loading/preload-slow-loading.php |
2398 http/tests/security/contentSecurityPolicy/media-src-allowed.html | 2398 http/tests/security/contentSecurityPolicy/media-src-allowed.html |
2399 http/tests/security/contentSecurityPolicy/media-src-blocked.html | 2399 http/tests/security/contentSecurityPolicy/media-src-blocked.html |
2400 | 2400 |
| 2401 # Tests that require ENABLE(DOWNLOAD_ATTRIBUTE). |
| 2402 fast/dom/HTMLAnchorElement/anchor-nodownload.html |
| 2403 fast/dom/HTMLAnchorElement/anchor-download.html |
| 2404 fast/dom/HTMLAnchorElement/anchor-nodownload-set.html |
| 2405 fast/dom/HTMLAnchorElement/anchor-download-unset.html |
| 2406 |
2401 # This platform does not support the Page Visibility API. | 2407 # This platform does not support the Page Visibility API. |
2402 fast/events/page-visibility-iframe-delete-test.html | 2408 fast/events/page-visibility-iframe-delete-test.html |
2403 fast/events/page-visibility-iframe-move-test.html | 2409 fast/events/page-visibility-iframe-move-test.html |
2404 fast/events/page-visibility-iframe-propagation-test.html | 2410 fast/events/page-visibility-iframe-propagation-test.html |
2405 fast/events/page-visibility-transition-test.html | 2411 fast/events/page-visibility-transition-test.html |
2406 | 2412 |
2407 # Fails with Qt 4.7.3. | 2413 # Fails with Qt 4.7.3. |
2408 http/tests/inspector/network/download.html | 2414 http/tests/inspector/network/download.html |
2409 http/tests/inspector/network/x-frame-options-deny.html | 2415 http/tests/inspector/network/x-frame-options-deny.html |
2410 | 2416 |
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2540 svg/text/text-text-06-t.svg | 2546 svg/text/text-text-06-t.svg |
2541 svg/text/text-vkern-on-horizontal-text.svg | 2547 svg/text/text-vkern-on-horizontal-text.svg |
2542 svg/text/text-vkern.svg | 2548 svg/text/text-vkern.svg |
2543 http/tests/misc/SVGFont-delayed-load.html | 2549 http/tests/misc/SVGFont-delayed-load.html |
2544 | 2550 |
2545 # https://bugs.webkit.org/show_bug.cgi?id=64927 | 2551 # https://bugs.webkit.org/show_bug.cgi?id=64927 |
2546 inspector/styles/css-live-edit.html | 2552 inspector/styles/css-live-edit.html |
2547 | 2553 |
2548 # https://bugs.webkit.org/show_bug.cgi?id=64928 | 2554 # https://bugs.webkit.org/show_bug.cgi?id=64928 |
2549 inspector/styles/get-set-stylesheet-text.html | 2555 inspector/styles/get-set-stylesheet-text.html |
OLD | NEW |