| 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 2289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2300 BUG10457 MAC : LayoutTests/fast/js/large-expressions.html = FAIL | 2300 BUG10457 MAC : LayoutTests/fast/js/large-expressions.html = FAIL |
| 2301 BUG10457 DEBUG WIN SLOW : LayoutTests/fast/js/large-expressions.html = FAIL | 2301 BUG10457 DEBUG WIN SLOW : LayoutTests/fast/js/large-expressions.html = FAIL |
| 2302 | 2302 |
| 2303 | 2303 |
| 2304 // Merge 41768:41807 | 2304 // Merge 41768:41807 |
| 2305 // Perhaps just needs new baseline? | 2305 // Perhaps just needs new baseline? |
| 2306 // These tests were rebaselined with failure long ago. We shouldn't do this, and | 2306 // These tests were rebaselined with failure long ago. We shouldn't do this, and |
| 2307 // instead work upstream to improve tests so that they don't fail. | 2307 // instead work upstream to improve tests so that they don't fail. |
| 2308 // Linux-only failures | 2308 // Linux-only failures |
| 2309 BUG10458 LINUX : LayoutTests/editing/inserting/6633727.html = FAIL | 2309 BUG10458 LINUX : LayoutTests/editing/inserting/6633727.html = FAIL |
| 2310 BUG10458 LINUX : LayoutTests/fast/block/float/overlapping-floats-with-overflow-h
idden.html = FAIL | |
| 2311 BUG10458 MAC LINUX : LayoutTests/fast/dom/java-applet-calls.html = FAIL | 2310 BUG10458 MAC LINUX : LayoutTests/fast/dom/java-applet-calls.html = FAIL |
| 2312 // Just need rebaseline | 2311 // Just need rebaseline |
| 2313 BUG10458 LINUX : LayoutTests/fast/forms/textarea-width.html = FAIL | 2312 BUG10458 LINUX : LayoutTests/fast/forms/textarea-width.html = FAIL |
| 2314 BUG10458 LINUX : LayoutTests/fast/parser/comment-in-textarea.html = FAIL | 2313 BUG10458 LINUX : LayoutTests/fast/parser/comment-in-textarea.html = FAIL |
| 2315 | 2314 |
| 2316 // Missing expected results | 2315 // Missing expected results |
| 2317 BUG10461 SKIP : LayoutTests/platform/mac/fast/text/international/Geeza-Pro-verti
cal-metrics-adjustment.html = PASS | 2316 BUG10461 SKIP : LayoutTests/platform/mac/fast/text/international/Geeza-Pro-verti
cal-metrics-adjustment.html = PASS |
| 2318 | 2317 |
| 2319 // New failures from merge | 2318 // New failures from merge |
| 2320 BUG27486 WIN : LayoutTests/fast/forms/listbox-hit-test-zoomed.html = FAIL | 2319 BUG27486 WIN : LayoutTests/fast/forms/listbox-hit-test-zoomed.html = FAIL |
| (...skipping 723 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3044 | 3043 |
| 3045 // New tests. Failures from merge 51253:51310. | 3044 // New tests. Failures from merge 51253:51310. |
| 3046 BUG28605 : LayoutTests/plugins/reloadplugins-no-pages.html = TEXT | 3045 BUG28605 : LayoutTests/plugins/reloadplugins-no-pages.html = TEXT |
| 3047 BUG28605 : LayoutTests/plugins/reloadplugins-and-pages.html = TIMEOUT | 3046 BUG28605 : LayoutTests/plugins/reloadplugins-and-pages.html = TIMEOUT |
| 3048 BUG28605 WIN LINUX : LayoutTests/svg/filters/big-sized-filter.svg = IMAGE | 3047 BUG28605 WIN LINUX : LayoutTests/svg/filters/big-sized-filter.svg = IMAGE |
| 3049 BUG28605 : LayoutTests/svg/filters/big-sized-filter-2.svg = MISSING | 3048 BUG28605 : LayoutTests/svg/filters/big-sized-filter-2.svg = MISSING |
| 3050 BUG28605 WIN LINUX : LayoutTests/svg/filters/filterRes.svg = IMAGE | 3049 BUG28605 WIN LINUX : LayoutTests/svg/filters/filterRes.svg = IMAGE |
| 3051 | 3050 |
| 3052 // New tests. Failures from merge 51210:51325. | 3051 // New tests. Failures from merge 51210:51325. |
| 3053 BUG28646 : LayoutTests/editing/selection/transformed-selection-rects.html = FAIL | 3052 BUG28646 : LayoutTests/editing/selection/transformed-selection-rects.html = FAIL |
| OLD | NEW |