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 BUG25617 WIN-XP RELEASE : LayoutTests/fast/text/line-breaks.html = FAIL | |
3050 BUG25617 WIN-XP DEBUG SLOW : LayoutTests/fast/text/line-breaks.html = FAIL | |
3051 BUG25616 WIN : LayoutTests/fast/overflow/overflow-float-stacking.html = FAIL | 3049 BUG25616 WIN : LayoutTests/fast/overflow/overflow-float-stacking.html = FAIL |
3052 | 3050 |
3053 // WK roll 48388:48399 (brettw) | 3051 // WK roll 48388:48399 (brettw) |
3054 BUG21919 WIN : LayoutTests/http/tests/security/mixedContent/insecure-css-in-main
-frame.html = FAIL PASS | 3052 BUG21919 WIN : LayoutTests/http/tests/security/mixedContent/insecure-css-in-main
-frame.html = FAIL PASS |
3055 | 3053 |
3056 // Flaky. The width of containing RenderBlocks sometimes becomes larger | 3054 // Flaky. The width of containing RenderBlocks sometimes becomes larger |
3057 BUG21958 WIN LINUX DEBUG : LayoutTests/svg/hixie/error/012.xml = FAIL PASS | 3055 BUG21958 WIN LINUX DEBUG : LayoutTests/svg/hixie/error/012.xml = FAIL PASS |
3058 BUG21958 MAC : LayoutTests/svg/hixie/error/012.xml = FAIL PASS | 3056 BUG21958 MAC : LayoutTests/svg/hixie/error/012.xml = FAIL PASS |
3059 | 3057 |
3060 // WK roll 48399:48423 (brettw) | 3058 // WK roll 48399:48423 (brettw) |
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3234 // WebKit roll 49992:49997 | 3232 // WebKit roll 49992:49997 |
3235 // hclam to add expected results. | 3233 // hclam to add expected results. |
3236 BUG_HCLAM SKIP : LayoutTests/media/video-volume-slider.html = FAIL | 3234 BUG_HCLAM SKIP : LayoutTests/media/video-volume-slider.html = FAIL |
3237 // scherkus to add expected results. | 3235 // scherkus to add expected results. |
3238 BUG_SCHERKUS : LayoutTests/media/video-pause-immediately.html = FAIL | 3236 BUG_SCHERKUS : LayoutTests/media/video-pause-immediately.html = FAIL |
3239 | 3237 |
3240 // New flaky crashing tests | 3238 // New flaky crashing tests |
3241 BUG25747 WIN : LayoutTests/fast/xmlhttprequest/xmlhttprequest-invalid-values.htm
l = CRASH PASS | 3239 BUG25747 WIN : LayoutTests/fast/xmlhttprequest/xmlhttprequest-invalid-values.htm
l = CRASH PASS |
3242 BUG25747 MAC : LayoutTests/fast/forms/tabbing-input-iframe.html = CRASH PASS | 3240 BUG25747 MAC : LayoutTests/fast/forms/tabbing-input-iframe.html = CRASH PASS |
3243 BUG25747 LINUX : LayoutTests/fast/overflow/scroll-vertical-not-horizontal.html =
CRASH PASS | 3241 BUG25747 LINUX : LayoutTests/fast/overflow/scroll-vertical-not-horizontal.html =
CRASH PASS |
OLD | NEW |