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 3028 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3039 BUG24233 WIN LINUX : LayoutTests/editing/selection/drag-in-iframe.html = FAIL | 3039 BUG24233 WIN LINUX : LayoutTests/editing/selection/drag-in-iframe.html = FAIL |
3040 | 3040 |
3041 // New test added in r48318 (GoogleURL bug) | 3041 // New test added in r48318 (GoogleURL bug) |
3042 BUG21764 : LayoutTests/fast/forms/ValidityState-typeMismatch-url.html = FAIL | 3042 BUG21764 : LayoutTests/fast/forms/ValidityState-typeMismatch-url.html = FAIL |
3043 | 3043 |
3044 // WK roll to 48371 | 3044 // WK roll to 48371 |
3045 BUG21841 MAC RELEASE : LayoutTests/plugins/destroy-during-npp-new.html = FAIL | 3045 BUG21841 MAC RELEASE : LayoutTests/plugins/destroy-during-npp-new.html = FAIL |
3046 BUG21841 MAC DEBUG SLOW : LayoutTests/plugins/destroy-during-npp-new.html = FAIL | 3046 BUG21841 MAC DEBUG SLOW : LayoutTests/plugins/destroy-during-npp-new.html = FAIL |
3047 BUG21841 WIN DEBUG : LayoutTests/plugins/destroy-during-npp-new.html = CRASH PAS
S | 3047 BUG21841 WIN DEBUG : LayoutTests/plugins/destroy-during-npp-new.html = CRASH PAS
S |
3048 | 3048 |
3049 | |
3050 BUG21859 WIN-VISTA : LayoutTests/fast/forms/search-styled.html = FAIL | |
3051 BUG21859 WIN-VISTA : LayoutTests/fast/text/whitespace/026.html = FAIL | |
3052 BUG21859 WIN-VISTA : LayoutTests/fast/text/basic/006.html = FAIL | |
3053 BUG25617 WIN-XP RELEASE : LayoutTests/fast/text/line-breaks.html = FAIL | 3049 BUG25617 WIN-XP RELEASE : LayoutTests/fast/text/line-breaks.html = FAIL |
3054 BUG25617 WIN-XP DEBUG SLOW : LayoutTests/fast/text/line-breaks.html = FAIL | 3050 BUG25617 WIN-XP DEBUG SLOW : LayoutTests/fast/text/line-breaks.html = FAIL |
3055 BUG25616 WIN : LayoutTests/fast/overflow/overflow-float-stacking.html = FAIL | 3051 BUG25616 WIN : LayoutTests/fast/overflow/overflow-float-stacking.html = FAIL |
3056 | 3052 |
3057 // WK roll 48388:48399 (brettw) | 3053 // WK roll 48388:48399 (brettw) |
3058 BUG21919 WIN : LayoutTests/http/tests/security/mixedContent/insecure-css-in-main
-frame.html = FAIL PASS | 3054 BUG21919 WIN : LayoutTests/http/tests/security/mixedContent/insecure-css-in-main
-frame.html = FAIL PASS |
3059 | 3055 |
3060 // Flaky. The width of containing RenderBlocks sometimes becomes larger | 3056 // Flaky. The width of containing RenderBlocks sometimes becomes larger |
3061 BUG21958 WIN LINUX DEBUG : LayoutTests/svg/hixie/error/012.xml = FAIL PASS | 3057 BUG21958 WIN LINUX DEBUG : LayoutTests/svg/hixie/error/012.xml = FAIL PASS |
3062 BUG21958 MAC : LayoutTests/svg/hixie/error/012.xml = FAIL PASS | 3058 BUG21958 MAC : LayoutTests/svg/hixie/error/012.xml = FAIL PASS |
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3238 // WebKit roll 49992:49997 | 3234 // WebKit roll 49992:49997 |
3239 // hclam to add expected results. | 3235 // hclam to add expected results. |
3240 BUG_HCLAM SKIP : LayoutTests/media/video-volume-slider.html = FAIL | 3236 BUG_HCLAM SKIP : LayoutTests/media/video-volume-slider.html = FAIL |
3241 // scherkus to add expected results. | 3237 // scherkus to add expected results. |
3242 BUG_SCHERKUS : LayoutTests/media/video-pause-immediately.html = FAIL | 3238 BUG_SCHERKUS : LayoutTests/media/video-pause-immediately.html = FAIL |
3243 | 3239 |
3244 // New flaky crashing tests | 3240 // New flaky crashing tests |
3245 BUG25747 WIN : LayoutTests/fast/xmlhttprequest/xmlhttprequest-invalid-values.htm
l = CRASH PASS | 3241 BUG25747 WIN : LayoutTests/fast/xmlhttprequest/xmlhttprequest-invalid-values.htm
l = CRASH PASS |
3246 BUG25747 MAC : LayoutTests/fast/forms/tabbing-input-iframe.html = CRASH PASS | 3242 BUG25747 MAC : LayoutTests/fast/forms/tabbing-input-iframe.html = CRASH PASS |
3247 BUG25747 LINUX : LayoutTests/fast/overflow/scroll-vertical-not-horizontal.html =
CRASH PASS | 3243 BUG25747 LINUX : LayoutTests/fast/overflow/scroll-vertical-not-horizontal.html =
CRASH PASS |
OLD | NEW |