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 704 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
715 BUG4360 : LayoutTests/storage/domstorage/complex-values.html = FAIL | 715 BUG4360 : LayoutTests/storage/domstorage/complex-values.html = FAIL |
716 BUG4360 : LayoutTests/http/tests/loading/deleted-host-in-resource-load-delegate-
callback.html = TIMEOUT | 716 BUG4360 : LayoutTests/http/tests/loading/deleted-host-in-resource-load-delegate-
callback.html = TIMEOUT |
717 | 717 |
718 // Flaky DOM Storage tests. | 718 // Flaky DOM Storage tests. |
719 //BUG_JORLOW : LayoutTests/storage/domstorage/quota.html = CRASH PASS | 719 //BUG_JORLOW : LayoutTests/storage/domstorage/quota.html = CRASH PASS |
720 //BUG_JORLOW DEBUG : LayoutTests/storage/domstorage/localstorage/onstorage-attri
bute-setwindow.html = PASS CRASH | 720 //BUG_JORLOW DEBUG : LayoutTests/storage/domstorage/localstorage/onstorage-attri
bute-setwindow.html = PASS CRASH |
721 | 721 |
722 // Depends on URL support in storage events. | 722 // Depends on URL support in storage events. |
723 BUG_JORLOW : LayoutTests/storage/domstorage/localstorage/iframe-events.html = FA
IL | 723 BUG_JORLOW : LayoutTests/storage/domstorage/localstorage/iframe-events.html = FA
IL |
724 | 724 |
725 // function(){} is serialized as "() {}" in JSC and "(){}" in V8. Need to decid
e what to do with that. | |
726 BUG_JORLOW : LayoutTests/storage/domstorage/localstorage/string-conversion.html
= FAIL | |
727 | |
728 // TODO(jorlow): Triage. | 725 // TODO(jorlow): Triage. |
729 BUG_JORLOW MAC : LayoutTests/storage/domstorage/localstorage/simple-events.html
= FAIL | 726 BUG_JORLOW MAC : LayoutTests/storage/domstorage/localstorage/simple-events.html
= FAIL |
730 | 727 |
731 // TODO(jorlow): Is this really still slow? If so, why? | 728 // TODO(jorlow): Is this really still slow? If so, why? |
732 BUG_JORLOW SLOW DEBUG : LayoutTests/storage/domstorage/localstorage/index-get-an
d-set.html = PASS | 729 BUG_JORLOW SLOW DEBUG : LayoutTests/storage/domstorage/localstorage/index-get-an
d-set.html = PASS |
733 | 730 |
734 // HTML5 databases are not supported in test_shell yet | 731 // HTML5 databases are not supported in test_shell yet |
735 BUG4359 SKIP : LayoutTests/storage/close-during-stress-test.html = PASS | 732 BUG4359 SKIP : LayoutTests/storage/close-during-stress-test.html = PASS |
736 BUG4359 SKIP : LayoutTests/storage/database-lock-after-reload.html = PASS | 733 BUG4359 SKIP : LayoutTests/storage/database-lock-after-reload.html = PASS |
737 BUG4359 SKIP : LayoutTests/storage/empty-statement.html = PASS | 734 BUG4359 SKIP : LayoutTests/storage/empty-statement.html = PASS |
(...skipping 2551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3289 // BUG24182 WIN LINUX DEBUG SLOW : LayoutTests/svg/css/getComputedStyle-basic.xh
tml = PASS | 3286 // BUG24182 WIN LINUX DEBUG SLOW : LayoutTests/svg/css/getComputedStyle-basic.xh
tml = PASS |
3290 BUG_JORLOW WIN LINUX DEBUG SLOW: LayoutTests/svg/css/getComputedStyle-basic.xhtm
l = CRASH FAIL PASS | 3287 BUG_JORLOW WIN LINUX DEBUG SLOW: LayoutTests/svg/css/getComputedStyle-basic.xhtm
l = CRASH FAIL PASS |
3291 | 3288 |
3292 // WebKit 50158:50171 | 3289 // WebKit 50158:50171 |
3293 BUG_JORLOW : LayoutTests/fast/dom/error-to-string-stack-overflow.html = FAIL | 3290 BUG_JORLOW : LayoutTests/fast/dom/error-to-string-stack-overflow.html = FAIL |
3294 | 3291 |
3295 // WebKit roll 50180:50186 | 3292 // WebKit roll 50180:50186 |
3296 BUG_JORLOW LINUX WIN : LayoutTests/fast/repaint/inline-relative-positioned.html
= FAIL | 3293 BUG_JORLOW LINUX WIN : LayoutTests/fast/repaint/inline-relative-positioned.html
= FAIL |
3297 BUG_JORLOW LINUX : LayoutTests/svg/custom/marker-default-width-height.svg = FAIL | 3294 BUG_JORLOW LINUX : LayoutTests/svg/custom/marker-default-width-height.svg = FAIL |
3298 BUG_JORLOW MAC : LayoutTests/http/tests/security/frameNavigation/xss-DENIED-plug
in-navigation.html = FAIL | 3295 BUG_JORLOW MAC : LayoutTests/http/tests/security/frameNavigation/xss-DENIED-plug
in-navigation.html = FAIL |
OLD | NEW |