| 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 3124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3135 BUG_HCLAM MAC SLOW : LayoutTests/svg/carto.net/scrollbar.svg = CRASH | 3135 BUG_HCLAM MAC SLOW : LayoutTests/svg/carto.net/scrollbar.svg = CRASH |
| 3136 | 3136 |
| 3137 // WebKit roll 49405:49413 | 3137 // WebKit roll 49405:49413 |
| 3138 BUG_HCLAM : LayoutTests/http/tests/xmlhttprequest/logout.html = FAIL | 3138 BUG_HCLAM : LayoutTests/http/tests/xmlhttprequest/logout.html = FAIL |
| 3139 | 3139 |
| 3140 // WebKit roll 49414:49427 | 3140 // WebKit roll 49414:49427 |
| 3141 BUG_HCLAM WIN : LayoutTests/fast/loader/text-document-wrapping.html = PASS CRASH | 3141 BUG_HCLAM WIN : LayoutTests/fast/loader/text-document-wrapping.html = PASS CRASH |
| 3142 | 3142 |
| 3143 // WebKit roll 49473:49502 | 3143 // WebKit roll 49473:49502 |
| 3144 BUG24756 : LayoutTests/fast/websockets/websocket-event-target.html = FAIL | 3144 BUG24756 : LayoutTests/fast/websockets/websocket-event-target.html = FAIL |
| 3145 BUG24757 : LayoutTests/fast/dom/beforeload/frame-before-load.html = FAIL | |
| 3146 // See also bug 23475: | 3145 // See also bug 23475: |
| 3147 BUG24775 : LayoutTests/svg/custom/missing-xlink.svg = FAIL PASS | 3146 BUG24775 : LayoutTests/svg/custom/missing-xlink.svg = FAIL PASS |
| 3148 | 3147 |
| 3149 // WebKit roll 49502:49562 | 3148 // WebKit roll 49502:49562 |
| 3150 BUG_DIMICH : LayoutTests/fast/events/add-event-without-document.html = TIMEOUT | 3149 BUG_DIMICH : LayoutTests/fast/events/add-event-without-document.html = TIMEOUT |
| 3151 | 3150 |
| 3152 //WebKit roll 49562:49583 | 3151 //WebKit roll 49562:49583 |
| 3153 SKIP BUG_PFELDMAN : LayoutTests/inspector = FAIL | 3152 SKIP BUG_PFELDMAN : LayoutTests/inspector = FAIL |
| 3154 | 3153 |
| 3155 BUG24862 LINUX : LayoutTests/fast/replaced/border-radius-clip.html = FAIL | 3154 BUG24862 LINUX : LayoutTests/fast/replaced/border-radius-clip.html = FAIL |
| (...skipping 13 matching lines...) Expand all Loading... |
| 3169 BUG_JEREMY MAC : LayoutTests/fast/forms/search-display-none-cancel-button.html =
CRASH | 3168 BUG_JEREMY MAC : LayoutTests/fast/forms/search-display-none-cancel-button.html =
CRASH |
| 3170 BUG_JEREMY LINUX : LayoutTests/fast/forms/menulist-option-wrap.html = CRASH | 3169 BUG_JEREMY LINUX : LayoutTests/fast/forms/menulist-option-wrap.html = CRASH |
| 3171 BUG24966 MAC : LayoutTests/fast/frames/calculate-fixed.html = CRASH | 3170 BUG24966 MAC : LayoutTests/fast/frames/calculate-fixed.html = CRASH |
| 3172 | 3171 |
| 3173 // Started timing out when reduced windows watchdog timeout from timeout*2.5 to
timeout+1. | 3172 // Started timing out when reduced windows watchdog timeout from timeout*2.5 to
timeout+1. |
| 3174 BUG_OJAN WIN RELEASE : LayoutTests/http/tests/incremental/split-hex-entities.pl
= TIMEOUT | 3173 BUG_OJAN WIN RELEASE : LayoutTests/http/tests/incremental/split-hex-entities.pl
= TIMEOUT |
| 3175 // Was already timing out on LINUX/MAC debug, which already had a reduced watchd
og timeout. | 3174 // Was already timing out on LINUX/MAC debug, which already had a reduced watchd
og timeout. |
| 3176 BUG_OJAN DEBUG : LayoutTests/fast/frames/frame-limit.html = TIMEOUT | 3175 BUG_OJAN DEBUG : LayoutTests/fast/frames/frame-limit.html = TIMEOUT |
| 3177 // Win is now crashing some just like linux | 3176 // Win is now crashing some just like linux |
| 3178 BUG_OJAN BUG9798 WIN RELEASE : LayoutTests/fast/frames/frame-limit.html = CRASH
PASS | 3177 BUG_OJAN BUG9798 WIN RELEASE : LayoutTests/fast/frames/frame-limit.html = CRASH
PASS |
| OLD | NEW |