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 1816 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1827 // New failures from 41613:41660 -- They likely just need to be rebaselined | 1827 // New failures from 41613:41660 -- They likely just need to be rebaselined |
1828 // for Mac and Linux, since that is what was done for Windows. | 1828 // for Mac and Linux, since that is what was done for Windows. |
1829 DEFER LINUX : LayoutTests/fast/forms/placeholder-pseudo-style.html = FAIL | 1829 DEFER LINUX : LayoutTests/fast/forms/placeholder-pseudo-style.html = FAIL |
1830 DEFER LINUX : LayoutTests/fast/layers/normal-flow-hit-test.html = FAIL | 1830 DEFER LINUX : LayoutTests/fast/layers/normal-flow-hit-test.html = FAIL |
1831 DEFER MAC LINUX : LayoutTests/fast/forms/placeholder-set-value.html = FAIL | 1831 DEFER MAC LINUX : LayoutTests/fast/forms/placeholder-set-value.html = FAIL |
1832 | 1832 |
1833 // New failures from 41613:41660 -- Linux should start using themeChromiumWin.cs
s | 1833 // New failures from 41613:41660 -- Linux should start using themeChromiumWin.cs
s |
1834 // instead of themeWin.css and then this test should pass. | 1834 // instead of themeWin.css and then this test should pass. |
1835 LINUX : LayoutTests/fast/forms/search-placeholder-value-changed.html = FAIL | 1835 LINUX : LayoutTests/fast/forms/search-placeholder-value-changed.html = FAIL |
1836 | 1836 |
1837 // This hits a stack-overflow exception earlier in debug mode than in | |
1838 // release mode on Windows. | |
1839 // | |
1840 // Hits the stack overflow earlier than before the new compiler in both | |
1841 // release and debug mode on Linux and Mac. | |
1842 // | |
1843 // http://code.google.com/p/v8/issues/detail?id=277 | |
1844 LINUX MAC : LayoutTests/fast/js/large-expressions.html = FAIL | |
1845 WIN DEBUG : LayoutTests/fast/js/large-expressions.html = FAIL | |
1846 | |
1847 // Started failing with r11635 (mbelshe) | 1837 // Started failing with r11635 (mbelshe) |
1848 WIN : LayoutTests/fast/dom/undetectable-document-all.html = FAIL | 1838 WIN : LayoutTests/fast/dom/undetectable-document-all.html = FAIL |
1849 | 1839 |
1850 // New failures from 41660:41709 | 1840 // New failures from 41660:41709 |
1851 // Newly added tests. | 1841 // Newly added tests. |
1852 DEFER LINUX WIN : LayoutTests/editing/pasteboard/5089327.html = FAIL | 1842 DEFER LINUX WIN : LayoutTests/editing/pasteboard/5089327.html = FAIL |
1853 DEFER MAC LINUX WIN : LayoutTests/fast/dom/Window/window-lookup-precedence.html
= FAIL | 1843 DEFER MAC LINUX WIN : LayoutTests/fast/dom/Window/window-lookup-precedence.html
= FAIL |
1854 DEFER MAC LINUX WIN : LayoutTests/fast/forms/basic-textareas.html = FAIL | 1844 DEFER MAC LINUX WIN : LayoutTests/fast/forms/basic-textareas.html = FAIL |
1855 DEFER MAC LINUX WIN : LayoutTests/fast/forms/linebox-overflow-in-textarea-paddin
g.html = FAIL | 1845 DEFER MAC LINUX WIN : LayoutTests/fast/forms/linebox-overflow-in-textarea-paddin
g.html = FAIL |
1856 DEFER MAC LINUX WIN : LayoutTests/http/tests/xmlhttprequest/access-control-basic
-whitelist-request-headers.html = FAIL | 1846 DEFER MAC LINUX WIN : LayoutTests/http/tests/xmlhttprequest/access-control-basic
-whitelist-request-headers.html = FAIL |
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2058 LINUX : LayoutTests/tables/mozilla_expected_failures/marvin/backgr_layers-show.h
tml = FAIL | 2048 LINUX : LayoutTests/tables/mozilla_expected_failures/marvin/backgr_layers-show.h
tml = FAIL |
2059 | 2049 |
2060 // Merge 41709:41733 | 2050 // Merge 41709:41733 |
2061 // Expectations changed upstream. | 2051 // Expectations changed upstream. |
2062 WIN : pending/security/block-test.html = FAIL | 2052 WIN : pending/security/block-test.html = FAIL |
2063 WIN LINUX : LayoutTests/editing/selection/5354455-2.html = FAIL | 2053 WIN LINUX : LayoutTests/editing/selection/5354455-2.html = FAIL |
2064 WIN LINUX : LayoutTests/editing/selection/5109817.html = FAIL | 2054 WIN LINUX : LayoutTests/editing/selection/5109817.html = FAIL |
2065 WIN LINUX : LayoutTests/http/tests/misc/url-in-utf16le.html = FAIL | 2055 WIN LINUX : LayoutTests/http/tests/misc/url-in-utf16le.html = FAIL |
2066 MAC RELEASE : LayoutTests/http/tests/misc/url-in-utf16le.html = FAIL | 2056 MAC RELEASE : LayoutTests/http/tests/misc/url-in-utf16le.html = FAIL |
2067 WIN LINUX : LayoutTests/http/tests/misc/url-in-utf16be.html = TIMEOUT | 2057 WIN LINUX : LayoutTests/http/tests/misc/url-in-utf16be.html = TIMEOUT |
OLD | NEW |