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 1724 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1735 | 1735 |
1736 // Needs an FTP implementation to work completely. | 1736 // Needs an FTP implementation to work completely. |
1737 LINUX MAC : pending/security/block-test.html = FAIL | 1737 LINUX MAC : pending/security/block-test.html = FAIL |
1738 | 1738 |
1739 // Flakey. Not clear when it started, but it was before 3/9/09. | 1739 // Flakey. Not clear when it started, but it was before 3/9/09. |
1740 LINUX : LayoutTests/fast/clip/outline-overflowClip.html = CRASH PASS | 1740 LINUX : LayoutTests/fast/clip/outline-overflowClip.html = CRASH PASS |
1741 WIN : LayoutTests/transitions/transition-end-event-transform.html = FAIL PASS | 1741 WIN : LayoutTests/transitions/transition-end-event-transform.html = FAIL PASS |
1742 | 1742 |
1743 // Timing out starting 03/10/09 | 1743 // Timing out starting 03/10/09 |
1744 MAC : LayoutTests/fast/dom/navigator-detached-no-crash.html = PASS TIMEOUT | 1744 MAC : LayoutTests/fast/dom/navigator-detached-no-crash.html = PASS TIMEOUT |
| 1745 |
| 1746 // Added 3/10/09. |
| 1747 WIN : LayoutTests/transitions/transition-end-event-multiple-01.html = FAIL PASS |
| 1748 WIN DEBUG : LayoutTests/transitions/transition-end-event-attributes.html = FAIL
PASS |
| 1749 MAC : LayoutTests/http/tests/misc/submit-get-in-utf16le.html = TIMEOUT PASS |
| 1750 MAC : LayoutTests/http/tests/xmlhttprequest/upload-onloadstart-event.html = TIME
OUT PASS |
| 1751 MAC DEBUG : LayoutTests/http/tests/misc/dns-prefetch-control.html = TIMEOUT PASS |
| 1752 MAC DEBUG : LayoutTests/http/tests/misc/url-in-utf16le.html = TIMEOUT PASS |
OLD | NEW |