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 2795 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2806 // Likely it's because this test depends on some other http test running before | 2806 // Likely it's because this test depends on some other http test running before |
2807 // it that no longer does (or vice versa, some other test running before it | 2807 // it that no longer does (or vice versa, some other test running before it |
2808 // is causing it to fail). | 2808 // is causing it to fail). |
2809 // Failed only in Release until the 52554->52633 WebKit merge. | 2809 // Failed only in Release until the 52554->52633 WebKit merge. |
2810 BUG9798 LINUX : LayoutTests/http/tests/security/clipboard/clipboard-file-access.
html = TEXT PASS | 2810 BUG9798 LINUX : LayoutTests/http/tests/security/clipboard/clipboard-file-access.
html = TEXT PASS |
2811 | 2811 |
2812 // These tests time out *and* are slow. The test should be fixed to not timeout, | 2812 // These tests time out *and* are slow. The test should be fixed to not timeout, |
2813 // then should be marked as SLOW/PASS. | 2813 // then should be marked as SLOW/PASS. |
2814 BUG2844 : LayoutTests/http/tests/appcache/cyrillic-uri.html = TIMEOUT PASS | 2814 BUG2844 : LayoutTests/http/tests/appcache/cyrillic-uri.html = TIMEOUT PASS |
2815 BUG2844 : LayoutTests/http/tests/appcache/fail-on-update.html = TIMEOUT PASS TEX
T | 2815 BUG2844 : LayoutTests/http/tests/appcache/fail-on-update.html = TIMEOUT PASS TEX
T |
2816 BUG2844 : LayoutTests/http/tests/appcache/offline-access.html = TIMEOUT PASS | 2816 BUG2844 : LayoutTests/http/tests/appcache/offline-access.html = TIMEOUT PASS CRA
SH |
2817 BUG2844 : LayoutTests/http/tests/appcache/update-cache.html = TIMEOUT PASS | 2817 BUG2844 : LayoutTests/http/tests/appcache/update-cache.html = TIMEOUT PASS |
2818 | 2818 |
2819 // These tests sometimes pass and sometimes have a text difference due | 2819 // These tests sometimes pass and sometimes have a text difference due |
2820 // to chromium's appcache being async. | 2820 // to chromium's appcache being async. |
2821 BUG2844 WIN RELEASE : LayoutTests/http/tests/appcache/top-frame-3.html = TEXT PA
SS | 2821 BUG2844 WIN RELEASE : LayoutTests/http/tests/appcache/top-frame-3.html = TEXT PA
SS |
2822 BUG2844 MAC LINUX : LayoutTests/http/tests/appcache/top-frame-3.html = TEXT PASS | 2822 BUG2844 MAC LINUX : LayoutTests/http/tests/appcache/top-frame-3.html = TEXT PASS |
2823 BUG2844 WIN RELEASE : LayoutTests/http/tests/appcache/top-frame-4.html = TEXT PA
SS | 2823 BUG2844 WIN RELEASE : LayoutTests/http/tests/appcache/top-frame-4.html = TEXT PA
SS |
2824 BUG2844 MAC LINUX : LayoutTests/http/tests/appcache/top-frame-4.html = TEXT PASS | 2824 BUG2844 MAC LINUX : LayoutTests/http/tests/appcache/top-frame-4.html = TEXT PASS |
2825 | 2825 |
2826 // These fail because chromium's appcache is async but webkit's is not. | 2826 // These fail because chromium's appcache is async but webkit's is not. |
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3140 BUG31642 LINUX DEBUG: LayoutTests/svg/W3C-SVG-1.1/animate-elem-30-t.svg = IMAGE+
TEXT CRASH | 3140 BUG31642 LINUX DEBUG: LayoutTests/svg/W3C-SVG-1.1/animate-elem-30-t.svg = IMAGE+
TEXT CRASH |
3141 | 3141 |
3142 // WebKit roll 52852 -> 52867 | 3142 // WebKit roll 52852 -> 52867 |
3143 BUG_JAPHET MAC : LayoutTests/svg/custom/marker-strokeWidth-changes.svg = FAIL | 3143 BUG_JAPHET MAC : LayoutTests/svg/custom/marker-strokeWidth-changes.svg = FAIL |
3144 BUG_JAPHET WIN : LayoutTests/svg/custom/feDisplacementMap-01.svg = TEXT | 3144 BUG_JAPHET WIN : LayoutTests/svg/custom/feDisplacementMap-01.svg = TEXT |
3145 BUG_JAPHET WIN : LayoutTests/svg/W3C-SVG-1.1/masking-intro-01-f.svg = IMAGE | 3145 BUG_JAPHET WIN : LayoutTests/svg/W3C-SVG-1.1/masking-intro-01-f.svg = IMAGE |
3146 BUG_JAPHET : LayoutTests/websocket/tests/frame-lengths.html = PASS TIMEOUT | 3146 BUG_JAPHET : LayoutTests/websocket/tests/frame-lengths.html = PASS TIMEOUT |
3147 | 3147 |
3148 // Flaky crash | 3148 // Flaky crash |
3149 BUG31794 WIN MAC : LayoutTests/storage/domstorage/localstorage/enumerate-storage
.html = CRASH PASS | 3149 BUG31794 WIN MAC : LayoutTests/storage/domstorage/localstorage/enumerate-storage
.html = CRASH PASS |
OLD | NEW |