| 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 2824 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2835 BUG16823 MAC : LayoutTests/editing/selection/contains-boundaries.html = FAIL | 2835 BUG16823 MAC : LayoutTests/editing/selection/contains-boundaries.html = FAIL |
| 2836 BUG16823 MAC : LayoutTests/editing/style/5065910.html = FAIL | 2836 BUG16823 MAC : LayoutTests/editing/style/5065910.html = FAIL |
| 2837 BUG16823 MAC : LayoutTests/editing/style/font-family-with-space.html = FAIL | 2837 BUG16823 MAC : LayoutTests/editing/style/font-family-with-space.html = FAIL |
| 2838 BUG16823 MAC : LayoutTests/editing/style/non-inheritable-styles.html = FAIL | 2838 BUG16823 MAC : LayoutTests/editing/style/non-inheritable-styles.html = FAIL |
| 2839 BUG16823 MAC : LayoutTests/editing/style/smoosh-styles-003.html = FAIL | 2839 BUG16823 MAC : LayoutTests/editing/style/smoosh-styles-003.html = FAIL |
| 2840 BUG16823 MAC : LayoutTests/fast/lists/drag-into-marker.html = FAIL | 2840 BUG16823 MAC : LayoutTests/fast/lists/drag-into-marker.html = FAIL |
| 2841 | 2841 |
| 2842 // New test from WebKit merge 46050:46087 | 2842 // New test from WebKit merge 46050:46087 |
| 2843 BUG17170 : LayoutTests/fast/dom/prototype-inheritance.html = FAIL | 2843 BUG17170 : LayoutTests/fast/dom/prototype-inheritance.html = FAIL |
| 2844 | 2844 |
| 2845 // New tests from WebKit merge 46087:46125 | |
| 2846 BUG17255 LINUX WIN : LayoutTests/fast/box-shadow/spread.html = FAIL | |
| 2847 | |
| 2848 // Test failures from WebKit merge r46143:46194 | 2845 // Test failures from WebKit merge r46143:46194 |
| 2849 BUG17398 LINUX : LayoutTests/fast/borders/borderRadiusDashed02.html = FAIL | 2846 BUG17398 LINUX : LayoutTests/fast/borders/borderRadiusDashed02.html = FAIL |
| 2850 BUG17398 LINUX : LayoutTests/fast/borders/borderRadiusDashed03.html = FAIL | 2847 BUG17398 LINUX : LayoutTests/fast/borders/borderRadiusDashed03.html = FAIL |
| 2851 BUG17398 LINUX : LayoutTests/fast/css/pseudo-cache-stale.html = FAIL | 2848 BUG17398 LINUX : LayoutTests/fast/css/pseudo-cache-stale.html = FAIL |
| 2852 BUG17398 LINUX : LayoutTests/fast/forms/search-zoomed.html = FAIL | 2849 BUG17398 LINUX : LayoutTests/fast/forms/search-zoomed.html = FAIL |
| 2853 | 2850 |
| 2854 // Test failures from WebKit merge r46194:46229 | 2851 // Test failures from WebKit merge r46194:46229 |
| 2855 BUG17499 MAC : LayoutTests/platform/mac/fast/loader/non-html-load-event.html = F
AIL | 2852 BUG17499 MAC : LayoutTests/platform/mac/fast/loader/non-html-load-event.html = F
AIL |
| 2856 | 2853 |
| 2857 // not sure why this started failing | 2854 // not sure why this started failing |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3067 BUG_JPARENT WIN DEBUG : LayoutTests/fast/frames/calculate-percentage.html = CRA
SH PASS | 3064 BUG_JPARENT WIN DEBUG : LayoutTests/fast/frames/calculate-percentage.html = CRA
SH PASS |
| 3068 BUG_JPARENT WIN DEBUG : LayoutTests/fast/frames/calculate-fixed.html = CRASH PA
SS | 3065 BUG_JPARENT WIN DEBUG : LayoutTests/fast/frames/calculate-fixed.html = CRASH PA
SS |
| 3069 | 3066 |
| 3070 // Started failing for no apparent reason at r28124 | 3067 // Started failing for no apparent reason at r28124 |
| 3071 // BUG_SENORBLANCO FAIL on next line is due to Skia roll and should be reverted
by end of 10/06/2009 | 3068 // BUG_SENORBLANCO FAIL on next line is due to Skia roll and should be reverted
by end of 10/06/2009 |
| 3072 BUG23972 LINUX : LayoutTests/fast/forms/form-element-geometry.html = CRASH FAIL | 3069 BUG23972 LINUX : LayoutTests/fast/forms/form-element-geometry.html = CRASH FAIL |
| 3073 BUG23972 WIN : LayoutTests/fast/forms/form-element-geometry.html = CRASH PASS | 3070 BUG23972 WIN : LayoutTests/fast/forms/form-element-geometry.html = CRASH PASS |
| 3074 | 3071 |
| 3075 // Flaky timeouts first appearing at r27764 (webkit 48947) | 3072 // Flaky timeouts first appearing at r27764 (webkit 48947) |
| 3076 BUG9798 LINUX MAC : LayoutTests/http/tests/cookies/multiple-cookies.html = TIMEO
UT PASS | 3073 BUG9798 LINUX MAC : LayoutTests/http/tests/cookies/multiple-cookies.html = TIMEO
UT PASS |
| OLD | NEW |