| 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 3129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3140 BUG31642 LINUX DEBUG: LayoutTests/svg/W3C-SVG-1.1/animate-elem-30-t.svg = IMAGE+
TEXT CRASH | 3140 BUG31642 LINUX DEBUG: LayoutTests/svg/W3C-SVG-1.1/animate-elem-30-t.svg = IMAGE+
TEXT CRASH |
| 3141 | 3141 |
| 3142 // WebKit roll 52852 -> 52867 | 3142 // WebKit roll 52852 -> 52867 |
| 3143 BUG_JAPHET MAC : LayoutTests/svg/custom/marker-strokeWidth-changes.svg = FAIL | 3143 BUG_JAPHET MAC : LayoutTests/svg/custom/marker-strokeWidth-changes.svg = FAIL |
| 3144 BUG_JAPHET WIN : LayoutTests/svg/custom/feDisplacementMap-01.svg = TEXT | 3144 BUG_JAPHET WIN : LayoutTests/svg/custom/feDisplacementMap-01.svg = TEXT |
| 3145 BUG_JAPHET WIN : LayoutTests/svg/W3C-SVG-1.1/masking-intro-01-f.svg = IMAGE | 3145 BUG_JAPHET WIN : LayoutTests/svg/W3C-SVG-1.1/masking-intro-01-f.svg = IMAGE |
| 3146 BUG_JAPHET : LayoutTests/websocket/tests/frame-lengths.html = PASS TIMEOUT | 3146 BUG_JAPHET : LayoutTests/websocket/tests/frame-lengths.html = PASS TIMEOUT |
| 3147 | 3147 |
| 3148 // Flaky crash | 3148 // Flaky crash |
| 3149 BUG31794 WIN MAC : LayoutTests/storage/domstorage/localstorage/enumerate-storage
.html = CRASH PASS | 3149 BUG31794 WIN MAC : LayoutTests/storage/domstorage/localstorage/enumerate-storage
.html = CRASH PASS |
| 3150 |
| 3151 // Flaky |
| 3152 BUG31803 LINUX : LayoutTests/editing/inserting/12882.html = IMAGE PASS |
| OLD | NEW |