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 1782 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1793 MAC DEBUG : LayoutTests/fast/events/popup-blocking-click-in-iframe.html = CRASH
PASS | 1793 MAC DEBUG : LayoutTests/fast/events/popup-blocking-click-in-iframe.html = CRASH
PASS |
1794 MAC DEBUG : LayoutTests/http/tests/security/aboutBlank/xss-DENIED-set-opener.htm
l = CRASH PASS | 1794 MAC DEBUG : LayoutTests/http/tests/security/aboutBlank/xss-DENIED-set-opener.htm
l = CRASH PASS |
1795 MAC DEBUG : LayoutTests/fast/html/body-offset-properties.html = CRASH PASS | 1795 MAC DEBUG : LayoutTests/fast/html/body-offset-properties.html = CRASH PASS |
1796 MAC : LayoutTests/tables/mozilla/other/slashlogo.html = TIMEOUT PASS | 1796 MAC : LayoutTests/tables/mozilla/other/slashlogo.html = TIMEOUT PASS |
1797 MAC : LayoutTests/http/tests/xmlhttprequest/xml-encoding.html = TIMEOUT PASS | 1797 MAC : LayoutTests/http/tests/xmlhttprequest/xml-encoding.html = TIMEOUT PASS |
1798 MAC : LayoutTests/http/tests/navigation/reload-subframe-iframe.html = TIMEOUT PA
SS | 1798 MAC : LayoutTests/http/tests/navigation/reload-subframe-iframe.html = TIMEOUT PA
SS |
1799 MAC : LayoutTests/http/tests/xmlhttprequest/encode-request-url.html = TIMEOUT PA
SS | 1799 MAC : LayoutTests/http/tests/xmlhttprequest/encode-request-url.html = TIMEOUT PA
SS |
1800 WIN DEBUG : LayoutTests/transitions/transition-end-event-multiple-03.html = FAIL
PASS | 1800 WIN DEBUG : LayoutTests/transitions/transition-end-event-multiple-03.html = FAIL
PASS |
1801 WIN DEBUG : LayoutTests/fast/dom/HTMLElement/innerHTML-selection-crash.html = CR
ASH PASS | 1801 WIN DEBUG : LayoutTests/fast/dom/HTMLElement/innerHTML-selection-crash.html = CR
ASH PASS |
1802 LINUX : LayoutTests/editing/selection/move-by-line-001.html = FAIL PASS | 1802 LINUX : LayoutTests/editing/selection/move-by-line-001.html = FAIL PASS |
| 1803 |
| 1804 |
| 1805 // This hits a stack-overflow exception earlier in debug mode than in |
| 1806 // release mode. |
| 1807 // |
| 1808 // http://code.google.com/p/v8/issues/detail?id=277 |
| 1809 DEBUG : LayoutTests/fast/js/large-expressions.html = FAIL PASS |
OLD | NEW |