| 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 633 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 644 // layoutTestController. Now we have preference to enable/disable user | 644 // layoutTestController. Now we have preference to enable/disable user |
| 645 // styles(not work now), we still need to add a preference to enable/disable | 645 // styles(not work now), we still need to add a preference to enable/disable |
| 646 // styles of both author and user. | 646 // styles of both author and user. |
| 647 // Deferring, we don't support user-controlled UA stylesheets (in beta) | 647 // Deferring, we don't support user-controlled UA stylesheets (in beta) |
| 648 // Actually, gonna SKIP because it causes an additional error message in: | 648 // Actually, gonna SKIP because it causes an additional error message in: |
| 649 // LayoutTests/fast/css/display-none-inline-style-change-crash.html somehow | 649 // LayoutTests/fast/css/display-none-inline-style-change-crash.html somehow |
| 650 // the message is dumped after the #EOF, which causes an additional | 650 // the message is dumped after the #EOF, which causes an additional |
| 651 // error in the header of the following test. | 651 // error in the header of the following test. |
| 652 BUG24197 SKIP : LayoutTests/fast/css/disabled-author-styles.html = FAIL | 652 BUG24197 SKIP : LayoutTests/fast/css/disabled-author-styles.html = FAIL |
| 653 | 653 |
| 654 // Need to implement clearAllDatabases in layoutTestController. | |
| 655 BUG20995 SKIP : LayoutTests/storage/statement-error-callback.html = FAIL | |
| 656 | 654 |
| 657 // ----------------------------------------------------------------- | 655 // ----------------------------------------------------------------- |
| 658 // Other | 656 // Other |
| 659 // ----------------------------------------------------------------- | 657 // ----------------------------------------------------------------- |
| 660 | 658 |
| 661 // Pixeltest failure: Form control metrics incorrect | 659 // Pixeltest failure: Form control metrics incorrect |
| 662 BUG10273 LINUX : LayoutTests/http/tests/navigation/javascriptlink-frames.html =
FAIL PASS TIMEOUT | 660 BUG10273 LINUX : LayoutTests/http/tests/navigation/javascriptlink-frames.html =
FAIL PASS TIMEOUT |
| 663 | 661 |
| 664 // Mac Safari under certain circumstances automatically places | 662 // Mac Safari under certain circumstances automatically places |
| 665 // a caret in editable document even when none was requested programatically. | 663 // a caret in editable document even when none was requested programatically. |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 711 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/simple-events.html = FAI
L | 709 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/simple-events.html = FAI
L |
| 712 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/index-get-and-set.html =
FAIL | 710 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/index-get-and-set.html =
FAIL |
| 713 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-mark
up.html = FAIL | 711 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-mark
up.html = FAIL |
| 714 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-seta
ttribute.html = FAIL | 712 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-seta
ttribute.html = FAIL |
| 715 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-setw
indow.html = FAIL | 713 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-setw
indow.html = FAIL |
| 716 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/string-conversion.html =
FAIL | 714 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/string-conversion.html =
FAIL |
| 717 BUG4360 : LayoutTests/storage/domstorage/documentURI.html = FAIL | 715 BUG4360 : LayoutTests/storage/domstorage/documentURI.html = FAIL |
| 718 BUG4360 : LayoutTests/storage/domstorage/complex-values.html = FAIL | 716 BUG4360 : LayoutTests/storage/domstorage/complex-values.html = FAIL |
| 719 BUG4360 : LayoutTests/http/tests/loading/deleted-host-in-resource-load-delegate-
callback.html = TIMEOUT | 717 BUG4360 : LayoutTests/http/tests/loading/deleted-host-in-resource-load-delegate-
callback.html = TIMEOUT |
| 720 | 718 |
| 721 // Flaky DOM Storage tests. | |
| 722 //BUG_JORLOW : LayoutTests/storage/domstorage/quota.html = CRASH PASS | |
| 723 //BUG_JORLOW DEBUG : LayoutTests/storage/domstorage/localstorage/onstorage-attri
bute-setwindow.html = PASS CRASH | |
| 724 | |
| 725 // TODO(jorlow): Is this really still slow? If so, why? | 719 // TODO(jorlow): Is this really still slow? If so, why? |
| 726 BUG_JORLOW SLOW DEBUG : LayoutTests/storage/domstorage/localstorage/index-get-an
d-set.html = PASS | 720 BUG_JORLOW SLOW DEBUG : LayoutTests/storage/domstorage/localstorage/index-get-an
d-set.html = PASS |
| 727 | 721 |
| 728 // HTML5 databases are not supported in test_shell yet | 722 // HTML5 databases are not supported in test_shell yet |
| 729 BUG4359 SKIP : LayoutTests/storage/close-during-stress-test.html = PASS | 723 BUG4359 SKIP : LayoutTests/storage/close-during-stress-test.html = PASS |
| 730 BUG4359 SKIP : LayoutTests/storage/database-lock-after-reload.html = PASS | 724 BUG4359 SKIP : LayoutTests/storage/database-lock-after-reload.html = PASS |
| 731 BUG4359 SKIP : LayoutTests/storage/empty-statement.html = PASS | 725 BUG4359 SKIP : LayoutTests/storage/empty-statement.html = PASS |
| 732 BUG4359 SKIP : LayoutTests/storage/execute-sql-args.html = PASS | 726 BUG4359 SKIP : LayoutTests/storage/execute-sql-args.html = PASS |
| 733 BUG4359 SKIP : LayoutTests/storage/hash-change-with-xhr.html = PASS | 727 BUG4359 SKIP : LayoutTests/storage/hash-change-with-xhr.html = PASS |
| 734 BUG4359 SKIP : LayoutTests/storage/multiple-databases-garbage-collection.html =
PASS | 728 BUG4359 SKIP : LayoutTests/storage/multiple-databases-garbage-collection.html =
PASS |
| 735 BUG4359 SKIP : LayoutTests/storage/multiple-transactions.html = PASS | 729 BUG4359 SKIP : LayoutTests/storage/multiple-transactions.html = PASS |
| 736 BUG4359 SKIP : LayoutTests/storage/open-database-empty-version.html = PASS | 730 BUG4359 SKIP : LayoutTests/storage/open-database-empty-version.html = PASS |
| 737 BUG4359 SKIP : LayoutTests/storage/open-database-set-empty-version.html = PASS | 731 BUG4359 SKIP : LayoutTests/storage/open-database-set-empty-version.html = PASS |
| 738 BUG4359 SKIP : LayoutTests/storage/private-browsing-readonly.html = PASS | 732 BUG4359 SKIP : LayoutTests/storage/private-browsing-readonly.html = PASS |
| 739 BUG4359 SKIP : LayoutTests/storage/quota-tracking.html = PASS | 733 BUG4359 SKIP : LayoutTests/storage/quota-tracking.html = PASS |
| 740 BUG4359 SKIP : LayoutTests/storage/sql-data-types.html = PASS | 734 BUG4359 SKIP : LayoutTests/storage/sql-data-types.html = PASS |
| 741 BUG4359 SKIP : LayoutTests/storage/sql-data-types.js = PASS | 735 BUG4359 SKIP : LayoutTests/storage/sql-data-types.js = PASS |
| 742 BUG4359 SKIP : LayoutTests/storage/success-callback.html = PASS | 736 BUG4359 SKIP : LayoutTests/storage/success-callback.html = PASS |
| 743 BUG4359 SKIP : LayoutTests/storage/transaction-callback-exception-crash.html = P
ASS | 737 BUG4359 SKIP : LayoutTests/storage/transaction-callback-exception-crash.html = P
ASS |
| 744 BUG4359 SKIP : LayoutTests/storage/transaction-error-callback.html = PASS | 738 BUG4359 SKIP : LayoutTests/storage/transaction-error-callback.html = PASS |
| 745 BUG4359 SKIP : LayoutTests/fast/js/exceptions-thrown-in-callbacks.html = PASS | 739 BUG4359 SKIP : LayoutTests/fast/js/exceptions-thrown-in-callbacks.html = PASS |
| 746 BUG4359 SKIP : LayoutTests/storage/test-authorizer.html = PASS | 740 BUG4359 SKIP : LayoutTests/storage/test-authorizer.html = PASS |
| 747 BUG4359 SKIP : LayoutTests/storage/open-database-while-transaction-in-progress.h
tml = PASS | 741 BUG4359 SKIP : LayoutTests/storage/open-database-while-transaction-in-progress.h
tml = PASS |
| 748 BUG4359 SKIP : LayoutTests/storage/read-and-write-transactions-dont-run-together
.html = PASS | 742 BUG4359 SKIP : LayoutTests/storage/read-and-write-transactions-dont-run-together
.html = PASS |
| 749 BUG4359 SKIP : LayoutTests/storage/read-transactions-running-concurrently.html =
PASS | 743 BUG4359 SKIP : LayoutTests/storage/read-transactions-running-concurrently.html =
PASS |
| 750 BUG4359 SKIP : LayoutTests/storage/multiple-transactions-on-different-handles.ht
ml = PASS | 744 BUG4359 SKIP : LayoutTests/storage/multiple-transactions-on-different-handles.ht
ml = PASS |
| 745 BUG4359 SKIP : LayoutTests/storage/change-version-handle-reuse.html = FAIL |
| 746 BUG4359 SKIP : LayoutTests/storage/change-version.html = TIMEOUT |
| 747 |
| 748 // Need to implement clearAllDatabases in layoutTestController. |
| 749 BUG20995 SKIP : LayoutTests/storage/statement-error-callback.html = FAIL |
| 751 | 750 |
| 752 // Implement HTML5 Geolocation API. | 751 // Implement HTML5 Geolocation API. |
| 753 BUG11246 : LayoutTests/fast/dom/Geolocation = FAIL | 752 BUG11246 : LayoutTests/fast/dom/Geolocation = FAIL |
| 754 | 753 |
| 755 // Implement HTML5 EventSource API. Skipping, because most of these time out and | 754 // Implement HTML5 EventSource API. Skipping, because most of these time out and |
| 756 // slow down the test run. | 755 // slow down the test run. |
| 757 BUG19625 SKIP : LayoutTests/fast/eventsource = TIMEOUT | 756 BUG19625 SKIP : LayoutTests/fast/eventsource = TIMEOUT |
| 758 BUG19625 SKIP : LayoutTests/http/tests/eventsource = TIMEOUT | 757 BUG19625 SKIP : LayoutTests/http/tests/eventsource = TIMEOUT |
| 759 | 758 |
| 760 // Implement HTML5 datalist element. | 759 // Implement HTML5 datalist element. |
| (...skipping 2357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3118 | 3117 |
| 3119 // WebKit roll 49961:49992 | 3118 // WebKit roll 49961:49992 |
| 3120 // Added in http://trac.webkit.org/changeset/49990 | 3119 // Added in http://trac.webkit.org/changeset/49990 |
| 3121 BUG25884 WIN LINUX : LayoutTests/fast/dom/Document/CaretRangeFromPoint/caretRang
eFromPoint-in-zoom-and-scroll.html = FAIL | 3120 BUG25884 WIN LINUX : LayoutTests/fast/dom/Document/CaretRangeFromPoint/caretRang
eFromPoint-in-zoom-and-scroll.html = FAIL |
| 3122 | 3121 |
| 3123 // window.openDatabase doesn't exist yet as of r29980. That's causing these | 3122 // window.openDatabase doesn't exist yet as of r29980. That's causing these |
| 3124 // tests to fail. | 3123 // tests to fail. |
| 3125 BUG26107 : LayoutTests/fast/js/global-function-resolve.html = FAIL | 3124 BUG26107 : LayoutTests/fast/js/global-function-resolve.html = FAIL |
| 3126 BUG26107 MAC : LayoutTests/http/tests/security/cross-frame-access-call.html = FA
IL PASS | 3125 BUG26107 MAC : LayoutTests/http/tests/security/cross-frame-access-call.html = FA
IL PASS |
| 3127 BUG26107 WIN LINUX : LayoutTests/http/tests/security/cross-frame-access-call.htm
l = FAIL | 3126 BUG26107 WIN LINUX : LayoutTests/http/tests/security/cross-frame-access-call.htm
l = FAIL |
| 3128 BUG26107 : LayoutTests/storage/change-version-handle-reuse.html = FAIL | |
| 3129 BUG26107 : LayoutTests/storage/change-version.html = TIMEOUT | |
| 3130 | 3127 |
| 3131 BUG26344 LINUX DEBUG : LayoutTests/fast/text/atsui-partial-selection.html = CRAS
H | 3128 BUG26344 LINUX DEBUG : LayoutTests/fast/text/atsui-partial-selection.html = CRAS
H |
| 3132 BUG26344 LINUX DEBUG : LayoutTests/platform/mac/editing/deleting/backward-delete
.html = CRASH | 3129 BUG26344 LINUX DEBUG : LayoutTests/platform/mac/editing/deleting/backward-delete
.html = CRASH |
| 3133 | 3130 |
| 3134 // WebKit roll 49992:49997 | 3131 // WebKit roll 49992:49997 |
| 3135 // hclam to add expected results. | 3132 // hclam to add expected results. |
| 3136 // Update: failing in an odd way since the WebKit 50417:50432 roll; does | 3133 // Update: failing in an odd way since the WebKit 50417:50432 roll; does |
| 3137 // not seem to be finding fallback results; skipping for now. | 3134 // not seem to be finding fallback results; skipping for now. |
| 3138 BUG_HCLAM SKIP : LayoutTests/media/video-volume-slider.html = FAIL CRASH | 3135 BUG_HCLAM SKIP : LayoutTests/media/video-volume-slider.html = FAIL CRASH |
| 3139 | 3136 |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3292 BUG_SENORBLANCO LINUX DEBUG : LayoutTests/webarchive/test-duplicate-resources.ht
ml = IMAGE+TEXT | 3289 BUG_SENORBLANCO LINUX DEBUG : LayoutTests/webarchive/test-duplicate-resources.ht
ml = IMAGE+TEXT |
| 3293 | 3290 |
| 3294 // WebKit 50407:50416 | 3291 // WebKit 50407:50416 |
| 3295 BUG_SENORBLANCO : LayoutTests/accessibility/aria-controls-with-tabs.html = TEXT | 3292 BUG_SENORBLANCO : LayoutTests/accessibility/aria-controls-with-tabs.html = TEXT |
| 3296 BUG_SENORBLANCO : LayoutTests/accessibility/aria-tab-roles.html = TEXT | 3293 BUG_SENORBLANCO : LayoutTests/accessibility/aria-tab-roles.html = TEXT |
| 3297 BUG_SENORBLANCO LINUX WIN : LayoutTests/svg/css/circle-in-mask-with-shadow.svg =
IMAGE | 3294 BUG_SENORBLANCO LINUX WIN : LayoutTests/svg/css/circle-in-mask-with-shadow.svg =
IMAGE |
| 3298 BUG_SENORBLANCO WIN : LayoutTests/svg/W3C-SVG-1.1/masking-intro-01-f.svg = IMAGE | 3295 BUG_SENORBLANCO WIN : LayoutTests/svg/W3C-SVG-1.1/masking-intro-01-f.svg = IMAGE |
| 3299 | 3296 |
| 3300 // Started failing on Win, Linux after Webkit 50476:50480, probably 50477 | 3297 // Started failing on Win, Linux after Webkit 50476:50480, probably 50477 |
| 3301 BUG10442 WIN LINUX : LayoutTests/fast/dom/navigator-detached-no-crash.html = TEX
T | 3298 BUG10442 WIN LINUX : LayoutTests/fast/dom/navigator-detached-no-crash.html = TEX
T |
| OLD | NEW |