Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(75)

Side by Side Diff: third_party/WebKit/LayoutTests/FlagExpectations/enable-browser-side-navigation

Issue 2649873003: PlzNavigate: update layout test filter (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # These tests currently fail when run with --enable-browser-side-navigation 1 # These tests currently fail when run with --enable-browser-side-navigation
2 # See https://crbug.com/576261 2 # See https://crbug.com/576261
3 # https://crbug.com/608372: PlzNavigate: support POST navigations 3 # https://crbug.com/608372: PlzNavigate: support POST navigations
4 crbug.com/608372 fast/forms/xss-auditor-doesnt-crash-on-post-submit.html [ Timeo ut ]
5 # Layout test does not end for unknown reasons. 4 # Layout test does not end for unknown reasons.
6 crbug.com/608372 http/tests/history/back-to-post.html [ Timeout ] 5 crbug.com/608372 http/tests/history/back-to-post.html [ Timeout ]
7 crbug.com/608372 virtual/mojo-loading/http/tests/history/back-to-post.html [ Tim eout ] 6 crbug.com/608372 virtual/mojo-loading/http/tests/history/back-to-post.html [ Tim eout ]
8 # Layout test ending too soon. 7
8 # Ensure POST navigations are treated as different document
9 # Fixed by https://codereview.chromium.org/2630413002/
9 crbug.com/608372 fast/forms/submit-to-url-fragment.html [ Failure ] 10 crbug.com/608372 fast/forms/submit-to-url-fragment.html [ Failure ]
10 11 crbug.com/608372 fast/forms/xss-auditor-doesnt-crash-on-post-submit.html [ Timeo ut ]
11 # https://crbug.com/575210: PlzNavigate: history navigation support
12 crbug.com/575210 fast/loader/stateobjects/pushstate-with-fragment-urls-and-hashc hange.html [ Crash Timeout ]
13 crbug.com/575210 http/tests/navigation/history-back-across-form-submission-to-fr agment.html [ Timeout ] 12 crbug.com/575210 http/tests/navigation/history-back-across-form-submission-to-fr agment.html [ Timeout ]
14 crbug.com/575210 external/wpt/html/browsers/browsing-the-web/history-traversal/p opstate_event.html [ Crash Failure Timeout ]
15 crbug.com/575210 external/wpt/html/browsers/browsing-the-web/unloading-documents /beforeunload-on-navigation-of-parent.html [ Failure ]
16 crbug.com/575210 external/wpt/html/browsers/history/the-history-interface/004.ht ml [ Failure ]
17 crbug.com/575210 external/wpt/html/browsers/history/the-location-interface/secur ity_location_0.htm [ Failure ]
18 crbug.com/575210 virtual/stable/http/tests/navigation/history-back-across-form-s ubmission-to-fragment.html [ Timeout ] 13 crbug.com/575210 virtual/stable/http/tests/navigation/history-back-across-form-s ubmission-to-fragment.html [ Timeout ]
19 crbug.com/575210 virtual/mojo-loading/http/tests/navigation/history-back-across- form-submission-to-fragment.html [ Timeout ] 14 crbug.com/575210 virtual/mojo-loading/http/tests/navigation/history-back-across- form-submission-to-fragment.html [ Timeout ]
20 15
16 # Ensure same-page back-forward are handled as same-page navigations
17 # Fixed by https://codereview.chromium.org/2584513003/
18 crbug.com/575210 fast/loader/stateobjects/pushstate-with-fragment-urls-and-hashc hange.html [ Crash Timeout ]
19 crbug.com/575210 external/wpt/html/browsers/browsing-the-web/history-traversal/p opstate_event.html [ Crash Failure Timeout ]
20 crbug.com/575210 external/wpt/html/browsers/history/the-history-interface/004.ht ml [ Failure ]
21 crbug.com/575210 external/wpt/html/browsers/history/the-location-interface/secur ity_location_0.htm [ Failure ]
22
23 # Issue with m_progressTracker->progressCompleted when navigation fails
24 # Fixed by https://codereview.chromium.org/2624723002/
25 crbug.com/679675 fast/css/acid2-pixel.html [ Timeout ]
26 crbug.com/679675 fast/css/acid2.html [ Timeout ]
27 crbug.com/679675 fast/dom/HTMLObjectElement/children-changed.html [ Timeout ]
28 crbug.com/679675 fast/overflow/overflow-height-float-not-removed-crash.html [ Ti meout ]
29 crbug.com/679675 fast/overflow/overflow-height-float-not-removed-crash2.html [ T imeout ]
30 crbug.com/679675 fast/overflow/overflow-height-float-not-removed-crash3.html [ T imeout ]
31 crbug.com/679675 fast/table/giantCellspacing.html [ Timeout ]
32 crbug.com/679675 virtual/spv2/fast/overflow/overflow-height-float-not-removed-cr ash3.html [ Timeout ]
33
34 # https://crbug.com/683891: Execute BeforeUnload on subframes during browser-ini tiated navigations
35 crbug.com/683891 external/wpt/html/browsers/browsing-the-web/unloading-documents /beforeunload-on-navigation-of-parent.html [ Failure ]
36
21 # https://crbug.com/551000: PlzNavigate: DevTools support 37 # https://crbug.com/551000: PlzNavigate: DevTools support
22 crbug.com/551000 http/tests/inspector/extensions-ignore-cache.html [ Failure ] 38 crbug.com/551000 http/tests/inspector/extensions-ignore-cache.html [ Failure ]
23 crbug.com/551000 http/tests/inspector/extensions-network-redirect.html [ Timeout ] 39 crbug.com/551000 http/tests/inspector/extensions-network-redirect.html [ Timeout ]
24 crbug.com/551000 http/tests/inspector/network/x-frame-options-deny.html [ Failur e ] 40 crbug.com/551000 http/tests/inspector/network/x-frame-options-deny.html [ Failur e ]
25 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/extensions-ignore-cac he.html [ Failure ] 41 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/extensions-ignore-cac he.html [ Failure ]
26 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/extensions-network-re direct.html [ Timeout ] 42 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/extensions-network-re direct.html [ Timeout ]
27 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/network/x-frame-optio ns-deny.html [ Failure ] 43 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/network/x-frame-optio ns-deny.html [ Failure ]
28 # Console error messages are wrongly ordered. 44 # Console error messages are wrongly ordered.
29 crbug.com/551000 http/tests/inspector/console-resource-errors.html [ Failure ] 45 crbug.com/551000 http/tests/inspector/console-resource-errors.html [ Failure ]
30 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/console-resource-erro rs.html [ Failure ] 46 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/console-resource-erro rs.html [ Failure ]
31 # We don't report the right initiator type or line number. 47 # We don't report the right initiator type or line number.
32 crbug.com/551000 http/tests/inspector/network/network-document-initiator.html [ Failure ] 48 crbug.com/551000 http/tests/inspector/network/network-document-initiator.html [ Failure ]
33 crbug.com/551000 http/tests/inspector/network/network-initiator.html [ Failure ] 49 crbug.com/551000 http/tests/inspector/network/network-initiator.html [ Failure ]
34 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/network/network-docum ent-initiator.html [ Failure ] 50 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/network/network-docum ent-initiator.html [ Failure ]
35 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/network/network-initi ator.html [ Failure ] 51 crbug.com/551000 virtual/mojo-loading/http/tests/inspector/network/network-initi ator.html [ Failure ]
36 # Duplicate started loading output. 52 # Duplicate started loading output.
53 # Fixed by https://codereview.chromium.org/2622083004/
37 crbug.com/551000 inspector-protocol/page/frameAttachedDetached.html [ Failure ] 54 crbug.com/551000 inspector-protocol/page/frameAttachedDetached.html [ Failure ]
38 crbug.com/551000 inspector-protocol/page/frameStartedLoading.html [ Failure ] 55 crbug.com/551000 inspector-protocol/page/frameStartedLoading.html [ Failure ]
39 56
40 # https://crbug.com/625765: Need to solve duplicate output from 57 # https://crbug.com/625765: Need to solve duplicate output from
41 # WebFrameTestClient::willSendRequest() that causes text failures. 58 # WebFrameTestClient::willSendRequest() that causes text failures.
42 crbug.com/625765 http/tests/cache/iframe-304-crash.html [ Failure ] 59 crbug.com/625765 http/tests/cache/iframe-304-crash.html [ Failure ]
43 crbug.com/625765 http/tests/history/post-replace-state-reload.html [ Failure ] 60 crbug.com/625765 http/tests/history/post-replace-state-reload.html [ Failure ]
44 crbug.com/625765 http/tests/loading/redirect-methods.html [ Crash Failure ] 61 crbug.com/625765 http/tests/loading/redirect-methods.html [ Crash Failure ]
45 crbug.com/625765 http/tests/navigation/location-reload-after-post.php [ Failure ] 62 crbug.com/625765 http/tests/navigation/location-reload-after-post.php [ Failure ]
46 crbug.com/625765 http/tests/security/XFrameOptions/x-frame-options-allowall.html [ Failure ] 63 crbug.com/625765 http/tests/security/XFrameOptions/x-frame-options-allowall.html [ Failure ]
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 crbug.com/640631 virtual/mojo-loading/http/tests/loading/text-content-type-with- binary-extension.html [ Timeout Failure ] 141 crbug.com/640631 virtual/mojo-loading/http/tests/loading/text-content-type-with- binary-extension.html [ Timeout Failure ]
125 142
126 # https://crbug.com/647698: Failing due to absence of call to 143 # https://crbug.com/647698: Failing due to absence of call to
127 # WebFrameClient::didReceiveServerRedirectForProvisionalLoad. 144 # WebFrameClient::didReceiveServerRedirectForProvisionalLoad.
128 crbug.com/647698 http/tests/loading/307-after-303-after-post.html [ Failure ] 145 crbug.com/647698 http/tests/loading/307-after-303-after-post.html [ Failure ]
129 crbug.com/647698 virtual/mojo-loading/http/tests/loading/307-after-303-after-pos t.html [ Failure ] 146 crbug.com/647698 virtual/mojo-loading/http/tests/loading/307-after-303-after-pos t.html [ Failure ]
130 147
131 # https://crbug.com/673742 Calling document.open should cancel a load 148 # https://crbug.com/673742 Calling document.open should cancel a load
132 crbug.com/673742 fast/dom/Document/open-with-pending-load.html [ Failure ] 149 crbug.com/673742 fast/dom/Document/open-with-pending-load.html [ Failure ]
133 150
151 # Issue with ServiceWorker timing.
152 Bug(none) external/wpt/service-workers/service-worker/navigate-window.https.html [ Failure ]
153
134 # Timeout when receiving a 204 response 154 # Timeout when receiving a 204 response
135 # Note (clamy): I haven't filed a bug yet since 155 # Note (clamy): I haven't filed a bug yet since
136 # https://codereview.chromium.org/2549373004/ will modify 204 handling when it 156 # https://codereview.chromium.org/2549373004/ will modify 204 handling when it
137 # lands. 157 # lands.
138 Bug(none) http/tests/navigation/response204.html [ Timeout ] 158 Bug(none) http/tests/navigation/response204.html [ Timeout ]
139 Bug(none) virtual/stable/http/tests/navigation/response204.html [ Timeout ] 159 Bug(none) virtual/stable/http/tests/navigation/response204.html [ Timeout ]
140 Bug(none) virtual/mojo-loading/http/tests/navigation/response204.html [ Timeout ] 160 Bug(none) virtual/mojo-loading/http/tests/navigation/response204.html [ Timeout ]
141 161
142 # This test seems to be partially failing without PlzNavigate as well. 162 # This test seems to be partially failing without PlzNavigate as well.
143 Bug(none) external/wpt/html/browsers/origin/cross-origin-objects/cross-origin-ob jects-exceptions.html [ Failure ] 163 Bug(none) external/wpt/html/browsers/origin/cross-origin-objects/cross-origin-ob jects-exceptions.html [ Failure ]
144 164
145 # https://crbug.com/673751 Policy delegate is called twice 165 # https://crbug.com/673751 Policy delegate is called twice
146 crbug.com/673751 http/tests/misc/policy-delegate-called-twice.html [ Failure ] 166 crbug.com/673751 http/tests/misc/policy-delegate-called-twice.html [ Failure ]
147 crbug.com/673751 virtual/mojo-loading/http/tests/misc/policy-delegate-called-twi ce.html [ Failure ] 167 crbug.com/673751 virtual/mojo-loading/http/tests/misc/policy-delegate-called-twi ce.html [ Failure ]
148 168
149 # These tests are flaky. 169 # These tests are flaky.
150 Bug(none) http/tests/misc/window-open-then-write.html [ Timeout ] 170 Bug(none) http/tests/misc/window-open-then-write.html [ Timeout ]
151 Bug(none) external/wpt/html/browsers/browsing-the-web/unloading-documents/before unload-on-history-back.html [ Failure ] 171 Bug(none) external/wpt/html/browsers/browsing-the-web/unloading-documents/before unload-on-history-back.html [ Failure ]
152 Bug(none) virtual/mojo-loading/http/tests/misc/window-open-then-write.html [ Tim eout ] 172 Bug(none) virtual/mojo-loading/http/tests/misc/window-open-then-write.html [ Tim eout ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698