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 |
(...skipping 25 matching lines...) Expand all Loading... |
36 | 36 |
37 # https://crbug.com/582522 - extra mixedContent checks reported with --site-per-
process | 37 # https://crbug.com/582522 - extra mixedContent checks reported with --site-per-
process |
38 # https://crbug.com/602497 - Inconsistent console messages about mixed content, | 38 # https://crbug.com/602497 - Inconsistent console messages about mixed content, |
39 # when running with or without --site-per-process | 39 # when running with or without --site-per-process |
40 http/tests/security/mixedContent/active-subresource-in-http-iframe-not-blocked.h
ttps.html [ Failure ] | 40 http/tests/security/mixedContent/active-subresource-in-http-iframe-not-blocked.h
ttps.html [ Failure ] |
41 http/tests/security/mixedContent/insecure-iframe-in-iframe.html [ Failure ] | 41 http/tests/security/mixedContent/insecure-iframe-in-iframe.html [ Failure ] |
42 http/tests/security/mixedContent/insecure-iframe-in-main-frame-allowed.html [ Fa
ilure ] | 42 http/tests/security/mixedContent/insecure-iframe-in-main-frame-allowed.html [ Fa
ilure ] |
43 | 43 |
44 # https://crbug.com/585194 - back/forward lists look different with --site-per-p
rocess | 44 # https://crbug.com/585194 - back/forward lists look different with --site-per-p
rocess |
45 http/tests/navigation/back-to-dynamic-iframe.html [ Failure Timeout ] | 45 http/tests/navigation/back-to-dynamic-iframe.html [ Failure Timeout ] |
46 http/tests/navigation/back-to-redirect-with-frame.php [ Failure ] | |
47 | 46 |
48 # https://crbug.com/585188 - testRunner.addOriginAccessWhitelistEntry is not rep
licated to OOPIFs. | 47 # https://crbug.com/585188 - testRunner.addOriginAccessWhitelistEntry is not rep
licated to OOPIFs. |
49 http/tests/xmlhttprequest/origin-whitelisting-all.html [ Failure ] | 48 http/tests/xmlhttprequest/origin-whitelisting-all.html [ Failure ] |
50 http/tests/xmlhttprequest/origin-whitelisting-ip-addresses.html [ Failure ] | 49 http/tests/xmlhttprequest/origin-whitelisting-ip-addresses.html [ Failure ] |
51 | 50 |
52 # https://crbug.com/601584 - No OOPIF support for UserGestureIndicator triggers | 51 # https://crbug.com/601584 - No OOPIF support for UserGestureIndicator triggers |
53 # cross-origin-iframe.html layout test failure | 52 # cross-origin-iframe.html layout test failure |
54 http/tests/bluetooth/https/requestDevice/cross-origin-iframe.html [ Failure ] | 53 http/tests/bluetooth/https/requestDevice/cross-origin-iframe.html [ Failure ] |
55 | 54 |
56 # https://crbug.com/606594 - UaF of delegate_ in WebFrameTestClient::willSendReq
uest | 55 # https://crbug.com/606594 - UaF of delegate_ in WebFrameTestClient::willSendReq
uest |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 # 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. |
95 http/tests/inspector/extensions-headers.html [ Timeout ] | 94 http/tests/inspector/extensions-headers.html [ Timeout ] |
96 http/tests/inspector/extensions-iframe-eval.html [ Timeout ] | 95 http/tests/inspector/extensions-iframe-eval.html [ Timeout ] |
97 http/tests/inspector/extensions-ignore-cache.html [ Timeout ] | 96 http/tests/inspector/extensions-ignore-cache.html [ Timeout ] |
98 http/tests/inspector/extensions-network-redirect.html [ Timeout ] | 97 http/tests/inspector/extensions-network-redirect.html [ Timeout ] |
99 http/tests/inspector/extensions-useragent.html [ Timeout ] | 98 http/tests/inspector/extensions-useragent.html [ Timeout ] |
100 | 99 |
101 # 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. |
102 http/tests/inspector/indexeddb/resources-panel.html [ Timeout ] | 101 http/tests/inspector/indexeddb/resources-panel.html [ Timeout ] |
103 | 102 |
OLD | NEW |