| 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 1771 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1782 // it doesn't need to block the current release | 1782 // it doesn't need to block the current release |
| 1783 BUG10407 DEFER : LayoutTests/transitions/hang-with-bad-transition-list.html = TI
MEOUT FAIL PASS | 1783 BUG10407 DEFER : LayoutTests/transitions/hang-with-bad-transition-list.html = TI
MEOUT FAIL PASS |
| 1784 | 1784 |
| 1785 // Popup-menu doesn't draw in layout tests | 1785 // Popup-menu doesn't draw in layout tests |
| 1786 BUG10408 MAC : LayoutTests/fast/forms/menulist-no-overflow.html = FAIL | 1786 BUG10408 MAC : LayoutTests/fast/forms/menulist-no-overflow.html = FAIL |
| 1787 | 1787 |
| 1788 // Pass locally but fail on the bots. | 1788 // Pass locally but fail on the bots. |
| 1789 BUG10409 MAC : LayoutTests/fast/forms/002.html = FAIL | 1789 BUG10409 MAC : LayoutTests/fast/forms/002.html = FAIL |
| 1790 BUG10409 MAC LINUX : LayoutTests/svg/custom/clip-path-units-changes.svg = FAIL | 1790 BUG10409 MAC LINUX : LayoutTests/svg/custom/clip-path-units-changes.svg = FAIL |
| 1791 | 1791 |
| 1792 // Pass locally on some developers' machines but fails on bot. | 1792 // We disallow file:// urls from doing XHR to data:. |
| 1793 BUG9275 WIN MAC LINUX : LayoutTests/fast/encoding/char-decoding.html = FAIL | 1793 DEFER BUG9275 : LayoutTests/fast/encoding/char-decoding.html = FAIL |
| 1794 | 1794 |
| 1795 // Flakey tests | 1795 // Flakey tests |
| 1796 BUG10410 LINUX : LayoutTests/transitions/shorthand-transitions.html = FAIL PASS | 1796 BUG10410 LINUX : LayoutTests/transitions/shorthand-transitions.html = FAIL PASS |
| 1797 | 1797 |
| 1798 // intermittent failures on the buildbot | 1798 // intermittent failures on the buildbot |
| 1799 BUG10411 : LayoutTests/svg/custom/gradient-stop-style-change.svg = FAIL PASS | 1799 BUG10411 : LayoutTests/svg/custom/gradient-stop-style-change.svg = FAIL PASS |
| 1800 | 1800 |
| 1801 // The 7th column should not be top aligned. | 1801 // The 7th column should not be top aligned. |
| 1802 // New test. We should fix it, but it doesn't need to block the current release | 1802 // New test. We should fix it, but it doesn't need to block the current release |
| 1803 BUG10412 DEFER WIN LINUX : LayoutTests/fast/table/vertical-align-baseline.html =
FAIL | 1803 BUG10412 DEFER WIN LINUX : LayoutTests/fast/table/vertical-align-baseline.html =
FAIL |
| (...skipping 781 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2585 BUG11012 MAC : LayoutTests/editing/deleting/deletionUI-single-instance.html = FA
IL | 2585 BUG11012 MAC : LayoutTests/editing/deleting/deletionUI-single-instance.html = FA
IL |
| 2586 // Was marked as SLOW, now TIMEOUT. | 2586 // Was marked as SLOW, now TIMEOUT. |
| 2587 BUG11012 MAC : LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types
.html = TIMEOUT | 2587 BUG11012 MAC : LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types
.html = TIMEOUT |
| 2588 | 2588 |
| 2589 // Temporarily disable worker tests that fail after | 2589 // Temporarily disable worker tests that fail after |
| 2590 // http://src.chromium.org/viewvc/chrome?view=rev&revision=14461 | 2590 // http://src.chromium.org/viewvc/chrome?view=rev&revision=14461 |
| 2591 BUG11011 WIN : LayoutTests/fast/workers/worker-event-listener.html = TIMEOUT PAS
S | 2591 BUG11011 WIN : LayoutTests/fast/workers/worker-event-listener.html = TIMEOUT PAS
S |
| 2592 BUG11011 WIN : LayoutTests/fast/workers/worker-gc.html = TIMEOUT PASS | 2592 BUG11011 WIN : LayoutTests/fast/workers/worker-gc.html = TIMEOUT PASS |
| 2593 // The following failure was filed in BUG9798, used to be FAIL and PASS. | 2593 // The following failure was filed in BUG9798, used to be FAIL and PASS. |
| 2594 BUG11011 WIN : LayoutTests/fast/workers/worker-terminate.html = TIMEOUT FAIL PAS
S | 2594 BUG11011 WIN : LayoutTests/fast/workers/worker-terminate.html = TIMEOUT FAIL PAS
S |
| OLD | NEW |