| 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 2441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2452 # We cannot implement FrameLoaderClient::canHandleRequest() since QNAM doesn't k
now | 2452 # We cannot implement FrameLoaderClient::canHandleRequest() since QNAM doesn't k
now |
| 2453 # whether or not a given scheme is supported prior to createRequest(). | 2453 # whether or not a given scheme is supported prior to createRequest(). |
| 2454 # This means we will never reach FrameLoaderClient::dispatchUnableToImplementPol
icy() | 2454 # This means we will never reach FrameLoaderClient::dispatchUnableToImplementPol
icy() |
| 2455 # due to spaceballs:// being an unhandled scheme, and thus the expected warning | 2455 # due to spaceballs:// being an unhandled scheme, and thus the expected warning |
| 2456 # will not be in the output. | 2456 # will not be in the output. |
| 2457 http/tests/misc/redirect-to-external-url.html | 2457 http/tests/misc/redirect-to-external-url.html |
| 2458 | 2458 |
| 2459 # Quota API is not yet supported. | 2459 # Quota API is not yet supported. |
| 2460 storage/storageinfo-query-usage.html | 2460 storage/storageinfo-query-usage.html |
| 2461 storage/storageinfo-request-quota.html | 2461 storage/storageinfo-request-quota.html |
| 2462 storage/storageinfo-no-callbacks.html |
| 2462 | 2463 |
| 2463 # Expose title direction in WebKit API | 2464 # Expose title direction in WebKit API |
| 2464 # https://bugs.webkit.org/show_bug.cgi?id=58845 | 2465 # https://bugs.webkit.org/show_bug.cgi?id=58845 |
| 2465 fast/dom/title-directionality.html | 2466 fast/dom/title-directionality.html |
| 2466 | 2467 |
| 2467 # fast/text/zero-width-characters-complex-script fails on Chrome and Qt on Linux | 2468 # fast/text/zero-width-characters-complex-script fails on Chrome and Qt on Linux |
| 2468 # https://bugs.webkit.org/show_bug.cgi?id=58741 | 2469 # https://bugs.webkit.org/show_bug.cgi?id=58741 |
| 2469 fast/text/zero-width-characters-complex-script.html | 2470 fast/text/zero-width-characters-complex-script.html |
| 2470 | 2471 |
| 2471 # [Qt]fast/url/idna tests fail | 2472 # [Qt]fast/url/idna tests fail |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2520 # [Qt] Selectstart event tests added by r87096 are failing on Qt | 2521 # [Qt] Selectstart event tests added by r87096 are failing on Qt |
| 2521 # https://bugs.webkit.org/show_bug.cgi?id=61322 | 2522 # https://bugs.webkit.org/show_bug.cgi?id=61322 |
| 2522 fast/events/selectstart-by-double-triple-clicks.html | 2523 fast/events/selectstart-by-double-triple-clicks.html |
| 2523 fast/events/selectstart-by-drag.html | 2524 fast/events/selectstart-by-drag.html |
| 2524 | 2525 |
| 2525 # LayoutTestController::setTextDirection is not implemented. | 2526 # LayoutTestController::setTextDirection is not implemented. |
| 2526 fast/html/set-text-direction.html | 2527 fast/html/set-text-direction.html |
| 2527 | 2528 |
| 2528 # JSC does not support setIsolatedWorldSecurityOrigin (http://webkit.org/b/61540
) | 2529 # JSC does not support setIsolatedWorldSecurityOrigin (http://webkit.org/b/61540
) |
| 2529 http/tests/security/isolatedWorld/cross-origin-xhr.html | 2530 http/tests/security/isolatedWorld/cross-origin-xhr.html |
| OLD | NEW |