| 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 2982 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2993 BUG29737 MAC : LayoutTests/svg/filters/sourceAlpha.svg = IMAGE+TEXT | 2993 BUG29737 MAC : LayoutTests/svg/filters/sourceAlpha.svg = IMAGE+TEXT |
| 2994 | 2994 |
| 2995 // More Webkit Roll to r51875 | 2995 // More Webkit Roll to r51875 |
| 2996 BUG29737 WIN LINUX : LayoutTests/fast/repaint/block-selection-gap-in-composited-
layer.html = IMAGE+TEXT | 2996 BUG29737 WIN LINUX : LayoutTests/fast/repaint/block-selection-gap-in-composited-
layer.html = IMAGE+TEXT |
| 2997 BUG29737 WIN LINUX : LayoutTests/fast/repaint/block-selection-gap-in-table-cell.
html = IMAGE+TEXT | 2997 BUG29737 WIN LINUX : LayoutTests/fast/repaint/block-selection-gap-in-table-cell.
html = IMAGE+TEXT |
| 2998 BUG29737 : LayoutTests/svg/dom/operatorAttribute.html = TEXT | 2998 BUG29737 : LayoutTests/svg/dom/operatorAttribute.html = TEXT |
| 2999 | 2999 |
| 3000 BUG29737 WIN : LayoutTests/svg/filters/feComposite.svg = TIMEOUT CRASH | 3000 BUG29737 WIN : LayoutTests/svg/filters/feComposite.svg = TIMEOUT CRASH |
| 3001 | 3001 |
| 3002 // WebKit Roll to r51915 | 3002 // WebKit Roll to r51915 |
| 3003 BUG29928 SKIP : LayoutTests/websocket/tests/sub-protocol-with-space.html = TEXT | |
| 3004 BUG29930 : LayoutTests/fast/loader/input-element-page-cache-crash.html = TIMEOUT
PASS | 3003 BUG29930 : LayoutTests/fast/loader/input-element-page-cache-crash.html = TIMEOUT
PASS |
| 3005 | 3004 |
| 3006 // Was first marked as (WIN: TEXT, LINUX: TEXT, MAC: IMAGE+TEXT) by | 3005 // Was first marked as (WIN: TEXT, LINUX: TEXT, MAC: IMAGE+TEXT) by |
| 3007 // roll r51875, and then after http://trac.webkit.org/changeset/51936 the | 3006 // roll r51875, and then after http://trac.webkit.org/changeset/51936 the |
| 3008 // shadows broke so IMAGE failure was added to WIN/LINUX. | 3007 // shadows broke so IMAGE failure was added to WIN/LINUX. |
| 3009 BUG30048 BUG29737 : LayoutTests/svg/filters/shadow-on-rect-with-filter.svg = IMA
GE+TEXT | 3008 BUG30048 BUG29737 : LayoutTests/svg/filters/shadow-on-rect-with-filter.svg = IMA
GE+TEXT |
| 3010 | 3009 |
| 3011 // Broke due to changes to shadow compositing, courtesy of: | 3010 // Broke due to changes to shadow compositing, courtesy of: |
| 3012 // http://trac.webkit.org/changeset/51936: | 3011 // http://trac.webkit.org/changeset/51936: |
| 3013 BUG30048 : LayoutTests/svg/css/arrow-with-shadow.svg = IMAGE | 3012 BUG30048 : LayoutTests/svg/css/arrow-with-shadow.svg = IMAGE |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3137 BUG31146 WIN : LayoutTests/inspector/console-clear.html = TEXT | 3136 BUG31146 WIN : LayoutTests/inspector/console-clear.html = TEXT |
| 3138 | 3137 |
| 3139 // Began failing in the 52554->52633 merge. (Debug has been slow for at least | 3138 // Began failing in the 52554->52633 merge. (Debug has been slow for at least |
| 3140 // 700 runs as of that merge.) | 3139 // 700 runs as of that merge.) |
| 3141 BUG31257 WIN RELEASE : LayoutTests/inspector/console-dirxml.html = TEXT | 3140 BUG31257 WIN RELEASE : LayoutTests/inspector/console-dirxml.html = TEXT |
| 3142 BUG31257 WIN DEBUG SLOW: LayoutTests/inspector/console-dirxml.html = TEXT | 3141 BUG31257 WIN DEBUG SLOW: LayoutTests/inspector/console-dirxml.html = TEXT |
| 3143 | 3142 |
| 3144 // WebKit roll 52633 -> 52667 | 3143 // WebKit roll 52633 -> 52667 |
| 3145 BUG_AJWONG WIN : LayoutTests/svg/batik/text/textFeatures.svg = TEXT | 3144 BUG_AJWONG WIN : LayoutTests/svg/batik/text/textFeatures.svg = TEXT |
| 3146 BUG_AJWONG WIN : LayoutTests/svg/W3C-SVG-1.1/masking-intro-01-f.svg = IMAGE | 3145 BUG_AJWONG WIN : LayoutTests/svg/W3C-SVG-1.1/masking-intro-01-f.svg = IMAGE |
| OLD | NEW |