| 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 793 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 804 BUG13907 SKIP : LayoutTests/media/video-source-add-src.html = TIMEOUT | 804 BUG13907 SKIP : LayoutTests/media/video-source-add-src.html = TIMEOUT |
| 805 BUG9798 BUG13907 WIN LINUX DEBUG SLOW : LayoutTests/media/video-source-error.htm
l = FAIL PASS | 805 BUG9798 BUG13907 WIN LINUX DEBUG SLOW : LayoutTests/media/video-source-error.htm
l = FAIL PASS |
| 806 BUG9798 BUG13907 WIN LINUX DEBUG : LayoutTests/media/video-src-invalid-remove.ht
ml = FAIL PASS | 806 BUG9798 BUG13907 WIN LINUX DEBUG : LayoutTests/media/video-src-invalid-remove.ht
ml = FAIL PASS |
| 807 | 807 |
| 808 // The media time display isn't appearing. | 808 // The media time display isn't appearing. |
| 809 BUG13907 SKIP : LayoutTests/media/video-zoom-controls.html = FAIL | 809 BUG13907 SKIP : LayoutTests/media/video-zoom-controls.html = FAIL |
| 810 | 810 |
| 811 // The video appears as a white box on Windows. Fail whole test for now. | 811 // The video appears as a white box on Windows. Fail whole test for now. |
| 812 BUG13907 SKIP WIN : LayoutTests/media/video-zoom.html = FAIL | 812 BUG13907 SKIP WIN : LayoutTests/media/video-zoom.html = FAIL |
| 813 | 813 |
| 814 // Video appears with a green background. Probably due to repaint debugging cod
e. |
| 815 BUG25376 MAC DEBUG : LayoutTests/media/video-empty-source.html = FAIL |
| 816 |
| 814 // Every linux debug media test have spurious timeouts and it's annoying. | 817 // Every linux debug media test have spurious timeouts and it's annoying. |
| 815 // We have no idea why. | 818 // We have no idea why. |
| 816 BUG13907 BUG25094 SKIP LINUX DEBUG : LayoutTests/media = TIMEOUT | 819 BUG13907 BUG25094 SKIP LINUX DEBUG : LayoutTests/media = TIMEOUT |
| 817 | 820 |
| 818 // These have super subtle pixel differences due to flaky anti-aliasing. | 821 // These have super subtle pixel differences due to flaky anti-aliasing. |
| 819 // Patch is being submitted upstream. | 822 // Patch is being submitted upstream. |
| 820 BUG9798 BUG13907 : LayoutTests/media/audio-no-installed-engines.html = PASS FAIL | 823 BUG9798 BUG13907 : LayoutTests/media/audio-no-installed-engines.html = PASS FAIL |
| 821 BUG9798 BUG13907 : LayoutTests/media/video-aspect-ratio.html = PASS FAIL | 824 BUG9798 BUG13907 : LayoutTests/media/video-aspect-ratio.html = PASS FAIL |
| 822 BUG9798 BUG13907 : LayoutTests/media/video-transformed.html = PASS FAIL | 825 BUG9798 BUG13907 : LayoutTests/media/video-transformed.html = PASS FAIL |
| 823 | 826 |
| (...skipping 2344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3168 BUG_YUTAK MAC : LayoutTests/svg/W3C-SVG-1.1/filters-diffuse-01-f.svg = FAIL PASS | 3171 BUG_YUTAK MAC : LayoutTests/svg/W3C-SVG-1.1/filters-diffuse-01-f.svg = FAIL PASS |
| 3169 BUG_YUTAK MAC LINUX : LayoutTests/fast/frames/frame-set-same-src.html = CRASH PA
SS | 3172 BUG_YUTAK MAC LINUX : LayoutTests/fast/frames/frame-set-same-src.html = CRASH PA
SS |
| 3170 BUG_YUTAK MAC RELEASE : LayoutTests/fast/overflow/002.html = CRASH PASS | 3173 BUG_YUTAK MAC RELEASE : LayoutTests/fast/overflow/002.html = CRASH PASS |
| 3171 | 3174 |
| 3172 // Test expectation for MAC is located above. | 3175 // Test expectation for MAC is located above. |
| 3173 // Please remove CRASH from that line when the fix is in. | 3176 // Please remove CRASH from that line when the fix is in. |
| 3174 BUG_YUTAK WIN LINUX : LayoutTests/fast/frames/invalid.html = CRASH PASS | 3177 BUG_YUTAK WIN LINUX : LayoutTests/fast/frames/invalid.html = CRASH PASS |
| 3175 | 3178 |
| 3176 // WebKit Roll 49830:49844 | 3179 // WebKit Roll 49830:49844 |
| 3177 BUG_YUTAK WIN DEBUG : LayoutTests/fast/frames/calculate-fixed.html = CRASH | 3180 BUG_YUTAK WIN DEBUG : LayoutTests/fast/frames/calculate-fixed.html = CRASH |
| 3178 | |
| 3179 // Failures since Chromium 29594 | |
| 3180 BUG25376 MAC DEBUG : LayoutTests/media/video-empty-source.html = FAIL | |
| 3181 BUG25376 MAC DEBUG : LayoutTests/media/video-layer-crash.html = FAIL | |
| OLD | NEW |