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 1837 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1848 WIN : LayoutTests/svg/W3C-SVG-1.1/text-text-08-b.svg = FAIL | 1848 WIN : LayoutTests/svg/W3C-SVG-1.1/text-text-08-b.svg = FAIL |
1849 LINUX : LayoutTests/editing/selection/drag-to-contenteditable-iframe.html = FAIL | 1849 LINUX : LayoutTests/editing/selection/drag-to-contenteditable-iframe.html = FAIL |
1850 MAC : LayoutTests/fast/text/atsui-multiple-renderers.html = FAIL | 1850 MAC : LayoutTests/fast/text/atsui-multiple-renderers.html = FAIL |
1851 | 1851 |
1852 // Merge 41709:41733 | 1852 // Merge 41709:41733 |
1853 // Expectations changed upstream. | 1853 // Expectations changed upstream. |
1854 WIN LINUX : LayoutTests/http/tests/misc/url-in-utf16le.html = FAIL | 1854 WIN LINUX : LayoutTests/http/tests/misc/url-in-utf16le.html = FAIL |
1855 MAC RELEASE : LayoutTests/http/tests/misc/url-in-utf16le.html = FAIL | 1855 MAC RELEASE : LayoutTests/http/tests/misc/url-in-utf16le.html = FAIL |
1856 WIN LINUX : LayoutTests/http/tests/misc/url-in-utf16be.html = TIMEOUT | 1856 WIN LINUX : LayoutTests/http/tests/misc/url-in-utf16be.html = TIMEOUT |
1857 MAC : LayoutTests/http/tests/misc/submit-get-in-utf16le.html = TIMEOUT FAIL | 1857 MAC : LayoutTests/http/tests/misc/submit-get-in-utf16le.html = TIMEOUT FAIL |
| 1858 |
| 1859 // Tests that fail in debug mode on linux |
| 1860 DEBUG LINUX : LayoutTests/fast/css/remove-shorthand.html = FAIL |
| 1861 DEBUG LINUX : LayoutTests/fast/dom/HTMLInputElement/input-checked-reset.html = F
AIL |
| 1862 DEBUG LINUX : LayoutTests/fast/dom/clone-node-form-elements.html = FAIL |
| 1863 DEBUG LINUX : LayoutTests/fast/dom/dir-no-body.html = FAIL |
| 1864 DEBUG LINUX : LayoutTests/fast/dynamic/containing-block-change.html = FAIL |
| 1865 DEBUG LINUX : LayoutTests/fast/parser/bad-xml-slash.html = FAIL |
| 1866 DEBUG LINUX : LayoutTests/fast/replaced/replaced-breaking.html = FAIL |
| 1867 DEBUG LINUX : LayoutTests/http/tests/navigation/anchor-goback.html = FAIL |
| 1868 DEBUG LINUX : LayoutTests/tables/mozilla/bugs/bug1318.html = FAIL |
| 1869 DEBUG LINUX : chrome/fast/dom/onload-fires-twice.html = FAIL |
| 1870 DEBUG LINUX : LayoutTests/fast/canvas/canvas-pattern-transform.html = CRASH |
| 1871 DEBUG LINUX : LayoutTests/svg/custom/mask-excessive-malloc.svg = CRASH |
OLD | NEW |