OLD | NEW |
1 | 1 |
2 # Welcome to the GTK+ Skipped list! This list is divided into several sections | 2 # Welcome to the GTK+ Skipped list! This list is divided into several sections |
3 # to make it easy for us to triage and close issues. | 3 # to make it easy for us to triage and close issues. |
4 | 4 |
5 # 1. TESTS THAT REQUIRE NEW RESULTS | 5 # 1. TESTS THAT REQUIRE NEW RESULTS |
6 # Please don't add any tests to this list. Instead just ping a GTK+ developer | 6 # Please don't add any tests to this list. Instead just ping a GTK+ developer |
7 # to generate results for you. | 7 # to generate results for you. |
8 | 8 |
9 # 2. FLAKY TESTS | 9 # 2. FLAKY TESTS |
10 # When appropriate, open a bug for flaky tests with the test diff and informatio
n | 10 # When appropriate, open a bug for flaky tests with the test diff and informatio
n |
(...skipping 1522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1533 | 1533 |
1534 # https://bugs.webkit.org/show_bug.cgi?id=61122 | 1534 # https://bugs.webkit.org/show_bug.cgi?id=61122 |
1535 http/tests/navigation/post-307-response.html | 1535 http/tests/navigation/post-307-response.html |
1536 | 1536 |
1537 # https://bugs.webkit.org/show_bug.cgi?id=61523 | 1537 # https://bugs.webkit.org/show_bug.cgi?id=61523 |
1538 http/tests/eventsource/workers/eventsource-simple.html | 1538 http/tests/eventsource/workers/eventsource-simple.html |
1539 | 1539 |
1540 # failing dropzone test(http://bugs.webkit.org/show_bug.cgi?id=61630) | 1540 # failing dropzone test(http://bugs.webkit.org/show_bug.cgi?id=61630) |
1541 fast/events/dropzone-002.html | 1541 fast/events/dropzone-002.html |
1542 | 1542 |
| 1543 # Tests that require ENABLE(DOWNLOAD_ATTRIBUTE). |
| 1544 fast/dom/HTMLAnchorElement/anchor-nodownload.html |
| 1545 fast/dom/HTMLAnchorElement/anchor-download.html |
| 1546 fast/dom/HTMLAnchorElement/anchor-nodownload-set.html |
| 1547 fast/dom/HTMLAnchorElement/anchor-download-unset.html |
| 1548 |
1543 # Failing because WebGL is not enabled | 1549 # Failing because WebGL is not enabled |
1544 http/tests/security/webgl-remote-read-remote-image-allowed.html | 1550 http/tests/security/webgl-remote-read-remote-image-allowed.html |
1545 http/tests/security/webgl-remote-read-remote-image-allowed-with-credentials.html | 1551 http/tests/security/webgl-remote-read-remote-image-allowed-with-credentials.html |
1546 http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin.html | 1552 http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin.html |
1547 | 1553 |
1548 # New flexbox is not yet enabled. http://webkit.org/b/62048 | 1554 # New flexbox is not yet enabled. http://webkit.org/b/62048 |
1549 css3/flexbox | 1555 css3/flexbox |
1550 | 1556 |
1551 # CSS Regions support not yet enabled. http://webkit.org/b/57312 | 1557 # CSS Regions support not yet enabled. http://webkit.org/b/57312 |
1552 fast/regions | 1558 fast/regions |
(...skipping 12 matching lines...) Expand all Loading... |
1565 # NWRT. Skip inspector/ and http/tests/inspector while we figure out | 1571 # NWRT. Skip inspector/ and http/tests/inspector while we figure out |
1566 # what happens to them in the bots; the debug bots are failing only a | 1572 # what happens to them in the bots; the debug bots are failing only a |
1567 # few tests, but the release bot is getting timeouts in pretty much | 1573 # few tests, but the release bot is getting timeouts in pretty much |
1568 # all of them. | 1574 # all of them. |
1569 http/tests/inspector | 1575 http/tests/inspector |
1570 http/tests/inspector-enabled | 1576 http/tests/inspector-enabled |
1571 inspector/ | 1577 inspector/ |
1572 | 1578 |
1573 # Skipped until new WebSocket protocol is implemented. http://webkit.org/b/50099 | 1579 # Skipped until new WebSocket protocol is implemented. http://webkit.org/b/50099 |
1574 http/tests/websocket/tests/hybi/ | 1580 http/tests/websocket/tests/hybi/ |
OLD | NEW |