| 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 820 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 831 | 831 |
| 832 // The video appears as a white box on Windows. | 832 // The video appears as a white box on Windows. |
| 833 BUG13907 SKIP WIN : LayoutTests/media/video-zoom.html = FAIL | 833 BUG13907 SKIP WIN : LayoutTests/media/video-zoom.html = FAIL |
| 834 | 834 |
| 835 // Video has a green background, probably due to Mac repaint debugging code. | 835 // Video has a green background, probably due to Mac repaint debugging code. |
| 836 BUG13907 BUG25376 MAC DEBUG : LayoutTests/media/video-empty-source.html = FAIL | 836 BUG13907 BUG25376 MAC DEBUG : LayoutTests/media/video-empty-source.html = FAIL |
| 837 | 837 |
| 838 // The media time display is getting styled when it shouldn't be. | 838 // The media time display is getting styled when it shouldn't be. |
| 839 BUG13907 : LayoutTests/media/controls-styling.html = FAIL | 839 BUG13907 : LayoutTests/media/controls-styling.html = FAIL |
| 840 | 840 |
| 841 // This test has been fixed but will mark it as flaky until it's had some histor
y of running on the bots. | |
| 842 BUG13907 : LayoutTests/media/video-canvas-source.html = PASS FAIL | |
| 843 | |
| 844 // These tests are flaky with subtle pixel differences. | 841 // These tests are flaky with subtle pixel differences. |
| 845 BUG9798 BUG13907 : LayoutTests/media/audio-no-installed-engines.html = IMAGE | 842 BUG9798 BUG13907 : LayoutTests/media/audio-no-installed-engines.html = IMAGE |
| 846 BUG9798 BUG13907 : LayoutTests/media/video-aspect-ratio.html = IMAGE | 843 BUG9798 BUG13907 : LayoutTests/media/video-aspect-ratio.html = IMAGE |
| 847 BUG9798 BUG13907 : LayoutTests/media/video-transformed.html = IMAGE | 844 BUG9798 BUG13907 : LayoutTests/media/video-transformed.html = IMAGE |
| 848 BUG9798 BUG13907 MAC : LayoutTests/media/video-layer-crash.html = IMAGE | 845 BUG9798 BUG13907 MAC : LayoutTests/media/video-layer-crash.html = IMAGE |
| 849 | 846 |
| 850 // These tests are failing because they use position-dependent mouse clicks. | 847 // These tests are failing because they use position-dependent mouse clicks. |
| 851 BUG13907 BUG25375 : LayoutTests/media/video-controls-transformed.html = FAIL | 848 BUG13907 BUG25375 : LayoutTests/media/video-controls-transformed.html = FAIL |
| 852 | 849 |
| 853 // These tests are WONTFIX because they use codecs Chromium doesn't support. | 850 // These tests are WONTFIX because they use codecs Chromium doesn't support. |
| (...skipping 2337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3191 // Not sure when the flakiness started. | 3188 // Not sure when the flakiness started. |
| 3192 BUG25378 WIN LINUX : LayoutTests/fast/forms/search-hidden-cancel-button.html = C
RASH PASS | 3189 BUG25378 WIN LINUX : LayoutTests/fast/forms/search-hidden-cancel-button.html = C
RASH PASS |
| 3193 | 3190 |
| 3194 // Caused by ukai at revision 29626 (WebSockets) | 3191 // Caused by ukai at revision 29626 (WebSockets) |
| 3195 BUG25399 WIN : LayoutTests/fast/xmlhttprequest/xmlhttprequest-gc.html = CRASH PA
SS | 3192 BUG25399 WIN : LayoutTests/fast/xmlhttprequest/xmlhttprequest-gc.html = CRASH PA
SS |
| 3196 BUG25399 WIN : LayoutTests/fast/xmlhttprequest/xmlhttprequest-get.xhtml = CRASH
PASS | 3193 BUG25399 WIN : LayoutTests/fast/xmlhttprequest/xmlhttprequest-get.xhtml = CRASH
PASS |
| 3197 BUG25399 WIN : LayoutTests/fast/xmlhttprequest/xmlhttprequest-html-response-enco
ding.html = CRASH PASS | 3194 BUG25399 WIN : LayoutTests/fast/xmlhttprequest/xmlhttprequest-html-response-enco
ding.html = CRASH PASS |
| 3198 | 3195 |
| 3199 // Incorrect baseline removed. | 3196 // Incorrect baseline removed. |
| 3200 BUG25433 WIN LINUX : LayoutTests/css2.1/t040103-ident-03-c.html = IMAGE | 3197 BUG25433 WIN LINUX : LayoutTests/css2.1/t040103-ident-03-c.html = IMAGE |
| OLD | NEW |