| OLD | NEW |
| 1 # Welcome to the GTK+ Skipped list! This list is divided into several sections | 1 # Welcome to the GTK+ Skipped list! This list is divided into several sections |
| 2 # to make it easy for us to triage and close issues. | 2 # to make it easy for us to triage and close issues. |
| 3 | 3 |
| 4 # 1. TESTS THAT REQUIRE NEW RESULTS | 4 # 1. TESTS THAT REQUIRE NEW RESULTS |
| 5 # Please don't add any tests to this list. Instead just ping a GTK+ developer | 5 # Please don't add any tests to this list. Instead just ping a GTK+ developer |
| 6 # to generate results for you. | 6 # to generate results for you. |
| 7 | 7 |
| 8 # 2. FLAKY TESTS | 8 # 2. FLAKY TESTS |
| 9 # When appropriate, open a bug for flaky tests with the test diff and informatio
n | 9 # When appropriate, open a bug for flaky tests with the test diff and informatio
n |
| 10 # about which bots the test fails on. | 10 # about which bots the test fails on. |
| (...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 331 # DRT missing didRunInsecureContent notification | 331 # DRT missing didRunInsecureContent notification |
| 332 # https://bugs.webkit.org/show_bug.cgi?id=59367 | 332 # https://bugs.webkit.org/show_bug.cgi?id=59367 |
| 333 http/tests/security/mixedContent/insecure-css-in-iframe.html | 333 http/tests/security/mixedContent/insecure-css-in-iframe.html |
| 334 | 334 |
| 335 # Animation API is disabled | 335 # Animation API is disabled |
| 336 animations/animation-api-1.html | 336 animations/animation-api-1.html |
| 337 | 337 |
| 338 # Quota API is not supported. | 338 # Quota API is not supported. |
| 339 storage/storageinfo-query-usage.html | 339 storage/storageinfo-query-usage.html |
| 340 storage/storageinfo-request-quota.html | 340 storage/storageinfo-request-quota.html |
| 341 storage/storageinfo-no-callbacks.html |
| 341 | 342 |
| 342 # This platform does not support the Page Visibility API. | 343 # This platform does not support the Page Visibility API. |
| 343 fast/events/page-visibility-iframe-delete-test.html | 344 fast/events/page-visibility-iframe-delete-test.html |
| 344 fast/events/page-visibility-iframe-move-test.html | 345 fast/events/page-visibility-iframe-move-test.html |
| 345 fast/events/page-visibility-iframe-propagation-test.html | 346 fast/events/page-visibility-iframe-propagation-test.html |
| 346 fast/events/page-visibility-transition-test.html | 347 fast/events/page-visibility-transition-test.html |
| 347 | 348 |
| 348 # JSC does not support setIsolatedWorldSecurityOrigin (http://webkit.org/b/61540
) | 349 # JSC does not support setIsolatedWorldSecurityOrigin (http://webkit.org/b/61540
) |
| 349 http/tests/security/isolatedWorld/cross-origin-xhr.html | 350 http/tests/security/isolatedWorld/cross-origin-xhr.html |
| 350 | 351 |
| (...skipping 1121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1472 | 1473 |
| 1473 # https://bugs.webkit.org/show_bug.cgi?id=61396 | 1474 # https://bugs.webkit.org/show_bug.cgi?id=61396 |
| 1474 fast/events/scroll-in-scaled-page-with-overflow-hidden.html | 1475 fast/events/scroll-in-scaled-page-with-overflow-hidden.html |
| 1475 | 1476 |
| 1476 # https://bugs.webkit.org/show_bug.cgi?id=61523 | 1477 # https://bugs.webkit.org/show_bug.cgi?id=61523 |
| 1477 http/tests/eventsource/workers/eventsource-simple.html | 1478 http/tests/eventsource/workers/eventsource-simple.html |
| 1478 | 1479 |
| 1479 # failing dropzone test(http://bugs.webkit.org/show_bug.cgi?id=61630) | 1480 # failing dropzone test(http://bugs.webkit.org/show_bug.cgi?id=61630) |
| 1480 fast/events/dropzone-002.html | 1481 fast/events/dropzone-002.html |
| 1481 | 1482 |
| OLD | NEW |