| OLD | NEW |
| 1 // This file consists of lines with specifications of what | 1 // This file consists of lines with specifications of what |
| 2 // to expect from layout test cases. The test cases can be directories | 2 // to expect from layout test cases. The test cases can be directories |
| 3 // in which case the expectations apply to all test cases in that | 3 // in which case the expectations apply to all test cases in that |
| 4 // directory and any subdirectory. The format of the file is along the | 4 // directory and any subdirectory. The format of the file is along the |
| 5 // lines of: | 5 // lines of: |
| 6 // | 6 // |
| 7 // LayoutTests/fast/js/fixme.js = FAIL | 7 // LayoutTests/fast/js/fixme.js = FAIL |
| 8 // LayoutTests/fast/js/flaky.js = FAIL PASS | 8 // LayoutTests/fast/js/flaky.js = FAIL PASS |
| 9 // LayoutTests/fast/js/crash.js = CRASH TIMEOUT FAIL PASS | 9 // LayoutTests/fast/js/crash.js = CRASH TIMEOUT FAIL PASS |
| 10 // | 10 // |
| (...skipping 1845 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1856 | 1856 |
| 1857 // Needs investigation, perhaps just needs to be re-baselined on all | 1857 // Needs investigation, perhaps just needs to be re-baselined on all |
| 1858 // platforms. | 1858 // platforms. |
| 1859 BUG10859 LINUX MAC : LayoutTests/fast/dom/HTMLSelectElement/named-options.html =
FAIL | 1859 BUG10859 LINUX MAC : LayoutTests/fast/dom/HTMLSelectElement/named-options.html =
FAIL |
| 1860 BUG10861 WIN : LayoutTests/fast/dom/HTMLSelectElement/named-options.html = FAIL | 1860 BUG10861 WIN : LayoutTests/fast/dom/HTMLSelectElement/named-options.html = FAIL |
| 1861 | 1861 |
| 1862 // New failures from WebKit Merge 42671:42725 | 1862 // New failures from WebKit Merge 42671:42725 |
| 1863 BUG10861 WIN : LayoutTests/http/tests/plugins/post-url-file.html = PASS | 1863 BUG10861 WIN : LayoutTests/http/tests/plugins/post-url-file.html = PASS |
| 1864 BUG10861 MAC : LayoutTests/http/tests/plugins/post-url-file.html = TIMEOUT | 1864 BUG10861 MAC : LayoutTests/http/tests/plugins/post-url-file.html = TIMEOUT |
| 1865 | 1865 |
| 1866 // WebKit change http://trac.webkit.org/changeset/42732 introduced Mac specific
expectations, | |
| 1867 // but Chrome Mac has Windows behaviors. | |
| 1868 BUG20833 MAC : LayoutTests/editing/selection/click-in-margins-inside-editable-di
v.html = FAIL | |
| 1869 BUG20833 MAC : LayoutTests/editing/selection/click-in-padding-with-multiple-line
-boxes.html = FAIL | |
| 1870 | |
| 1871 // New failures from WebKit merge 42725:42805 | 1866 // New failures from WebKit merge 42725:42805 |
| 1872 // Because of WebKit change http://trac.webkit.org/changeset/42740, | 1867 // Because of WebKit change http://trac.webkit.org/changeset/42740, |
| 1873 // DumpRenderTree now dumps additional info on the element that was | 1868 // DumpRenderTree now dumps additional info on the element that was |
| 1874 // passed to the policy delegate. So the dump changes. | 1869 // passed to the policy delegate. So the dump changes. |
| 1875 // We need to reflect the change in test shell. | 1870 // We need to reflect the change in test shell. |
| 1876 BUG11000 : LayoutTests/fast/encoding/mailto-always-utf-8.html = FAIL CRASH | 1871 BUG11000 : LayoutTests/fast/encoding/mailto-always-utf-8.html = FAIL CRASH |
| 1877 BUG11000 : LayoutTests/fast/loader/policy-delegate-action-hit-test-zoomed.html =
FAIL | 1872 BUG11000 : LayoutTests/fast/loader/policy-delegate-action-hit-test-zoomed.html =
FAIL |
| 1878 BUG11000 : LayoutTests/http/tests/misc/policy-delegate-called-twice.html = FAIL | 1873 BUG11000 : LayoutTests/http/tests/misc/policy-delegate-called-twice.html = FAIL |
| 1879 BUG11000 : LayoutTests/http/tests/misc/redirect-to-external-url.html = FAIL | 1874 BUG11000 : LayoutTests/http/tests/misc/redirect-to-external-url.html = FAIL |
| 1880 | 1875 |
| (...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2349 BUG21439 : LayoutTests/userscripts/simple-stylesheet.html = FAIL | 2344 BUG21439 : LayoutTests/userscripts/simple-stylesheet.html = FAIL |
| 2350 // New database test that fails. | 2345 // New database test that fails. |
| 2351 BUG21442 : LayoutTests/storage/test-authorizer.html = TIMEOUT | 2346 BUG21442 : LayoutTests/storage/test-authorizer.html = TIMEOUT |
| 2352 | 2347 |
| 2353 // Crashing on Linux Debug as of V8 update at r25855 | 2348 // Crashing on Linux Debug as of V8 update at r25855 |
| 2354 BUG21501 LINUX DEBUG : LayoutTests/svg/custom/linking-a-03-b-preserveAspectRatio
.svg = CRASH | 2349 BUG21501 LINUX DEBUG : LayoutTests/svg/custom/linking-a-03-b-preserveAspectRatio
.svg = CRASH |
| 2355 | 2350 |
| 2356 // New test added by https://trac.webkit.org/changeset/48260. | 2351 // New test added by https://trac.webkit.org/changeset/48260. |
| 2357 // Marked as SKIP because it fails to find the test expectations (dies early). | 2352 // Marked as SKIP because it fails to find the test expectations (dies early). |
| 2358 BUG21522 SKIP : LayoutTests/http/tests/local/send-dragged-file.html = FAIL | 2353 BUG21522 SKIP : LayoutTests/http/tests/local/send-dragged-file.html = FAIL |
| OLD | NEW |