| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 // ----------------------------------------------------------------- | 59 // ----------------------------------------------------------------- |
| 60 | 60 |
| 61 BUG24182 SLOW : LayoutTests/fast/js/regexp-overflow.html = PASS | 61 BUG24182 SLOW : LayoutTests/fast/js/regexp-overflow.html = PASS |
| 62 BUG24182 SLOW : LayoutTests/http/tests/misc/DOMContentLoaded-event.html = PASS | 62 BUG24182 SLOW : LayoutTests/http/tests/misc/DOMContentLoaded-event.html = PASS |
| 63 BUG24182 SLOW : LayoutTests/http/tests/navigation/multiple-back-forward-entries.
html = PASS | 63 BUG24182 SLOW : LayoutTests/http/tests/navigation/multiple-back-forward-entries.
html = PASS |
| 64 BUG24182 SLOW : LayoutTests/http/tests/xmlhttprequest/simple-cross-origin-progre
ss-events.html = PASS | 64 BUG24182 SLOW : LayoutTests/http/tests/xmlhttprequest/simple-cross-origin-progre
ss-events.html = PASS |
| 65 BUG24182 SLOW WIN RELEASE : LayoutTests/http/tests/xmlhttprequest/supported-xml-
content-types.html = PASS | 65 BUG24182 SLOW WIN RELEASE : LayoutTests/http/tests/xmlhttprequest/supported-xml-
content-types.html = PASS |
| 66 BUG24182 SLOW LINUX : LayoutTests/http/tests/xmlhttprequest/supported-xml-conten
t-types.html = PASS | 66 BUG24182 SLOW LINUX : LayoutTests/http/tests/xmlhttprequest/supported-xml-conten
t-types.html = PASS |
| 67 BUG24182 SLOW WIN MAC : LayoutTests/svg/custom/invisible-text-after-scrolling.xh
tml = PASS | 67 BUG24182 SLOW WIN MAC : LayoutTests/svg/custom/invisible-text-after-scrolling.xh
tml = PASS |
| 68 BUG24182 SLOW : LayoutTests/tables/mozilla/other/slashlogo.html = PASS | 68 BUG24182 SLOW : LayoutTests/tables/mozilla/other/slashlogo.html = PASS |
| 69 BUG24182 WIN LINUX DEBUG SLOW : LayoutTests/svg/css/getComputedStyle-basic.xhtml
= PASS | |
| 70 BUG24182 SLOW WIN LINUX : LayoutTests/tables/mozilla/bugs/bug113235-1.html = PAS
S | 69 BUG24182 SLOW WIN LINUX : LayoutTests/tables/mozilla/bugs/bug113235-1.html = PAS
S |
| 71 BUG24182 SLOW DEBUG : LayoutTests/fast/js/toString-and-valueOf-override.html = P
ASS | 70 BUG24182 SLOW DEBUG : LayoutTests/fast/js/toString-and-valueOf-override.html = P
ASS |
| 72 | 71 |
| 73 // This tests is normally <1 second, but occasionally takes >20s. | 72 // This tests is normally <1 second, but occasionally takes >20s. |
| 74 BUG24182 SLOW WIN : LayoutTests/fast/dom/Window/webkitConvertPoint.html = PASS | 73 BUG24182 SLOW WIN : LayoutTests/fast/dom/Window/webkitConvertPoint.html = PASS |
| 75 | 74 |
| 76 BUG24182 WIN RELEASE SLOW : LayoutTests/http/tests/loading/redirect-methods.html
= PASS | 75 BUG24182 WIN RELEASE SLOW : LayoutTests/http/tests/loading/redirect-methods.html
= PASS |
| 77 BUG24182 WIN LINUX DEBUG SLOW : LayoutTests/tables/mozilla/bugs/bug5797.html = P
ASS | 76 BUG24182 WIN LINUX DEBUG SLOW : LayoutTests/tables/mozilla/bugs/bug5797.html = P
ASS |
| 78 BUG24182 SLOW WIN LINUX DEBUG : LayoutTests/svg/custom/linking-a-03-b-viewBox-tr
ansform.svg = PASS | 77 BUG24182 SLOW WIN LINUX DEBUG : LayoutTests/svg/custom/linking-a-03-b-viewBox-tr
ansform.svg = PASS |
| 79 BUG24182 WIN RELEASE SLOW : LayoutTests/dom/html/level2/html/HTMLAppletElement01
.html = PASS | 78 BUG24182 WIN RELEASE SLOW : LayoutTests/dom/html/level2/html/HTMLAppletElement01
.html = PASS |
| (...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 411 // stack limit is reached. We're happy with our behavior on this test | 410 // stack limit is reached. We're happy with our behavior on this test |
| 412 // as long as we don't crash. | 411 // as long as we don't crash. |
| 413 WONTFIX : LayoutTests/fast/js/global-recursion-on-full-stack.html = FAIL PASS | 412 WONTFIX : LayoutTests/fast/js/global-recursion-on-full-stack.html = FAIL PASS |
| 414 | 413 |
| 415 // Our DOM Storage implementation doesn't use WebKit's private browsing feature
(even for incognito mode). | 414 // Our DOM Storage implementation doesn't use WebKit's private browsing feature
(even for incognito mode). |
| 416 WONTFIX : LayoutTests/storage/domstorage/localstorage/private-browsing-affects-s
torage.html = FAIL | 415 WONTFIX : LayoutTests/storage/domstorage/localstorage/private-browsing-affects-s
torage.html = FAIL |
| 417 WONTFIX : LayoutTests/storage/domstorage/sessionstorage/private-browsing-affects
-storage.html = FAIL | 416 WONTFIX : LayoutTests/storage/domstorage/sessionstorage/private-browsing-affects
-storage.html = FAIL |
| 418 | 417 |
| 419 // These tests propagate auth credentials back to the renderer, which we | 418 // These tests propagate auth credentials back to the renderer, which we |
| 420 // don't want to do. | 419 // don't want to do. |
| 421 WONTFIX BUG21840 : LayoutTests/http/tests/loading/basic-auth-resend-wrong-creden
tials.html = FAIL | 420 WONTFIX BUG21840 : LayoutTests/http/tests/loading/basic-auth-resend-wrong-creden
tials.html = FAIL TIMEOUT |
| 422 WONTFIX BUG21840 : LayoutTests/http/tests/loading/basic-credentials-sent-automat
ically.html = FAIL | 421 WONTFIX BUG21840 : LayoutTests/http/tests/loading/basic-credentials-sent-automat
ically.html = FAIL |
| 423 | 422 |
| 424 // This checks the IDN behavior of WebKit/WebKit on Mac, not WebKit/WebCore or | 423 // This checks the IDN behavior of WebKit/WebKit on Mac, not WebKit/WebCore or |
| 425 // WebKit/JavaScriptCore. Chrome doesn't use WebKit/WebKit, and Chrome's IDN | 424 // WebKit/JavaScriptCore. Chrome doesn't use WebKit/WebKit, and Chrome's IDN |
| 426 // security model is different from it. | 425 // security model is different from it. |
| 427 BUG21814 WONTFIX SKIP: LayoutTests/fast/encoding/idn-security.html = FAIL | 426 BUG21814 WONTFIX SKIP: LayoutTests/fast/encoding/idn-security.html = FAIL |
| 428 | 427 |
| 429 // Our implementation of global history is completely different, and | 428 // Our implementation of global history is completely different, and |
| 430 // these tests are irrelevant. | 429 // these tests are irrelevant. |
| 431 BUG23748 WONTFIX : LayoutTests/http/tests/globalhistory = FAIL | 430 BUG23748 WONTFIX : LayoutTests/http/tests/globalhistory = FAIL |
| (...skipping 2860 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3292 BUG_JORLOW LINUX : LayoutTests/fast/backgrounds/size/parsing-inherit.html = FAIL | 3291 BUG_JORLOW LINUX : LayoutTests/fast/backgrounds/size/parsing-inherit.html = FAIL |
| 3293 BUG_JORLOW LINUX : LayoutTests/fast/backgrounds/size/zero.html = FAIL | 3292 BUG_JORLOW LINUX : LayoutTests/fast/backgrounds/size/zero.html = FAIL |
| 3294 BUG_JORLOW LINUX : LayoutTests/fast/css/getComputedStyle/getComputedStyle-backgr
ound-size.html = FAIL | 3293 BUG_JORLOW LINUX : LayoutTests/fast/css/getComputedStyle/getComputedStyle-backgr
ound-size.html = FAIL |
| 3295 BUG_JORLOW LINUX : LayoutTests/fast/css/remove-shorthand.html = FAIL | 3294 BUG_JORLOW LINUX : LayoutTests/fast/css/remove-shorthand.html = FAIL |
| 3296 BUG_JORLOW LINUX : LayoutTests/fast/css/uri-token-parsing.html = FAIL | 3295 BUG_JORLOW LINUX : LayoutTests/fast/css/uri-token-parsing.html = FAIL |
| 3297 BUG_JORLOW LINUX : LayoutTests/fast/css/value-list-out-of-bounds-crash.html = FA
IL | 3296 BUG_JORLOW LINUX : LayoutTests/fast/css/value-list-out-of-bounds-crash.html = FA
IL |
| 3298 BUG_JORLOW LINUX : LayoutTests/fast/gradients/background-clipped.html = FAIL | 3297 BUG_JORLOW LINUX : LayoutTests/fast/gradients/background-clipped.html = FAIL |
| 3299 BUG_JORLOW LINUX : LayoutTests/fast/images/svg-as-tiled-background.html = FAIL | 3298 BUG_JORLOW LINUX : LayoutTests/fast/images/svg-as-tiled-background.html = FAIL |
| 3300 BUG_JORLOW LINUX : LayoutTests/fast/repaint/background-misaligned.html = FAIL | 3299 BUG_JORLOW LINUX : LayoutTests/fast/repaint/background-misaligned.html = FAIL |
| 3301 BUG_JORLOW LINUX : LayoutTests/fast/repaint/backgroundSizeRepaint.html = FAIL | 3300 BUG_JORLOW LINUX : LayoutTests/fast/repaint/backgroundSizeRepaint.html = FAIL |
| 3301 BUG_JORLOW LINUX : LayoutTests/transitions/background-transitions.html = TIMEOUT |
| 3302 BUG_JORLOW LINUX : LayoutTests/transitions/multiple-background-size-transitions.
html = TIMEOUT |
| 3303 BUG_JORLOW LINUX : LayoutTests/fast/forms/textarea-placeholder-set-value.html =
CRASH |
| 3304 BUG_JORLOW WIN : LayoutTests/fast/parser/remove-node-stack.html = CRASH |
| 3305 |
| 3306 // BUG24182 WIN LINUX DEBUG SLOW : LayoutTests/svg/css/getComputedStyle-basic.xh
tml = PASS |
| 3307 BUG_JORLOW WIN LINUX DEBUG SLOW: LayoutTests/svg/css/getComputedStyle-basic.xhtm
l = FAIL PASS |
| 3308 |
| OLD | NEW |