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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 // Chromium wants those to be separate navigations made via browser process to b
e able to make decision | 110 // Chromium wants those to be separate navigations made via browser process to b
e able to make decision |
111 // on which renderer process to use for each of them. | 111 // on which renderer process to use for each of them. |
112 WONTFIX SKIP BUG19635 : LayoutTests/fast/harness/use-page-cache.html = TIMEOUT F
AIL | 112 WONTFIX SKIP BUG19635 : LayoutTests/fast/harness/use-page-cache.html = TIMEOUT F
AIL |
113 WONTFIX SKIP BUG19635 : LayoutTests/fast/dom/Window/timer-resume-on-navigation-b
ack.html = TIMEOUT FAIL | 113 WONTFIX SKIP BUG19635 : LayoutTests/fast/dom/Window/timer-resume-on-navigation-b
ack.html = TIMEOUT FAIL |
114 // Depends on page cache, as far as I can tell. | 114 // Depends on page cache, as far as I can tell. |
115 WONTFIX SKIP BUG10635 : LayoutTests/fast/events/pageshow-pagehide-on-back-cached
.html = TIMEOUT FAIL | 115 WONTFIX SKIP BUG10635 : LayoutTests/fast/events/pageshow-pagehide-on-back-cached
.html = TIMEOUT FAIL |
116 | 116 |
117 // No support for WebGL yet | 117 // No support for WebGL yet |
118 BUG21852 SKIP : LayoutTests/fast/canvas/webgl = FAIL | 118 BUG21852 SKIP : LayoutTests/fast/canvas/webgl = FAIL |
119 | 119 |
| 120 // Tests that rely on cross-process MessagePorts. No point in running them in |
| 121 // test_shell, since we'd have to use a completely different implementation from |
| 122 // what is used in the browser. |
| 123 WONTFIX SKIP : LayoutTests/fast/events/message-channel-gc-2.html = FAIL |
| 124 WONTFIX SKIP : LayoutTests/fast/events/message-channel-gc-3.html = FAIL |
| 125 WONTFIX SKIP : LayoutTests/fast/events/message-channel-gc-4.html = FAIL |
| 126 WONTFIX SKIP : LayoutTests/fast/events/message-channel-gc.html = FAIL |
| 127 WONTFIX SKIP : LayoutTests/fast/events/message-channel-listener-circular-ownersh
ip.html = FAIL |
| 128 WONTFIX SKIP : LayoutTests/fast/events/message-port-clone.html = FAIL |
| 129 WONTFIX SKIP : LayoutTests/fast/events/message-port-deleted-document.html = FAIL |
| 130 WONTFIX SKIP : LayoutTests/fast/events/message-port-deleted-frame.html = FAIL |
| 131 WONTFIX SKIP : LayoutTests/fast/events/message-port-inactive-document.html = FAI
L |
| 132 WONTFIX SKIP : LayoutTests/fast/events/message-port-no-wrapper.html = FAIL |
| 133 WONTFIX SKIP : LayoutTests/fast/events/message-port.html = FAIL |
| 134 WONTFIX SKIP : LayoutTests/http/tests/security/MessagePort/event-listener-contex
t.html = FAIL |
| 135 WONTFIX SKIP : chrome/fast/dom/messageport-gc.html = FAIL |
| 136 |
| 137 // Chrome does not support WebArchives (just like Safari for Windows), |
| 138 // although we might eventually want to on Mac. |
| 139 WONTFIX SKIP : LayoutTests/webarchive/adopt-attribute-styled-body-webarchive.htm
l = FAIL |
| 140 WONTFIX SKIP : LayoutTests/webarchive/adopt-attribute-styled-node-webarchive.htm
l = FAIL |
| 141 WONTFIX SKIP : LayoutTests/webarchive/adopt-inline-styled-node-webarchive.html =
FAIL |
| 142 |
120 // ----------------------------------------------------------------- | 143 // ----------------------------------------------------------------- |
121 // FAILING TESTS | 144 // WONTFIX TESTS |
122 // ----------------------------------------------------------------- | 145 // ----------------------------------------------------------------- |
123 | 146 |
124 // We don't intend to pass all of these cases, so this is an expected fail. | 147 // We don't intend to pass all of these cases, so this is an expected fail. |
125 // Window resizing is not implemented in chrome. | 148 // Window resizing is not implemented in chrome. |
126 BUG1137420 WONTFIX : LayoutTests/fast/dom/Window/window-resize.html = FAIL | 149 BUG1137420 WONTFIX : LayoutTests/fast/dom/Window/window-resize.html = FAIL |
127 | 150 |
128 // This test is completely timing dependent. It is testing the time | 151 // This test is completely timing dependent. It is testing the time |
129 // between a key event and a search event. You cannot count on this | 152 // between a key event and a search event. You cannot count on this |
130 // always being exactly the same, so we allow this to either PASS or FAIL | 153 // always being exactly the same, so we allow this to either PASS or FAIL |
131 // but not CRASH or TIMEOUT. | 154 // but not CRASH or TIMEOUT. |
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
310 // This is a Safari specific test used to document the set of global | 333 // This is a Safari specific test used to document the set of global |
311 // constructors they expose and the exact way they are printed. Not | 334 // constructors they expose and the exact way they are printed. Not |
312 // important. | 335 // important. |
313 WONTFIX : LayoutTests/fast/js/global-constructors.html = FAIL | 336 WONTFIX : LayoutTests/fast/js/global-constructors.html = FAIL |
314 | 337 |
315 // This test is not reliable. The behavior depends on exactly how the | 338 // This test is not reliable. The behavior depends on exactly how the |
316 // stack limit is reached. We're happy with our behavior on this test | 339 // stack limit is reached. We're happy with our behavior on this test |
317 // as long as we don't crash. | 340 // as long as we don't crash. |
318 WONTFIX : LayoutTests/fast/js/global-recursion-on-full-stack.html = FAIL PASS | 341 WONTFIX : LayoutTests/fast/js/global-recursion-on-full-stack.html = FAIL PASS |
319 | 342 |
| 343 // Our DOM Storage implementation doesn't use WebKit's private browsing feature
(even for incognito mode). |
| 344 WONTFIX : LayoutTests/storage/domstorage/localstorage/private-browsing-affects-s
torage.html = FAIL |
| 345 WONTFIX : LayoutTests/storage/domstorage/sessionstorage/private-browsing-affects
-storage.html = FAIL |
| 346 |
320 // ----------------------------------------------------------------- | 347 // ----------------------------------------------------------------- |
321 // CHROME REWRITTEN TESTS | 348 // CHROME REWRITTEN TESTS |
322 // ----------------------------------------------------------------- | 349 // ----------------------------------------------------------------- |
323 | 350 |
324 // These tests have been rewritten, with the original being ignored, | 351 // These tests have been rewritten, with the original being ignored, |
325 // because they rely on being able to shadow the 'top' variable on the | 352 // because they rely on being able to shadow the 'top' variable on the |
326 // global object. For security we disallow shadowing of top. | 353 // global object. For security we disallow shadowing of top. |
327 WONTFIX : LayoutTests/editing/selection/click-before-and-after-table.html = FAIL | 354 WONTFIX : LayoutTests/editing/selection/click-before-and-after-table.html = FAIL |
328 | 355 |
329 // We're taking a different approach on this test than Webkit does, related to | 356 // We're taking a different approach on this test than Webkit does, related to |
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
553 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/index-get-and-set.html =
FAIL | 580 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/index-get-and-set.html =
FAIL |
554 BUG4360 : LayoutTests/storage/domstorage/localstorage/onstorage-attribute-markup
.html = FAIL | 581 BUG4360 : LayoutTests/storage/domstorage/localstorage/onstorage-attribute-markup
.html = FAIL |
555 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-mark
up.html = FAIL | 582 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-mark
up.html = FAIL |
556 BUG4360 : LayoutTests/storage/domstorage/localstorage/onstorage-attribute-setatt
ribute.html = FAIL | 583 BUG4360 : LayoutTests/storage/domstorage/localstorage/onstorage-attribute-setatt
ribute.html = FAIL |
557 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-seta
ttribute.html = FAIL | 584 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-seta
ttribute.html = FAIL |
558 BUG4360 : LayoutTests/storage/domstorage/localstorage/onstorage-attribute-setwin
dow.html = FAIL | 585 BUG4360 : LayoutTests/storage/domstorage/localstorage/onstorage-attribute-setwin
dow.html = FAIL |
559 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-setw
indow.html = FAIL | 586 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-setw
indow.html = FAIL |
560 BUG4360 : LayoutTests/storage/domstorage/localstorage/string-conversion.html = F
AIL | 587 BUG4360 : LayoutTests/storage/domstorage/localstorage/string-conversion.html = F
AIL |
561 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/string-conversion.html =
FAIL | 588 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/string-conversion.html =
FAIL |
562 | 589 |
563 // Our DOM Storage implementation doesn't use WebKit's private browsing feature
(even for incognito mode). | |
564 WONTFIX : LayoutTests/storage/domstorage/localstorage/private-browsing-affects-s
torage.html = FAIL | |
565 WONTFIX : LayoutTests/storage/domstorage/sessionstorage/private-browsing-affects
-storage.html = FAIL | |
566 | |
567 // Depends on SessionStorage. I'm not sure if this is working yet, but I don't
think we need to SKIP it. | 590 // Depends on SessionStorage. I'm not sure if this is working yet, but I don't
think we need to SKIP it. |
568 BUG4360 : LayoutTests/http/tests/loading/deleted-host-in-resource-load-delegate-
callback.html = TIMEOUT | 591 BUG4360 : LayoutTests/http/tests/loading/deleted-host-in-resource-load-delegate-
callback.html = TIMEOUT |
569 | 592 |
570 // Database | 593 // Database |
571 BUG4359 SKIP : LayoutTests/storage/close-during-stress-test.html = PASS | 594 BUG4359 SKIP : LayoutTests/storage/close-during-stress-test.html = PASS |
572 BUG4359 SKIP : LayoutTests/storage/database-lock-after-reload.html = PASS | 595 BUG4359 SKIP : LayoutTests/storage/database-lock-after-reload.html = PASS |
573 BUG4359 SKIP : LayoutTests/storage/empty-statement.html = PASS | 596 BUG4359 SKIP : LayoutTests/storage/empty-statement.html = PASS |
574 BUG4359 SKIP : LayoutTests/storage/execute-sql-args.html = PASS | 597 BUG4359 SKIP : LayoutTests/storage/execute-sql-args.html = PASS |
575 BUG4359 SKIP : LayoutTests/storage/hash-change-with-xhr.html = PASS | 598 BUG4359 SKIP : LayoutTests/storage/hash-change-with-xhr.html = PASS |
576 BUG4359 SKIP : LayoutTests/storage/multiple-databases-garbage-collection.html =
PASS | 599 BUG4359 SKIP : LayoutTests/storage/multiple-databases-garbage-collection.html =
PASS |
(...skipping 1272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1849 // New failures from WebKit merge 42725:42805 | 1872 // New failures from WebKit merge 42725:42805 |
1850 // Reasons unknown.. | 1873 // Reasons unknown.. |
1851 BUG11012 LINUX MAC : LayoutTests/http/tests/security/xss-DENIED-xml-external-ent
ity.xhtml = FAIL | 1874 BUG11012 LINUX MAC : LayoutTests/http/tests/security/xss-DENIED-xml-external-ent
ity.xhtml = FAIL |
1852 | 1875 |
1853 // Need Linux rebaselines from WebKit Merge 42805:42932 | 1876 // Need Linux rebaselines from WebKit Merge 42805:42932 |
1854 BUG11123 LINUX : LayoutTests/editing/inserting/4960120-1.html = FAIL | 1877 BUG11123 LINUX : LayoutTests/editing/inserting/4960120-1.html = FAIL |
1855 BUG11123 LINUX : LayoutTests/fast/css/nested-layers-with-hover.html = FAIL | 1878 BUG11123 LINUX : LayoutTests/fast/css/nested-layers-with-hover.html = FAIL |
1856 BUG11123 LINUX : LayoutTests/fast/forms/textarea-scrollbar.html = FAIL | 1879 BUG11123 LINUX : LayoutTests/fast/forms/textarea-scrollbar.html = FAIL |
1857 BUG11123 LINUX : LayoutTests/fast/forms/textarea-scrolled-type.html = FAIL | 1880 BUG11123 LINUX : LayoutTests/fast/forms/textarea-scrolled-type.html = FAIL |
1858 | 1881 |
1859 // Chrome does not support WebArchives (just like Safari for Windows), | |
1860 // although we might eventually want to on Mac. | |
1861 WONTFIX SKIP : LayoutTests/webarchive/adopt-attribute-styled-body-webarchive.htm
l = FAIL | |
1862 WONTFIX SKIP : LayoutTests/webarchive/adopt-attribute-styled-node-webarchive.htm
l = FAIL | |
1863 WONTFIX SKIP : LayoutTests/webarchive/adopt-inline-styled-node-webarchive.html =
FAIL | |
1864 | |
1865 // Regressions from WebKit Merge 42932:42994 | 1882 // Regressions from WebKit Merge 42932:42994 |
1866 BUG11239 MAC DEBUG : LayoutTests/svg/custom/js-late-marker-and-object-creation.s
vg = FAIL PASS | 1883 BUG11239 MAC DEBUG : LayoutTests/svg/custom/js-late-marker-and-object-creation.s
vg = FAIL PASS |
1867 | 1884 |
1868 // Regressions from WebKit Merge 42932:42994 due to text metric changes. | 1885 // Regressions from WebKit Merge 42932:42994 due to text metric changes. |
1869 BUG11251 WIN : LayoutTests/fast/forms/textarea-width.html = FAIL | 1886 BUG11251 WIN : LayoutTests/fast/forms/textarea-width.html = FAIL |
1870 BUG11251 WIN LINUX : LayoutTests/fast/forms/text-control-intrinsic-widths.html =
FAIL | 1887 BUG11251 WIN LINUX : LayoutTests/fast/forms/text-control-intrinsic-widths.html =
FAIL |
1871 BUG11251 : chrome/fast/forms/textarea-metrics.html = FAIL | 1888 BUG11251 : chrome/fast/forms/textarea-metrics.html = FAIL |
1872 BUG11251 WIN LINUX : LayoutTests/svg/custom/svg-fonts-in-text-controls.html = FA
IL | 1889 BUG11251 WIN LINUX : LayoutTests/svg/custom/svg-fonts-in-text-controls.html = FA
IL |
1873 BUG11251 WIN LINUX : LayoutTests/fast/forms/textarea-metrics.html = FAIL | 1890 BUG11251 WIN LINUX : LayoutTests/fast/forms/textarea-metrics.html = FAIL |
1874 | 1891 |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2015 | 2032 |
2016 | 2033 |
2017 // Webkit 45555:45558 | 2034 // Webkit 45555:45558 |
2018 // This was removed from test_expectations when it was passing after the Webkit
merge 45495:45535. | 2035 // This was removed from test_expectations when it was passing after the Webkit
merge 45495:45535. |
2019 // Not sure if this is a regression or some manner of flakiness. | 2036 // Not sure if this is a regression or some manner of flakiness. |
2020 BUG11613 MAC : LayoutTests/http/tests/security/cross-frame-access-call.html = FA
IL | 2037 BUG11613 MAC : LayoutTests/http/tests/security/cross-frame-access-call.html = FA
IL |
2021 | 2038 |
2022 // WebKit merge 45601:45610 | 2039 // WebKit merge 45601:45610 |
2023 BUG16162 : LayoutTests/fast/loader/subframe-navigate-during-main-frame-load.html
= FAIL | 2040 BUG16162 : LayoutTests/fast/loader/subframe-navigate-during-main-frame-load.html
= FAIL |
2024 | 2041 |
2025 // Tests that rely on cross-process MessagePorts. No point in running them in | |
2026 // test_shell, since we'd have to use a completely different implementation from | |
2027 // what is used in the browser. | |
2028 WONTFIX SKIP : LayoutTests/fast/events/message-channel-gc-2.html = FAIL | |
2029 WONTFIX SKIP : LayoutTests/fast/events/message-channel-gc-3.html = FAIL | |
2030 WONTFIX SKIP : LayoutTests/fast/events/message-channel-gc-4.html = FAIL | |
2031 WONTFIX SKIP : LayoutTests/fast/events/message-channel-gc.html = FAIL | |
2032 WONTFIX SKIP : LayoutTests/fast/events/message-channel-listener-circular-ownersh
ip.html = FAIL | |
2033 WONTFIX SKIP : LayoutTests/fast/events/message-port-clone.html = FAIL | |
2034 WONTFIX SKIP : LayoutTests/fast/events/message-port-deleted-document.html = FAIL | |
2035 WONTFIX SKIP : LayoutTests/fast/events/message-port-deleted-frame.html = FAIL | |
2036 WONTFIX SKIP : LayoutTests/fast/events/message-port-inactive-document.html = FAI
L | |
2037 WONTFIX SKIP : LayoutTests/fast/events/message-port-no-wrapper.html = FAIL | |
2038 WONTFIX SKIP : LayoutTests/fast/events/message-port.html = FAIL | |
2039 WONTFIX SKIP : LayoutTests/http/tests/security/MessagePort/event-listener-contex
t.html = FAIL | |
2040 WONTFIX SKIP : chrome/fast/dom/messageport-gc.html = FAIL | |
2041 | |
2042 // WebKit tests regressions 20529:20532 | 2042 // WebKit tests regressions 20529:20532 |
2043 BUG16675 MAC : LayoutTests/fast/dynamic/flash-replacement-test.html = FAIL | 2043 BUG16675 MAC : LayoutTests/fast/dynamic/flash-replacement-test.html = FAIL |
2044 BUG16675 MAC : LayoutTests/fast/loader/loadInProgress.html = FAIL | 2044 BUG16675 MAC : LayoutTests/fast/loader/loadInProgress.html = FAIL |
2045 BUG16675 MAC DEBUG : LayoutTests/plugins/return-error-from-new-stream-callback-i
n-full-frame-plugin.html = FAIL | 2045 BUG16675 MAC DEBUG : LayoutTests/plugins/return-error-from-new-stream-callback-i
n-full-frame-plugin.html = FAIL |
2046 | 2046 |
2047 | 2047 |
2048 // WebKit merge 42738:45840 | 2048 // WebKit merge 42738:45840 |
2049 // New test, needs baseline. | 2049 // New test, needs baseline. |
2050 BUG16690 SKIP MAC : LayoutTests/fast/text/international/khmer-selection.html = F
AIL | 2050 BUG16690 SKIP MAC : LayoutTests/fast/text/international/khmer-selection.html = F
AIL |
2051 | 2051 |
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2322 // missing upstream baseline from 48368 | 2322 // missing upstream baseline from 48368 |
2323 BUG21842 SKIP WIN LINUX : LayoutTests/platform/win/accessibility/scroll-to-ancho
r.html = FAIL | 2323 BUG21842 SKIP WIN LINUX : LayoutTests/platform/win/accessibility/scroll-to-ancho
r.html = FAIL |
2324 | 2324 |
2325 BUG21859 WIN-VISTA : LayoutTests/fast/css/css2-system-fonts.html = FAIL | 2325 BUG21859 WIN-VISTA : LayoutTests/fast/css/css2-system-fonts.html = FAIL |
2326 BUG21859 WIN : LayoutTests/fast/forms/search-styled.html = FAIL | 2326 BUG21859 WIN : LayoutTests/fast/forms/search-styled.html = FAIL |
2327 BUG21859 WIN-VISTA : LayoutTests/fast/text/whitespace/026.html = FAIL | 2327 BUG21859 WIN-VISTA : LayoutTests/fast/text/whitespace/026.html = FAIL |
2328 BUG21859 WIN-VISTA : LayoutTests/fast/text/basic/006.html = FAIL | 2328 BUG21859 WIN-VISTA : LayoutTests/fast/text/basic/006.html = FAIL |
2329 BUG21859 WIN-XP : LayoutTests/fast/text/line-breaks.html = FAIL | 2329 BUG21859 WIN-XP : LayoutTests/fast/text/line-breaks.html = FAIL |
2330 BUG21859 WIN : LayoutTests/fast/overflow/overflow-float-stacking.html = FAIL | 2330 BUG21859 WIN : LayoutTests/fast/overflow/overflow-float-stacking.html = FAIL |
2331 BUG21859 WIN : LayoutTests/tables/mozilla/bugs/bug96343.html = FAIL | 2331 BUG21859 WIN : LayoutTests/tables/mozilla/bugs/bug96343.html = FAIL |
OLD | NEW |