OLD | NEW |
1 // These tests are expected to fail until we get around to fixing | 1 // These tests are expected to fail until we get around to fixing |
2 // them. | 2 // them. |
3 | 3 |
4 // Bug 1124548: Copying with no selection is sometimes supposed to work | 4 // Bug 1124548: Copying with no selection is sometimes supposed to work |
5 // Also skipped by Apple on Windows (rdar://problem/5015941) | 5 // Also skipped by Apple on Windows (rdar://problem/5015941) |
6 DEFER : LayoutTests/editing/execCommand/copy-without-selection.html = FAIL | 6 DEFER : LayoutTests/editing/execCommand/copy-without-selection.html = FAIL |
7 | 7 |
8 // onload race condition due to poorly designed test. | 8 // onload race condition due to poorly designed test. |
9 // Works fine when run stand-alone. Not needed for Beta. | 9 // Works fine when run stand-alone. Not needed for Beta. |
10 // Also skipped by Apple on Windows, due to intermittent failure | 10 // Also skipped by Apple on Windows, due to intermittent failure |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
124 | 124 |
125 // Bug 1055396. Vertical scrollbar created when there is no overflow. | 125 // Bug 1055396. Vertical scrollbar created when there is no overflow. |
126 LINUX WIN : LayoutTests/fast/forms/textarea-scrollbar-height.html = FAIL | 126 LINUX WIN : LayoutTests/fast/forms/textarea-scrollbar-height.html = FAIL |
127 | 127 |
128 // ----------------------------------------------------------------- | 128 // ----------------------------------------------------------------- |
129 // Tests deferred until we provide support for a particular feature. | 129 // Tests deferred until we provide support for a particular feature. |
130 // ----------------------------------------------------------------- | 130 // ----------------------------------------------------------------- |
131 | 131 |
132 // Worker related tests (ENABLE_WORKERS): | 132 // Worker related tests (ENABLE_WORKERS): |
133 DEFER SKIP : LayoutTests/fast/workers = TIMEOUT | 133 DEFER SKIP : LayoutTests/fast/workers = TIMEOUT |
| 134 DEFER SKIP : LayoutTests/http/tests/xmlhttprequest/workers = TIMEOUT |
134 DEFER: LayoutTests/fast/events/dispatchEvent-crash.html = FAIL | 135 DEFER: LayoutTests/fast/events/dispatchEvent-crash.html = FAIL |
135 | 136 |
136 // These tests rely on the keygen tag, which we haven't wired up. | 137 // These tests rely on the keygen tag, which we haven't wired up. |
137 // See bug 802185 for details. | 138 // See bug 802185 for details. |
138 DEFER : LayoutTests/fast/html/keygen.html = FAIL | 139 DEFER : LayoutTests/fast/html/keygen.html = FAIL |
139 DEFER : LayoutTests/fast/invalid/residual-style.html = FAIL | 140 DEFER : LayoutTests/fast/invalid/residual-style.html = FAIL |
140 | 141 |
141 // ----------------------------------------------------------------- | 142 // ----------------------------------------------------------------- |
142 // Other | 143 // Other |
143 // ----------------------------------------------------------------- | 144 // ----------------------------------------------------------------- |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
240 | 241 |
241 // Fails due to storage APIs not implemented. See bug 1124568. Might be worth | 242 // Fails due to storage APIs not implemented. See bug 1124568. Might be worth |
242 // re-baselining temporarily so the rest of the conditions are still tested. | 243 // re-baselining temporarily so the rest of the conditions are still tested. |
243 DEFER : LayoutTests/fast/dom/Window/window-function-name-getter-precedence.html
= FAIL | 244 DEFER : LayoutTests/fast/dom/Window/window-function-name-getter-precedence.html
= FAIL |
244 | 245 |
245 // Bug 4363: These tests are disabled until <audio> and <video> tags are | 246 // Bug 4363: These tests are disabled until <audio> and <video> tags are |
246 // supported. | 247 // supported. |
247 DEFER SKIP : LayoutTests/media = TIMEOUT | 248 DEFER SKIP : LayoutTests/media = TIMEOUT |
248 DEFER SKIP : LayoutTests/fast/media = PASS FAIL | 249 DEFER SKIP : LayoutTests/fast/media = PASS FAIL |
249 DEFER : LayoutTests/http/tests/media = FAIL | 250 DEFER : LayoutTests/http/tests/media = FAIL |
| 251 DEFER : LayoutTests/fast/dom/Window/custom-constructors.html = FAIL |
250 | 252 |
251 // Bug 941049: Function arguments object is copied for each access. | 253 // Bug 941049: Function arguments object is copied for each access. |
252 DEFER : LayoutTests/fast/js/kde/function_arguments.html = FAIL | 254 DEFER : LayoutTests/fast/js/kde/function_arguments.html = FAIL |
253 | 255 |
254 // BUG 973468: Need a setAuthorAndUserStylesEnabled method in | 256 // BUG 973468: Need a setAuthorAndUserStylesEnabled method in |
255 // layoutTestController. Now we have preference to enable/disable user | 257 // layoutTestController. Now we have preference to enable/disable user |
256 // styles(not work now), we still need to add a preference to enable/disable | 258 // styles(not work now), we still need to add a preference to enable/disable |
257 // styles of both author and user. | 259 // styles of both author and user. |
258 // Deferring, we don't support user-controlled UA stylesheets (in beta) | 260 // Deferring, we don't support user-controlled UA stylesheets (in beta) |
259 // Actually, gonna SKIP because it causes an additional error message in: | 261 // Actually, gonna SKIP because it causes an additional error message in: |
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
691 // This test finishes while in the middle of a CSS animation. This is | 693 // This test finishes while in the middle of a CSS animation. This is |
692 // intentional, but it makes pixel results unreliable. | 694 // intentional, but it makes pixel results unreliable. |
693 // http://bugs.webkit.org/show_bug.cgi?id=21491 | 695 // http://bugs.webkit.org/show_bug.cgi?id=21491 |
694 // CSS animations should not block our next release. | 696 // CSS animations should not block our next release. |
695 DEFER SKIP : LayoutTests/transitions/opacity-transition-zindex.html = PASS | 697 DEFER SKIP : LayoutTests/transitions/opacity-transition-zindex.html = PASS |
696 | 698 |
697 // Issue 3273: TextInputController::firstRectForCharacterRange not implemented | 699 // Issue 3273: TextInputController::firstRectForCharacterRange not implemented |
698 // http://code.google.com/p/chromium/issues/detail?id=3273 | 700 // http://code.google.com/p/chromium/issues/detail?id=3273 |
699 DEFER : LayoutTests/editing/selection/move-left-right.html = FAIL | 701 DEFER : LayoutTests/editing/selection/move-left-right.html = FAIL |
700 | 702 |
| 703 // Regression from the 41362:41402 merge. http://crbug.com/8402 |
| 704 MAC : LayoutTests/fast/forms/drag-out-of-textarea.html = FAIL PASS |
| 705 |
| 706 // Started crashing with v8 version 1.0.3.1. http://crbug.com/8364 |
| 707 LINUX : LayoutTests/fast/canvas/unclosed-canvas-1.html = CRASH |
| 708 |
| 709 // Failing because needed images are missing from the fast/block/float/support/ |
| 710 // directory. http://crbug.com/8406 |
| 711 LayoutTests/fast/block/float/t0905-c414-flt-fit-01-d-g.html = FAIL |
| 712 LayoutTests/fast/block/float/t0905-c5525-fltblck-00-d-ag.html = FAIL |
| 713 LayoutTests/fast/block/float/t0905-c5526-flthw-00-c-g.html = FAIL |
| 714 |
| 715 // This test fails because (in Chromium) it includes the full path to the |
| 716 // subframe URL. Need to teach dumpResourceLoadCallbacks() about relative |
| 717 // URLs. http://crbug.com/8407 |
| 718 DEFER : LayoutTests/fast/loader/main-document-url-for-non-http-loads.html = FAIL |
| 719 |
| 720 |
701 // ---------------------------------------------------------------------------- | 721 // ---------------------------------------------------------------------------- |
702 // NEW FOR THE MERGE | 722 // NEW FOR THE MERGE |
703 // | 723 // |
704 // These tests need to have their output inspected to make sure it's reasonable | 724 // These tests need to have their output inspected to make sure it's reasonable |
705 // and then baselined if necessary. | 725 // and then baselined if necessary. |
706 // ---------------------------------------------------------------------------- | 726 // ---------------------------------------------------------------------------- |
707 | 727 |
708 // Accessibility is off in the browser, and accessibility is not a priority | 728 // Accessibility is off in the browser, and accessibility is not a priority |
709 // for the current release. | 729 // for the current release. |
710 DEFER : LayoutTests/accessibility = FAIL | 730 DEFER : LayoutTests/accessibility = FAIL |
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
965 // important - we might even want to ignore it. | 985 // important - we might even want to ignore it. |
966 // New tests. We should fix these, but they doesn't need to block the current | 986 // New tests. We should fix these, but they doesn't need to block the current |
967 // release | 987 // release |
968 DEFER LINUX WIN : LayoutTests/fast/layers/opacity-transforms.html = FAIL | 988 DEFER LINUX WIN : LayoutTests/fast/layers/opacity-transforms.html = FAIL |
969 DEFER : LayoutTests/plugins/netscape-construct.html = FAIL | 989 DEFER : LayoutTests/plugins/netscape-construct.html = FAIL |
970 | 990 |
971 // MERGE 37604:38097 REGRESSIONS | 991 // MERGE 37604:38097 REGRESSIONS |
972 pending/security/block-test.html = CRASH FAIL | 992 pending/security/block-test.html = CRASH FAIL |
973 // New test. We should fix it, but it doesn't need to block the current release | 993 // New test. We should fix it, but it doesn't need to block the current release |
974 DEFER : LayoutTests/http/tests/security/originHeader/origin-header-for-empty.htm
l = FAIL TIMEOUT PASS | 994 DEFER : LayoutTests/http/tests/security/originHeader/origin-header-for-empty.htm
l = FAIL TIMEOUT PASS |
975 | |
976 MAC : LayoutTests/http/tests/security/originHeader/origin-header-for-https.html
= FAIL TIMEOUT | 995 MAC : LayoutTests/http/tests/security/originHeader/origin-header-for-https.html
= FAIL TIMEOUT |
977 | 996 |
978 // MERGE 38389:38450 | 997 // MERGE 38389:38450 |
979 // WebKit regression: https://bugs.webkit.org/show_bug.cgi?id=20342 | 998 // WebKit regression: https://bugs.webkit.org/show_bug.cgi?id=20342 |
980 // Fails upstream, deferring for now. | 999 // Fails upstream, deferring for now. |
981 DEFER : LayoutTests/fast/dom/cssTarget-crash.html = TIMEOUT | 1000 DEFER : LayoutTests/fast/dom/cssTarget-crash.html = TIMEOUT |
982 | 1001 |
983 // Started failing with r5743 (darin) | 1002 // Started failing with r5743 (darin) |
984 // http://crbug.com/4617 | 1003 // http://crbug.com/4617 |
985 LayoutTests/security/block-test.html = FAIL | 1004 LayoutTests/security/block-test.html = FAIL |
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1427 // New test. We should fix it, but it doesn't need to block the current release | 1446 // New test. We should fix it, but it doesn't need to block the current release |
1428 DEFER : LayoutTests/fast/dom/dom-constructors.html = FAIL | 1447 DEFER : LayoutTests/fast/dom/dom-constructors.html = FAIL |
1429 | 1448 |
1430 // WebKit Merge 39050:39100 failures: | 1449 // WebKit Merge 39050:39100 failures: |
1431 // New test. We should fix it, but it doesn't need to block the current release | 1450 // New test. We should fix it, but it doesn't need to block the current release |
1432 DEFER LINUX WIN : LayoutTests/fast/repaint/transform-repaint-descendants.html =
FAIL | 1451 DEFER LINUX WIN : LayoutTests/fast/repaint/transform-repaint-descendants.html =
FAIL |
1433 | 1452 |
1434 // WebKit Merge 39100:39141 new tests: | 1453 // WebKit Merge 39100:39141 new tests: |
1435 MAC : LayoutTests/fast/events/special-key-events-in-input-text.html = FAIL | 1454 MAC : LayoutTests/fast/events/special-key-events-in-input-text.html = FAIL |
1436 // New test. We should fix it, but it doesn't need to block the current release | 1455 // New test. We should fix it, but it doesn't need to block the current release |
1437 DEFER SKIP : LayoutTests/fast/workers/worker-navigator.html = FAIL | |
1438 DEFER SKIP : LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-image-not-load
ed-svg.svg = FAIL | 1456 DEFER SKIP : LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-image-not-load
ed-svg.svg = FAIL |
1439 | 1457 |
1440 // Windows pixeltest failure: alpha=0.5 red does not come out blended. | 1458 // Windows pixeltest failure: alpha=0.5 red does not come out blended. |
1441 // Linux pixeltest failure: alpha=0.5 red (1,0,0) atop yellow (1,1,0) is | 1459 // Linux pixeltest failure: alpha=0.5 red (1,0,0) atop yellow (1,1,0) is |
1442 // coming out with with a slightly-less-than-100% red channel. This test fails | 1460 // coming out with with a slightly-less-than-100% red channel. This test fails |
1443 // because we enforce non-transparent color in Font::drawGlyphs. See <b/700464>. | 1461 // because we enforce non-transparent color in Font::drawGlyphs. See <b/700464>. |
1444 LINUX WIN : LayoutTests/fast/css/hsla-color.html = FAIL | 1462 LINUX WIN : LayoutTests/fast/css/hsla-color.html = FAIL |
1445 | 1463 |
1446 // Windows pixeltest failure: upstream baseline has the background of the | 1464 // Windows pixeltest failure: upstream baseline has the background of the |
1447 // "Cancel" button in a slightly darker gray than the surrounding dark gray. | 1465 // "Cancel" button in a slightly darker gray than the surrounding dark gray. |
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1841 MAC : LayoutTests/fast/events/key-events-in-input-button.html = FAIL | 1859 MAC : LayoutTests/fast/events/key-events-in-input-button.html = FAIL |
1842 MAC DEBUG : LayoutTests/http/tests/misc/slow-preload-cancel.html = CRASH | 1860 MAC DEBUG : LayoutTests/http/tests/misc/slow-preload-cancel.html = CRASH |
1843 MAC RELEASE : LayoutTests/http/tests/misc/slow-preload-cancel.html = TIMEOUT PAS
S | 1861 MAC RELEASE : LayoutTests/http/tests/misc/slow-preload-cancel.html = TIMEOUT PAS
S |
1844 MAC : LayoutTests/fast/dom/jsDevicePixelRatio.html = CRASH | 1862 MAC : LayoutTests/fast/dom/jsDevicePixelRatio.html = CRASH |
1845 WIN DEBUG : LayoutTests/fast/dom/jsDevicePixelRatio.html = CRASH | 1863 WIN DEBUG : LayoutTests/fast/dom/jsDevicePixelRatio.html = CRASH |
1846 MAC : LayoutTests/http/tests/misc/submit-get-in-utf16be.html = CRASH PASS | 1864 MAC : LayoutTests/http/tests/misc/submit-get-in-utf16be.html = CRASH PASS |
1847 MAC : LayoutTests/animations/animation-controller-drt-api.html = TIMEOUT PASS | 1865 MAC : LayoutTests/animations/animation-controller-drt-api.html = TIMEOUT PASS |
1848 WIN DEBUG : LayoutTests/editing/selection/move-by-line-001.html = FAIL | 1866 WIN DEBUG : LayoutTests/editing/selection/move-by-line-001.html = FAIL |
1849 WIN : LayoutTests/transitions/transition-end-event-container.html = FAIL PASS | 1867 WIN : LayoutTests/transitions/transition-end-event-container.html = FAIL PASS |
1850 | 1868 |
1851 // Regressions from the 41286:41362 merge. | 1869 // New test added in the 41286:41362 merge. Not clear whether we pass. |
1852 LINUX WIN : LayoutTests/http/tests/security/originHeader/origin-header-for-https
.html = PASS TIMEOUT | 1870 // http://crbug.com/8404 |
1853 | |
1854 // New tests added in the 41286:41362 merge. | |
1855 // TODO(pamg): See which only need re-baselining. | |
1856 DEFER : LayoutTests/http/tests/xmlhttprequest/workers/methods-async.html = TIMEO
UT | |
1857 DEFER : LayoutTests/http/tests/xmlhttprequest/workers/methods.html = TIMEOUT | |
1858 DEFER LINUX WIN : LayoutTests/fast/layers/inline-dirty-z-order-lists.html = FAIL | 1871 DEFER LINUX WIN : LayoutTests/fast/layers/inline-dirty-z-order-lists.html = FAIL |
1859 DEFER LINUX WIN : LayoutTests/transforms/no_transform_hit_testing.html = FAIL | |
1860 | |
1861 // Regressions from the 41362:41402 merge. | |
1862 WIN : LayoutTests/svg/W3C-SVG-1.1/text-text-08-b.svg = FAIL | |
1863 MAC : LayoutTests/fast/forms/drag-out-of-textarea.html = FAIL PASS | |
1864 | |
1865 // New tests added in the 41362:41402 merge. | |
1866 // TODO(pamg): See which only need re-baselining. | |
1867 DEFER : LayoutTests/fast/block/float/t0905-c414-flt-fit-01-d-g.html = FAIL | |
1868 DEFER : LayoutTests/fast/block/float/t0905-c5525-fltblck-00-d-ag.html = FAIL | |
1869 DEFER : LayoutTests/fast/block/float/t0905-c5526-flthw-00-c-g.html = FAIL | |
1870 DEFER : LayoutTests/fast/dom/Window/custom-constructors.html = FAIL | |
1871 DEFER : LayoutTests/fast/loader/main-document-url-for-non-http-loads.html = FAIL | |
1872 | |
1873 // Started crashing with v8 version 1.0.3.1. http://crbug.com/8364 | |
1874 LINUX : LayoutTests/fast/canvas/unclosed-canvas-1.html = CRASH | |
OLD | NEW |