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 2218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2229 MAC : LayoutTests/fast/text/international/bidi-CS-after-AN.html = FAIL | 2229 MAC : LayoutTests/fast/text/international/bidi-CS-after-AN.html = FAIL |
2230 MAC : LayoutTests/fast/text/international/bidi-neutral-run.html = FAIL | 2230 MAC : LayoutTests/fast/text/international/bidi-neutral-run.html = FAIL |
2231 LINUX : LayoutTests/fast/text/international/rtl-white-space-pre-wrap.html = FAIL | 2231 LINUX : LayoutTests/fast/text/international/rtl-white-space-pre-wrap.html = FAIL |
2232 | 2232 |
2233 // Merge 41807:41827 New Tests | 2233 // Merge 41807:41827 New Tests |
2234 // This test is time consuming in nature, it should pass given enough time (~20s
), | 2234 // This test is time consuming in nature, it should pass given enough time (~20s
), |
2235 // defer it until we have implemented per test timeout for out test tool. | 2235 // defer it until we have implemented per test timeout for out test tool. |
2236 // Refer to this bug: http://code.google.com/p/chromium/issues/detail?id=9324 | 2236 // Refer to this bug: http://code.google.com/p/chromium/issues/detail?id=9324 |
2237 DEFER : LayoutTests/http/tests/xmlhttprequest/simple-cross-origin-progress-event
s.html = TIMEOUT PASS | 2237 DEFER : LayoutTests/http/tests/xmlhttprequest/simple-cross-origin-progress-event
s.html = TIMEOUT PASS |
2238 // Regression | 2238 // Regression |
2239 LayoutTests/http/tests/security/cross-frame-access-history-put.html = FAIL | |
2240 MAC : LayoutTests/http/tests/xmlhttprequest/simple-cross-origin-denied-events-po
st.html = TIMEOUT | 2239 MAC : LayoutTests/http/tests/xmlhttprequest/simple-cross-origin-denied-events-po
st.html = TIMEOUT |
2241 | 2240 |
2242 // Merge 41827:41860 Regressions | 2241 // Merge 41827:41860 Regressions |
2243 // Upstream r41849 added a large regex to this test which times out in V8. | 2242 // Upstream r41849 added a large regex to this test which times out in V8. |
2244 LayoutTests/fast/js/regexp-overflow.html = TIMEOUT | 2243 LayoutTests/fast/js/regexp-overflow.html = TIMEOUT |
2245 MAC : LayoutTests/fast/canvas/set-colors.html = FAIL | 2244 MAC : LayoutTests/fast/canvas/set-colors.html = FAIL |
2246 MAC : LayoutTests/http/tests/xmlhttprequest/origin-header-same-origin-get-async.
html = TIMEOUT | 2245 MAC : LayoutTests/http/tests/xmlhttprequest/origin-header-same-origin-get-async.
html = TIMEOUT |
2247 LINUX DEBUG : LayoutTests/fast/forms/input-align-image.html = FAIL | 2246 LINUX DEBUG : LayoutTests/fast/forms/input-align-image.html = FAIL |
2248 | 2247 |
2249 // Started failing with a change to run_webkit_tests.sh. | 2248 // Started failing with a change to run_webkit_tests.sh. |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2318 DEFER WIN : LayoutTests/http/tests/security/originHeader/origin-header-for-https
.html = TIMEOUT | 2317 DEFER WIN : LayoutTests/http/tests/security/originHeader/origin-header-for-https
.html = TIMEOUT |
2319 DEFER MAC : LayoutTests/editing/selection/4776665.html = FAIL | 2318 DEFER MAC : LayoutTests/editing/selection/4776665.html = FAIL |
2320 DEFER MAC : LayoutTests/fast/clip/016.html = FAIL | 2319 DEFER MAC : LayoutTests/fast/clip/016.html = FAIL |
2321 DEFER MAC : LayoutTests/fast/clip/outline-overflowClip.html = FAIL | 2320 DEFER MAC : LayoutTests/fast/clip/outline-overflowClip.html = FAIL |
2322 DEFER MAC : LayoutTests/fast/forms/search-zoomed.html = FAIL | 2321 DEFER MAC : LayoutTests/fast/forms/search-zoomed.html = FAIL |
2323 DEFER MAC : LayoutTests/http/tests/security/originHeader/origin-header-for-data.
html = FAIL | 2322 DEFER MAC : 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 | 2323 DEFER MAC : LayoutTests/http/tests/security/originHeader/origin-header-for-post.
html = FAIL |
2325 DEFER MAC : LayoutTests/http/tests/xmlhttprequest/cookies.html = FAIL | 2324 DEFER MAC : LayoutTests/http/tests/xmlhttprequest/cookies.html = FAIL |
2326 DEFER MAC : LayoutTests/http/tests/xmlhttprequest/get-dangerous-headers.html = F
AIL | 2325 DEFER MAC : LayoutTests/http/tests/xmlhttprequest/get-dangerous-headers.html = F
AIL |
2327 DEFER MAC : LayoutTests/http/tests/xmlhttprequest/post-content-type.html = FAIL | 2326 DEFER MAC : LayoutTests/http/tests/xmlhttprequest/post-content-type.html = FAIL |
OLD | NEW |