| 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 | 64 |
| 65 # =========================================================================== # | 65 # =========================================================================== # |
| 66 # No Support for Feature planned. # | 66 # No Support for Feature planned. # |
| 67 # =========================================================================== # | 67 # =========================================================================== # |
| 68 # ----- webarchive format not supported | 68 # ----- webarchive format not supported |
| 69 svg/custom/image-with-prefix-in-webarchive.svg | 69 svg/custom/image-with-prefix-in-webarchive.svg |
| 70 http/tests/webarchive | 70 http/tests/webarchive |
| 71 webarchive | 71 webarchive |
| 72 svg/webarchive | 72 svg/webarchive |
| 73 | 73 |
| 74 # ENABLE(WEBGL) is disabled. |
| 75 http/tests/canvas/webgl |
| 76 compositing/webgl |
| 77 http/tests/security/webgl-remote-read-remote-image-allowed.html |
| 78 http/tests/security/webgl-remote-read-remote-image-allowed-with-credentials.html |
| 79 http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin.html |
| 80 |
| 74 # This test is for clients that choose to make the missing plugin indicator a bu
tton | 81 # This test is for clients that choose to make the missing plugin indicator a bu
tton |
| 75 plugins/clicking-missing-plugin-fires-delegate.html | 82 plugins/clicking-missing-plugin-fires-delegate.html |
| 76 | 83 |
| 77 # IndexedDB is not yet enabled. | 84 # IndexedDB is not yet enabled. |
| 78 storage/indexeddb | 85 storage/indexeddb |
| 79 | 86 |
| 80 # StorageTracker is not enabled. | 87 # StorageTracker is not enabled. |
| 81 storage/domstorage/localstorage/storagetracker | 88 storage/domstorage/localstorage/storagetracker |
| 82 | 89 |
| 83 # ----- No User Scripts | 90 # ----- No User Scripts |
| (...skipping 2437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2521 # [Qt] Selectstart event tests added by r87096 are failing on Qt | 2528 # [Qt] Selectstart event tests added by r87096 are failing on Qt |
| 2522 # https://bugs.webkit.org/show_bug.cgi?id=61322 | 2529 # https://bugs.webkit.org/show_bug.cgi?id=61322 |
| 2523 fast/events/selectstart-by-double-triple-clicks.html | 2530 fast/events/selectstart-by-double-triple-clicks.html |
| 2524 fast/events/selectstart-by-drag.html | 2531 fast/events/selectstart-by-drag.html |
| 2525 | 2532 |
| 2526 # LayoutTestController::setTextDirection is not implemented. | 2533 # LayoutTestController::setTextDirection is not implemented. |
| 2527 fast/html/set-text-direction.html | 2534 fast/html/set-text-direction.html |
| 2528 | 2535 |
| 2529 # JSC does not support setIsolatedWorldSecurityOrigin (http://webkit.org/b/61540
) | 2536 # JSC does not support setIsolatedWorldSecurityOrigin (http://webkit.org/b/61540
) |
| 2530 http/tests/security/isolatedWorld/cross-origin-xhr.html | 2537 http/tests/security/isolatedWorld/cross-origin-xhr.html |
| OLD | NEW |