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 1729 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1740 | 1740 |
1741 // Merge WebKit: 42026:42115 new tests | 1741 // Merge WebKit: 42026:42115 new tests |
1742 BUG10475 WIN LINUX : LayoutTests/fast/block/positioning/negative-rel-position.ht
ml = FAIL | 1742 BUG10475 WIN LINUX : LayoutTests/fast/block/positioning/negative-rel-position.ht
ml = FAIL |
1743 // This test isn't just slow -- sometimes it times out indefinitely. | 1743 // This test isn't just slow -- sometimes it times out indefinitely. |
1744 BUG10475 WIN : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-tripm
ine.html = TIMEOUT PASS | 1744 BUG10475 WIN : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-tripm
ine.html = TIMEOUT PASS |
1745 BUG10475 MAC RELEASE : LayoutTests/http/tests/xmlhttprequest/redirect-cross-orig
in-tripmine.html = TIMEOUT PASS | 1745 BUG10475 MAC RELEASE : LayoutTests/http/tests/xmlhttprequest/redirect-cross-orig
in-tripmine.html = TIMEOUT PASS |
1746 BUG10475 WIN LINUX : LayoutTests/fast/forms/range-thumb-height-percentage.html =
FAIL | 1746 BUG10475 WIN LINUX : LayoutTests/fast/forms/range-thumb-height-percentage.html =
FAIL |
1747 | 1747 |
1748 SKIP BUG9613 : LayoutTests/fast/dom/clientWidthAfterDocumentIsRemoved.html = PAS
S | 1748 SKIP BUG9613 : LayoutTests/fast/dom/clientWidthAfterDocumentIsRemoved.html = PAS
S |
1749 | 1749 |
1750 BUG10476 WIN RELEASE: LayoutTests/http/tests/xmlhttprequest/redirect-cross-origi
n-post.html = FAIL PASS | 1750 BUG10476 WIN : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-post.
html = FAIL PASS |
1751 | 1751 |
1752 // Merge WebKit 42133:42199 regressions | 1752 // Merge WebKit 42133:42199 regressions |
1753 BUG10477 LINUX : LayoutTests/fast/events/context-no-deselect.html = FAIL | 1753 BUG10477 LINUX : LayoutTests/fast/events/context-no-deselect.html = FAIL |
1754 // All platforms fail because Chrome allows XHR to local directories and Safari
doesn't. | 1754 // All platforms fail because Chrome allows XHR to local directories and Safari
doesn't. |
1755 // Mac also has unimplemented test shell features. | 1755 // Mac also has unimplemented test shell features. |
1756 BUG20450 LINUX WIN : LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-
file.html = FAIL | 1756 BUG20450 LINUX WIN : LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-
file.html = FAIL |
1757 BUG20458 MAC : LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file.h
tml = FAIL | 1757 BUG20458 MAC : LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file.h
tml = FAIL |
1758 // Flaky since rev 13111. | 1758 // Flaky since rev 13111. |
1759 BUG10478 MAC : LayoutTests/fast/events/standalone-image-drag-to-editable.html =
FAIL PASS | 1759 BUG10478 MAC : LayoutTests/fast/events/standalone-image-drag-to-editable.html =
FAIL PASS |
1760 | 1760 |
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2334 | 2334 |
2335 // WebKit update 48684:48700 | 2335 // WebKit update 48684:48700 |
2336 BUG_DGLAZKOV LINUX WIN : LayoutTests/fast/forms/basic-buttons.html = FAIL | 2336 BUG_DGLAZKOV LINUX WIN : LayoutTests/fast/forms/basic-buttons.html = FAIL |
2337 BUG_DGLAZKOV LINUX WIN : LayoutTests/fast/forms/basic-inputs.html = FAIL | 2337 BUG_DGLAZKOV LINUX WIN : LayoutTests/fast/forms/basic-inputs.html = FAIL |
2338 BUG_DGLAZKOV : LayoutTests/fast/forms/textarea-maxlength.html = FAIL | 2338 BUG_DGLAZKOV : LayoutTests/fast/forms/textarea-maxlength.html = FAIL |
2339 | 2339 |
2340 // WebKit update 48700:48721 | 2340 // WebKit update 48700:48721 |
2341 BUG_DGLAZKOV : LayoutTests/fast/xmlhttprequest/xmlhttprequest-get.xhtml = FAIL | 2341 BUG_DGLAZKOV : LayoutTests/fast/xmlhttprequest/xmlhttprequest-get.xhtml = FAIL |
2342 BUG_DGLAZKOV : LayoutTests/http/tests/xmlhttprequest/event-target.html = FAIL | 2342 BUG_DGLAZKOV : LayoutTests/http/tests/xmlhttprequest/event-target.html = FAIL |
2343 BUG_DGLAZKOV : LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyS
tate-shouldDispatchEvent.html = FAIL | 2343 BUG_DGLAZKOV : LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyS
tate-shouldDispatchEvent.html = FAIL |
OLD | NEW |