| OLD | NEW |
| 1 // These tests are expected to fail until we get around to fixing | 1 // These tests are expected to fail until we get around to fixing |
| 2 // them. | 2 // them. |
| 3 | 3 |
| 4 // Bug 1124548: Copying with no selection is sometimes supposed to work | 4 // Bug 1124548: Copying with no selection is sometimes supposed to work |
| 5 // Also skipped by Apple on Windows (rdar://problem/5015941) | 5 // Also skipped by Apple on Windows (rdar://problem/5015941) |
| 6 DEFER : LayoutTests/editing/execCommand/copy-without-selection.html = FAIL | 6 DEFER : LayoutTests/editing/execCommand/copy-without-selection.html = FAIL |
| 7 | 7 |
| 8 // onload race condition due to poorly designed test. | 8 // onload race condition due to poorly designed test. |
| 9 // Works fine when run stand-alone. Not needed for Beta. | 9 // Works fine when run stand-alone. Not needed for Beta. |
| 10 // Also skipped by Apple on Windows, due to intermittent failure | 10 // Also skipped by Apple on Windows, due to intermittent failure |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 // Upstreaming pending test needs work. | 117 // Upstreaming pending test needs work. |
| 118 // See https://bugs.webkit.org/show_bug.cgi?id=21536 | 118 // See https://bugs.webkit.org/show_bug.cgi?id=21536 |
| 119 DEFER : LayoutTests/fast/repaint/bugzilla-6473.html = PASS FAIL | 119 DEFER : LayoutTests/fast/repaint/bugzilla-6473.html = PASS FAIL |
| 120 | 120 |
| 121 // ----------------------------------------------------------------- | 121 // ----------------------------------------------------------------- |
| 122 // Tests deferred until we provide support for a particular feature. | 122 // Tests deferred until we provide support for a particular feature. |
| 123 // ----------------------------------------------------------------- | 123 // ----------------------------------------------------------------- |
| 124 | 124 |
| 125 // Worker related tests (ENABLE_WORKERS): | 125 // Worker related tests (ENABLE_WORKERS): |
| 126 DEFER SKIP : LayoutTests/fast/workers = TIMEOUT FAIL | 126 DEFER SKIP : LayoutTests/fast/workers = TIMEOUT FAIL |
| 127 DEFER SKIP : LayoutTests/http/tests/workers = TIMEOUT FAIL |
| 127 DEFER SKIP : LayoutTests/http/tests/xmlhttprequest/workers = TIMEOUT | 128 DEFER SKIP : LayoutTests/http/tests/xmlhttprequest/workers = TIMEOUT |
| 128 DEFER: LayoutTests/fast/events/dispatchEvent-crash.html = FAIL | 129 DEFER: LayoutTests/fast/events/dispatchEvent-crash.html = FAIL |
| 129 | 130 |
| 130 // These tests rely on the keygen tag, which we haven't wired up. | 131 // These tests rely on the keygen tag, which we haven't wired up. |
| 131 // See bug 802185 for details. | 132 // See bug 802185 for details. |
| 132 DEFER : LayoutTests/fast/html/keygen.html = FAIL | 133 DEFER : LayoutTests/fast/html/keygen.html = FAIL |
| 133 DEFER : LayoutTests/fast/invalid/residual-style.html = FAIL | 134 DEFER : LayoutTests/fast/invalid/residual-style.html = FAIL |
| 134 | 135 |
| 135 // ----------------------------------------------------------------- | 136 // ----------------------------------------------------------------- |
| 136 // Other | 137 // Other |
| (...skipping 1642 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1779 | 1780 |
| 1780 // Crashes sometimes. Race? Memory corruption? | 1781 // Crashes sometimes. Race? Memory corruption? |
| 1781 // Might be related to https://bugs.webkit.org/show_bug.cgi?id=22834 | 1782 // Might be related to https://bugs.webkit.org/show_bug.cgi?id=22834 |
| 1782 LINUX : LayoutTests/fast/canvas/set-colors.html = PASS CRASH | 1783 LINUX : LayoutTests/fast/canvas/set-colors.html = PASS CRASH |
| 1783 | 1784 |
| 1784 // Needs an FTP implementation to work completely. | 1785 // Needs an FTP implementation to work completely. |
| 1785 LINUX MAC : pending/security/block-test.html = FAIL | 1786 LINUX MAC : pending/security/block-test.html = FAIL |
| 1786 | 1787 |
| 1787 // Flakey on linux. Not clear when it started, but it was before 3/9/09. | 1788 // Flakey on linux. Not clear when it started, but it was before 3/9/09. |
| 1788 LINUX : LayoutTests/fast/clip/outline-overflowClip.html = CRASH PASS | 1789 LINUX : LayoutTests/fast/clip/outline-overflowClip.html = CRASH PASS |
| OLD | NEW |