OLD | NEW |
1 # These tests currently fail when they run with --site-per-process. | 1 # These tests currently fail when they run with --site-per-process. |
2 # See https://crbug.com/477150. | 2 # See https://crbug.com/477150. |
3 | 3 |
4 # https://crbug.com/611838 - regression when geolocation tests use JS mock. | 4 # https://crbug.com/611838 - regression when geolocation tests use JS mock. |
5 http/tests/security/powerfulFeatureRestrictions/geolocation-on-secure-origin-in-
insecure-origin.html [ Timeout ] | 5 http/tests/security/powerfulFeatureRestrictions/geolocation-on-secure-origin-in-
insecure-origin.html [ Timeout ] |
6 | 6 |
7 # https://crbug.com/611154 - DCHECK in NavigatorImpl::DidStartProvisionalLoad. | 7 # https://crbug.com/611154 - DCHECK in NavigatorImpl::DidStartProvisionalLoad. |
8 http/tests/security/upgrade-insecure-requests/iframe-upgrade.https.html [ Crash
] | 8 http/tests/security/upgrade-insecure-requests/iframe-upgrade.https.html [ Crash
] |
9 http/tests/security/upgrade-insecure-requests/iframe-upgrade-csp.https.html [ Cr
ash ] | 9 http/tests/security/upgrade-insecure-requests/iframe-upgrade-csp.https.html [ Cr
ash ] |
10 | 10 |
| 11 # https://crbug.com/635400 - Origin header is set to "null" in HTTP POST request
made using OpenURL code path. |
| 12 http/tests/navigation/form-targets-cross-site-frame-post.html [ Failure ] |
| 13 |
11 # https://crbug.com/582494 - [sigsegv / av] blink::Document::styleEngine. | 14 # https://crbug.com/582494 - [sigsegv / av] blink::Document::styleEngine. |
12 http/tests/security/mixedContent/insecure-plugin-in-iframe.html [ Crash ] | 15 http/tests/security/mixedContent/insecure-plugin-in-iframe.html [ Crash ] |
13 | 16 |
14 # https://crbug.com/582245 - no exception, b/c BindingSecurity::shouldAllowAcces
sTo exits early when |!target|. | 17 # https://crbug.com/582245 - no exception, b/c BindingSecurity::shouldAllowAcces
sTo exits early when |!target|. |
15 http/tests/security/xss-DENIED-getSVGDocument-iframe.html [ Failure ] | 18 http/tests/security/xss-DENIED-getSVGDocument-iframe.html [ Failure ] |
16 http/tests/security/xss-DENIED-getSVGDocument-object.html [ Failure ] | 19 http/tests/security/xss-DENIED-getSVGDocument-object.html [ Failure ] |
17 http/tests/security/xssAuditor/block-does-not-leak-location.html [ Failure ] | 20 http/tests/security/xssAuditor/block-does-not-leak-location.html [ Failure ] |
18 http/tests/security/xssAuditor/block-does-not-leak-referrer.html [ Failure ] | 21 http/tests/security/xssAuditor/block-does-not-leak-referrer.html [ Failure ] |
19 http/tests/security/xssAuditor/full-block-script-tag-cross-domain.html [ Failure
] | 22 http/tests/security/xssAuditor/full-block-script-tag-cross-domain.html [ Failure
] |
20 | 23 |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 # https://crbug.com/623210 - DevTools extensions load in separate process in lay
out tests. | 93 # https://crbug.com/623210 - DevTools extensions load in separate process in lay
out tests. |
91 http/tests/inspector/extensions-headers.html [ Timeout ] | 94 http/tests/inspector/extensions-headers.html [ Timeout ] |
92 http/tests/inspector/extensions-iframe-eval.html [ Timeout ] | 95 http/tests/inspector/extensions-iframe-eval.html [ Timeout ] |
93 http/tests/inspector/extensions-ignore-cache.html [ Timeout ] | 96 http/tests/inspector/extensions-ignore-cache.html [ Timeout ] |
94 http/tests/inspector/extensions-network-redirect.html [ Timeout ] | 97 http/tests/inspector/extensions-network-redirect.html [ Timeout ] |
95 http/tests/inspector/extensions-useragent.html [ Timeout ] | 98 http/tests/inspector/extensions-useragent.html [ Timeout ] |
96 | 99 |
97 # https://crbug.com/623265 - cross-site navigation in main page breaks test. | 100 # https://crbug.com/623265 - cross-site navigation in main page breaks test. |
98 http/tests/inspector/indexeddb/resources-panel.html [ Timeout ] | 101 http/tests/inspector/indexeddb/resources-panel.html [ Timeout ] |
99 | 102 |
OLD | NEW |