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 3128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3139 BUG31623 WIN: LayoutTests/http/tests/appcache/remove-cache.html = PASS TEXT TIME
OUT | 3139 BUG31623 WIN: LayoutTests/http/tests/appcache/remove-cache.html = PASS TEXT TIME
OUT |
3140 | 3140 |
3141 // WebKit roll 52769 -> 52793 | 3141 // WebKit roll 52769 -> 52793 |
3142 BUG31642 WIN MAC DEBUG: LayoutTests/svg/W3C-SVG-1.1/animate-elem-30-t.svg = CRAS
H PASS | 3142 BUG31642 WIN MAC DEBUG: LayoutTests/svg/W3C-SVG-1.1/animate-elem-30-t.svg = CRAS
H PASS |
3143 BUG31642 LINUX DEBUG: LayoutTests/svg/W3C-SVG-1.1/animate-elem-30-t.svg = IMAGE+
TEXT CRASH | 3143 BUG31642 LINUX DEBUG: LayoutTests/svg/W3C-SVG-1.1/animate-elem-30-t.svg = IMAGE+
TEXT CRASH |
3144 | 3144 |
3145 // WebKit roll 52852 -> 52867 | 3145 // WebKit roll 52852 -> 52867 |
3146 BUG_JAPHET MAC : LayoutTests/svg/custom/marker-strokeWidth-changes.svg = FAIL | 3146 BUG_JAPHET MAC : LayoutTests/svg/custom/marker-strokeWidth-changes.svg = FAIL |
3147 BUG_JAPHET WIN : LayoutTests/svg/custom/feDisplacementMap-01.svg = TEXT | 3147 BUG_JAPHET WIN : LayoutTests/svg/custom/feDisplacementMap-01.svg = TEXT |
3148 BUG_JAPHET WIN : LayoutTests/svg/W3C-SVG-1.1/masking-intro-01-f.svg = IMAGE | 3148 BUG_JAPHET WIN : LayoutTests/svg/W3C-SVG-1.1/masking-intro-01-f.svg = IMAGE |
3149 BUG_JAPHET : LayoutTests/websocket/tests/frame-lengths.html = PASS TIMEOUT | 3149 BUG_JAPHET : LayoutTests/websocket/tests/frame-lengths.html = PASS TIMEOUT |
3150 | |
3151 // WebKit Roll 52943:52952 | |
3152 // All rebaselines!!! WOOO!! Due to: http://trac.webkit.org/changeset/52947 | |
3153 BUG_DGLAZKOV WIN LINUX : LayoutTests/editing/pasteboard/pasting-object.html = TE
XT | |
3154 BUG_DGLAZKOV WIN LINUX : LayoutTests/fast/block/basic/013.html = TEXT | |
3155 BUG_DGLAZKOV WIN LINUX : LayoutTests/fast/dom/HTMLObjectElement/vspace-hspace-as
-number.html = TEXT | |
3156 BUG_DGLAZKOV WIN LINUX : LayoutTests/fast/dynamic/flash-replacement-test.html =
TEXT | |
3157 BUG_DGLAZKOV WIN LINUX : LayoutTests/fast/frames/001.html = TEXT | |
3158 BUG_DGLAZKOV WIN LINUX : LayoutTests/fast/invalid/residual-style.html = TEXT | |
3159 BUG_DGLAZKOV WIN LINUX : LayoutTests/fast/parser/001.html = TEXT | |
3160 BUG_DGLAZKOV WIN LINUX : LayoutTests/fast/replaced/007.html = TEXT | |
3161 BUG_DGLAZKOV WIN LINUX : LayoutTests/fast/replaced/replaced-breaking.html = TEXT | |
3162 BUG_DGLAZKOV WIN LINUX : LayoutTests/plugins/embed-attributes-style.html = TEXT | |
3163 BUG_DGLAZKOV WIN LINUX : LayoutTests/plugins/netscape-dom-access.html = TEXT | |
3164 BUG_DGLAZKOV WIN LINUX : LayoutTests/svg/custom/getsvgdocument.html = TEXT | |
3165 BUG_DGLAZKOV WIN LINUX : LayoutTests/svg/custom/scrolling-embedded-svg-file-imag
e-repaint-problem.html = TEXT | |
OLD | NEW |