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 2302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2313 DEFER WIN LINUX : LayoutTests/svg/custom/image-parent-translation.xhtml = FAIL | 2313 DEFER WIN LINUX : LayoutTests/svg/custom/image-parent-translation.xhtml = FAIL |
2314 DEFER WIN LINUX : LayoutTests/svg/custom/js-update-image.svg = FAIL | 2314 DEFER WIN LINUX : LayoutTests/svg/custom/js-update-image.svg = FAIL |
2315 DEFER WIN LINUX: LayoutTests/svg/custom/text-image-opacity.svg = FAIL | 2315 DEFER WIN LINUX: LayoutTests/svg/custom/text-image-opacity.svg = FAIL |
2316 DEFER WIN : LayoutTests/svg/text/text-fonts-01-t.svg = FAIL | 2316 DEFER WIN : LayoutTests/svg/text/text-fonts-01-t.svg = FAIL |
2317 DEFER WIN : LayoutTests/svg/text/text-intro-05-t.svg = FAIL | 2317 DEFER WIN : LayoutTests/svg/text/text-intro-05-t.svg = FAIL |
2318 DEFER WIN : LayoutTests/http/tests/security/originHeader/origin-header-for-https
.html = TIMEOUT | 2318 DEFER WIN : LayoutTests/http/tests/security/originHeader/origin-header-for-https
.html = TIMEOUT |
2319 DEFER MAC : LayoutTests/editing/selection/4776665.html = FAIL | 2319 DEFER MAC : LayoutTests/editing/selection/4776665.html = FAIL |
2320 DEFER MAC : LayoutTests/fast/clip/016.html = FAIL | 2320 DEFER MAC : LayoutTests/fast/clip/016.html = FAIL |
2321 DEFER MAC : LayoutTests/fast/clip/outline-overflowClip.html = FAIL | 2321 DEFER MAC : LayoutTests/fast/clip/outline-overflowClip.html = FAIL |
2322 DEFER MAC : LayoutTests/fast/forms/search-zoomed.html = FAIL | 2322 DEFER MAC : LayoutTests/fast/forms/search-zoomed.html = FAIL |
2323 DEFER MAC : LayoutTests/http/tests/security/originHeader/origin-header-for-data.
html = FAIL | 2323 DEFER MAC LINUX : LayoutTests/http/tests/security/originHeader/origin-header-for
-data.html = FAIL |
2324 DEFER MAC : LayoutTests/http/tests/security/originHeader/origin-header-for-post.
html = FAIL | 2324 DEFER MAC LINUX : LayoutTests/http/tests/security/originHeader/origin-header-for
-post.html = FAIL |
2325 DEFER MAC : LayoutTests/http/tests/xmlhttprequest/cookies.html = FAIL | 2325 DEFER MAC LINUX : LayoutTests/http/tests/xmlhttprequest/cookies.html = FAIL |
2326 DEFER MAC : LayoutTests/http/tests/xmlhttprequest/get-dangerous-headers.html = F
AIL | 2326 DEFER MAC LINUX : LayoutTests/http/tests/xmlhttprequest/get-dangerous-headers.ht
ml = FAIL |
2327 DEFER MAC : LayoutTests/http/tests/xmlhttprequest/post-content-type.html = FAIL | 2327 DEFER MAC LINUX : LayoutTests/http/tests/xmlhttprequest/post-content-type.html =
FAIL |
| 2328 |
| 2329 # Adding more failures after the last merge: |
| 2330 WIN : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-post.html = FA
IL |
| 2331 WIN : LayoutTests/http/tests/misc/uncacheable-script-repeated.html = CRASH PASS |
| 2332 WIN : LayoutTests/http/tests/misc/url-in-utf16be.html = CRASH PASS |
| 2333 WIN : LayoutTests/http/tests/xmlhttprequest/methods.html = CRASH PASS |
| 2334 WIN : LayoutTests/http/tests/xmlhttprequest/null-auth.php = CRASH PASS |
| 2335 WIN : LayoutTests/http/tests/xmlhttprequest/small-chunks-response-text.html = CR
ASH PASS |
| 2336 WIN : LayoutTests/transitions/interrupt-zero-duration.html = FAIL PASS |
| 2337 LINUX : LayoutTests/http/tests/security/originHeader/origin-header-for-https.htm
l = FAIL |
OLD | NEW |