| OLD | NEW |
| 1 // This file consist of lines with specifications of what | 1 // This file consist 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 2241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2252 MAC : LayoutTests/http/tests/xmlhttprequest/abort-crash.html = TIMEOUT PASS | 2252 MAC : LayoutTests/http/tests/xmlhttprequest/abort-crash.html = TIMEOUT PASS |
| 2253 MAC : LayoutTests/http/tests/xmlhttprequest/simple-cross-origin-denied-events.ht
ml = TIMEOUT PASS | 2253 MAC : LayoutTests/http/tests/xmlhttprequest/simple-cross-origin-denied-events.ht
ml = TIMEOUT PASS |
| 2254 MAC : LayoutTests/http/tests/xmlhttprequest/encode-request-url-2.html = TIMEOUT
PASS | 2254 MAC : LayoutTests/http/tests/xmlhttprequest/encode-request-url-2.html = TIMEOUT
PASS |
| 2255 // Missing expected results | 2255 // Missing expected results |
| 2256 SKIP : LayoutTests/platform/mac/fast/text/international/Geeza-Pro-vertical-metri
cs-adjustment.html = PASS | 2256 SKIP : LayoutTests/platform/mac/fast/text/international/Geeza-Pro-vertical-metri
cs-adjustment.html = PASS |
| 2257 | 2257 |
| 2258 // Started failing when test_fixable got merged with test_ignored. | 2258 // Started failing when test_fixable got merged with test_ignored. |
| 2259 LINUX DEBUG : chrome/fast/dom/htmliframeelement-document.html = FAIL | 2259 LINUX DEBUG : chrome/fast/dom/htmliframeelement-document.html = FAIL |
| 2260 | 2260 |
| 2261 // Merge 41860:41906 Regressions | 2261 // Merge 41860:41906 Regressions |
| 2262 WIN LINUX : LayoutTests/fast/js/invalid-syntax-for-function.html = FAIL | 2262 WIN LINUX MAC : LayoutTests/fast/js/invalid-syntax-for-function.html = FAIL |
| 2263 MAC : chrome/fast/dom/Window/window-lookup-precedence.html = FAIL |
| 2263 | 2264 |
| 2264 // Merge 41860:41906 New tests | 2265 // Merge 41860:41906 New tests |
| 2265 DEFER WIN LINUX : LayoutTests/fast/replaced/percent-height-in-anonymous-block-in
-table.html = FAIL | 2266 DEFER WIN LINUX : LayoutTests/fast/replaced/percent-height-in-anonymous-block-in
-table.html = FAIL |
| 2266 DEFER WIN LINUX : LayoutTests/http/tests/misc/generated-content-inside-table.htm
l = FAIL | 2267 DEFER WIN LINUX : LayoutTests/http/tests/misc/generated-content-inside-table.htm
l = FAIL |
| OLD | NEW |