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 1802 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1813 // | 1813 // |
1814 // Hits the stack overflow earlier than before the new compiler in both | 1814 // Hits the stack overflow earlier than before the new compiler in both |
1815 // release and debug mode on Linux and Mac. | 1815 // release and debug mode on Linux and Mac. |
1816 // | 1816 // |
1817 // http://code.google.com/p/v8/issues/detail?id=277 | 1817 // http://code.google.com/p/v8/issues/detail?id=277 |
1818 LINUX MAC : LayoutTests/fast/js/large-expressions.html = FAIL | 1818 LINUX MAC : LayoutTests/fast/js/large-expressions.html = FAIL |
1819 WIN DEBUG : LayoutTests/fast/js/large-expressions.html = FAIL | 1819 WIN DEBUG : LayoutTests/fast/js/large-expressions.html = FAIL |
1820 | 1820 |
1821 // Started failing with r11635 (mbelshe) | 1821 // Started failing with r11635 (mbelshe) |
1822 WIN : LayoutTests/fast/dom/undetectable-document-all.html = FAIL | 1822 WIN : LayoutTests/fast/dom/undetectable-document-all.html = FAIL |
| 1823 |
OLD | NEW |