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 1765 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1776 | 1776 |
1777 // Always fails for mac bug 5248, new failure with merge for eseidel | 1777 // Always fails for mac bug 5248, new failure with merge for eseidel |
1778 MAC : LayoutTests/http/tests/security/cross-frame-access-protocol-explicit-domai
n.html = FAIL | 1778 MAC : LayoutTests/http/tests/security/cross-frame-access-protocol-explicit-domai
n.html = FAIL |
1779 MAC : LayoutTests/http/tests/security/cross-frame-access-protocol.html = FAIL | 1779 MAC : LayoutTests/http/tests/security/cross-frame-access-protocol.html = FAIL |
1780 | 1780 |
1781 // New tests from merge 41181:41217 | 1781 // New tests from merge 41181:41217 |
1782 DEFER : LayoutTests/fast/dom/getBoundingClientRect-getClientRects-relative-to-vi
ewport.html = FAIL | 1782 DEFER : LayoutTests/fast/dom/getBoundingClientRect-getClientRects-relative-to-vi
ewport.html = FAIL |
1783 | 1783 |
1784 // Regressions from merge 41181:41217 | 1784 // Regressions from merge 41181:41217 |
1785 WIN : LayoutTests/fast/lists/drag-into-marker.html = FAIL | 1785 WIN : LayoutTests/fast/lists/drag-into-marker.html = FAIL |
| 1786 // Upstream regression. https://bugs.webkit.org/show_bug.cgi?id=24248 |
1786 LINUX WIN : LayoutTests/fast/overflow/004.html = FAIL | 1787 LINUX WIN : LayoutTests/fast/overflow/004.html = FAIL |
1787 LINUX WIN : LayoutTests/fast/overflow/hidden-scrollbar-resize.html = FAIL | 1788 LINUX WIN : LayoutTests/fast/overflow/hidden-scrollbar-resize.html = FAIL |
1788 LINUX WIN : LayoutTests/fast/overflow/hit-test-overflow-controls.html = FAIL | 1789 LINUX WIN : LayoutTests/fast/overflow/hit-test-overflow-controls.html = FAIL |
1789 | 1790 |
1790 // mbelshe to fix. Temporarily disable while tree red. | 1791 // mbelshe to fix. Temporarily disable while tree red. |
1791 WIN LINUX : chrome/fast/dom/extensions/interval.html = FAIL PASS | 1792 WIN LINUX : chrome/fast/dom/extensions/interval.html = FAIL PASS |
1792 | 1793 |
1793 // Regressions from merge 41217:41268 | 1794 // Regressions from merge 41217:41268 |
1794 // New tests | 1795 // New tests |
1795 DEFER : LayoutTests/fast/dom/Window/customized-property-survives-gc.html = FAIL | 1796 DEFER : LayoutTests/fast/dom/Window/customized-property-survives-gc.html = FAIL |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1865 // New tests added in the 41362:41402 merge. | 1866 // New tests added in the 41362:41402 merge. |
1866 // TODO(pamg): See which only need re-baselining. | 1867 // TODO(pamg): See which only need re-baselining. |
1867 DEFER : LayoutTests/fast/block/float/t0905-c414-flt-fit-01-d-g.html = FAIL | 1868 DEFER : LayoutTests/fast/block/float/t0905-c414-flt-fit-01-d-g.html = FAIL |
1868 DEFER : LayoutTests/fast/block/float/t0905-c5525-fltblck-00-d-ag.html = FAIL | 1869 DEFER : LayoutTests/fast/block/float/t0905-c5525-fltblck-00-d-ag.html = FAIL |
1869 DEFER : LayoutTests/fast/block/float/t0905-c5526-flthw-00-c-g.html = FAIL | 1870 DEFER : LayoutTests/fast/block/float/t0905-c5526-flthw-00-c-g.html = FAIL |
1870 DEFER : LayoutTests/fast/dom/Window/custom-constructors.html = FAIL | 1871 DEFER : LayoutTests/fast/dom/Window/custom-constructors.html = FAIL |
1871 DEFER : LayoutTests/fast/loader/main-document-url-for-non-http-loads.html = FAIL | 1872 DEFER : LayoutTests/fast/loader/main-document-url-for-non-http-loads.html = FAIL |
1872 | 1873 |
1873 // Started crashing with v8 version 1.0.3.1. http://crbug.com/8364 | 1874 // Started crashing with v8 version 1.0.3.1. http://crbug.com/8364 |
1874 LINUX : LayoutTests/fast/canvas/unclosed-canvas-1.html = CRASH | 1875 LINUX : LayoutTests/fast/canvas/unclosed-canvas-1.html = CRASH |
OLD | NEW |