| 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 1547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1558 LINUX : LayoutTests/svg/W3C-SVG-1.1/types-basicDOM-01-b.svg = FAIL | 1558 LINUX : LayoutTests/svg/W3C-SVG-1.1/types-basicDOM-01-b.svg = FAIL |
| 1559 LINUX : LayoutTests/svg/custom/use-transform.svg = FAIL | 1559 LINUX : LayoutTests/svg/custom/use-transform.svg = FAIL |
| 1560 LINUX : LayoutTests/fast/clip/007.html = PASS CRASH | 1560 LINUX : LayoutTests/fast/clip/007.html = PASS CRASH |
| 1561 LINUX : LayoutTests/fast/clip/010.html = PASS CRASH | 1561 LINUX : LayoutTests/fast/clip/010.html = PASS CRASH |
| 1562 LINUX : LayoutTests/fast/clip/012.html = PASS CRASH | 1562 LINUX : LayoutTests/fast/clip/012.html = PASS CRASH |
| 1563 | 1563 |
| 1564 // Regressions from WebKit merge to 40864 | 1564 // Regressions from WebKit merge to 40864 |
| 1565 WIN LINUX : LayoutTests/fast/block/positioning/001.html = FAIL PASS | 1565 WIN LINUX : LayoutTests/fast/block/positioning/001.html = FAIL PASS |
| 1566 // New test. We should fix it, but it doesn't need to block the current release | 1566 // New test. We should fix it, but it doesn't need to block the current release |
| 1567 DEFER : LayoutTests/fast/dom/getClientRects.html = FAIL | 1567 DEFER : LayoutTests/fast/dom/getClientRects.html = FAIL |
| 1568 WIN : LayoutTests/fast/forms/searchfield-heights.html = FAIL | |
| 1569 WIN LINUX : LayoutTests/fast/text/line-breaks.html = FAIL PASS | 1568 WIN LINUX : LayoutTests/fast/text/line-breaks.html = FAIL PASS |
| 1570 | 1569 |
| 1571 // Upstream dumprendertree changes caused the expected to change. | 1570 // Upstream dumprendertree changes caused the expected to change. |
| 1572 // Now our baseline is out of date, and we differ from Mac expected on the | 1571 // Now our baseline is out of date, and we differ from Mac expected on the |
| 1573 // caret position in the last line of the text output. | 1572 // caret position in the last line of the text output. |
| 1574 WIN LINUX : LayoutTests/svg/custom/foreignObject-crash-on-hover.xml = FAIL | 1573 WIN LINUX : LayoutTests/svg/custom/foreignObject-crash-on-hover.xml = FAIL |
| 1575 | 1574 |
| 1576 // Sharted showing up the mac build bots as timeout or pass on 02/16/09 in | 1575 // Sharted showing up the mac build bots as timeout or pass on 02/16/09 in |
| 1577 // debug, starting 03/10/09 it sometimes passes in release. | 1576 // debug, starting 03/10/09 it sometimes passes in release. |
| 1578 MAC : LayoutTests/fast/events/scrollbar-double-click.html = TIMEOUT PASS | 1577 MAC : LayoutTests/fast/events/scrollbar-double-click.html = TIMEOUT PASS |
| (...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1814 // Hits the stack overflow earlier than before the new compiler in both | 1813 // Hits the stack overflow earlier than before the new compiler in both |
| 1815 // release and debug mode on Linux and Mac. | 1814 // release and debug mode on Linux and Mac. |
| 1816 // | 1815 // |
| 1817 // http://code.google.com/p/v8/issues/detail?id=277 | 1816 // http://code.google.com/p/v8/issues/detail?id=277 |
| 1818 LINUX MAC : LayoutTests/fast/js/large-expressions.html = FAIL | 1817 LINUX MAC : LayoutTests/fast/js/large-expressions.html = FAIL |
| 1819 WIN DEBUG : LayoutTests/fast/js/large-expressions.html = FAIL | 1818 WIN DEBUG : LayoutTests/fast/js/large-expressions.html = FAIL |
| 1820 | 1819 |
| 1821 // Started failing with r11635 (mbelshe) | 1820 // Started failing with r11635 (mbelshe) |
| 1822 WIN : LayoutTests/fast/dom/undetectable-document-all.html = FAIL | 1821 WIN : LayoutTests/fast/dom/undetectable-document-all.html = FAIL |
| 1823 | 1822 |
| OLD | NEW |