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 3001 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3012 | 3012 |
3013 // New test added in r48318 (GoogleURL bug) | 3013 // New test added in r48318 (GoogleURL bug) |
3014 BUG21764 : LayoutTests/fast/forms/ValidityState-typeMismatch-url.html = FAIL | 3014 BUG21764 : LayoutTests/fast/forms/ValidityState-typeMismatch-url.html = FAIL |
3015 | 3015 |
3016 // WK roll to 48371 | 3016 // WK roll to 48371 |
3017 BUG21841 MAC RELEASE : LayoutTests/plugins/destroy-during-npp-new.html = FAIL | 3017 BUG21841 MAC RELEASE : LayoutTests/plugins/destroy-during-npp-new.html = FAIL |
3018 BUG21841 MAC DEBUG SLOW : LayoutTests/plugins/destroy-during-npp-new.html = FAIL | 3018 BUG21841 MAC DEBUG SLOW : LayoutTests/plugins/destroy-during-npp-new.html = FAIL |
3019 BUG21841 WIN DEBUG : LayoutTests/plugins/destroy-during-npp-new.html = CRASH PAS
S | 3019 BUG21841 WIN DEBUG : LayoutTests/plugins/destroy-during-npp-new.html = CRASH PAS
S |
3020 | 3020 |
3021 | 3021 |
3022 BUG21859 WIN-VISTA : LayoutTests/fast/css/css2-system-fonts.html = FAIL | |
3023 BUG21859 WIN-VISTA : LayoutTests/fast/forms/search-styled.html = FAIL | 3022 BUG21859 WIN-VISTA : LayoutTests/fast/forms/search-styled.html = FAIL |
3024 BUG21859 WIN-VISTA : LayoutTests/fast/text/whitespace/026.html = FAIL | 3023 BUG21859 WIN-VISTA : LayoutTests/fast/text/whitespace/026.html = FAIL |
3025 BUG21859 WIN-VISTA : LayoutTests/fast/text/basic/006.html = FAIL | 3024 BUG21859 WIN-VISTA : LayoutTests/fast/text/basic/006.html = FAIL |
3026 BUG25617 WIN-XP RELEASE : LayoutTests/fast/text/line-breaks.html = FAIL | 3025 BUG25617 WIN-XP RELEASE : LayoutTests/fast/text/line-breaks.html = FAIL |
3027 BUG25617 WIN-XP DEBUG SLOW : LayoutTests/fast/text/line-breaks.html = FAIL | 3026 BUG25617 WIN-XP DEBUG SLOW : LayoutTests/fast/text/line-breaks.html = FAIL |
3028 BUG25616 WIN : LayoutTests/fast/overflow/overflow-float-stacking.html = FAIL | 3027 BUG25616 WIN : LayoutTests/fast/overflow/overflow-float-stacking.html = FAIL |
3029 | 3028 |
3030 // WK roll 48388:48399 (brettw) | 3029 // WK roll 48388:48399 (brettw) |
3031 BUG21919 WIN : LayoutTests/http/tests/security/mixedContent/insecure-css-in-main
-frame.html = FAIL PASS | 3030 BUG21919 WIN : LayoutTests/http/tests/security/mixedContent/insecure-css-in-main
-frame.html = FAIL PASS |
3032 | 3031 |
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3178 | 3177 |
3179 // Incorrect baseline removed. | 3178 // Incorrect baseline removed. |
3180 BUG25433 WIN LINUX : LayoutTests/css2.1/t040103-ident-03-c.html = IMAGE | 3179 BUG25433 WIN LINUX : LayoutTests/css2.1/t040103-ident-03-c.html = IMAGE |
3181 | 3180 |
3182 // Webkit roll 49926:49941 | 3181 // Webkit roll 49926:49941 |
3183 BUG25611 : LayoutTests/storage/domstorage/complex-values.html = FAIL | 3182 BUG25611 : LayoutTests/storage/domstorage/complex-values.html = FAIL |
3184 BUG25611 : LayoutTests/storage/domstorage/quota.html = CRASH PASS | 3183 BUG25611 : LayoutTests/storage/domstorage/quota.html = CRASH PASS |
3185 | 3184 |
3186 // Webkit roll 49947:49957 | 3185 // Webkit roll 49947:49957 |
3187 BUG_JOHNNYG WIN LINUX : LayoutTests/fast/forms/ValidityState-patternMismatch-001
.html = CRASH PASS | 3186 BUG_JOHNNYG WIN LINUX : LayoutTests/fast/forms/ValidityState-patternMismatch-001
.html = CRASH PASS |
OLD | NEW |