| 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 23 matching lines...) Expand all Loading... |
| 34 # https://crbug.com/602493 - Layout tests harness doesn't support history dump a
cross OOPIFs | 34 # https://crbug.com/602493 - Layout tests harness doesn't support history dump a
cross OOPIFs |
| 35 http/tests/security/mixedContent/insecure-iframe-in-main-frame.html [ Crash ] | 35 http/tests/security/mixedContent/insecure-iframe-in-main-frame.html [ Crash ] |
| 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 | |
| 45 http/tests/navigation/back-to-dynamic-iframe.html [ Failure Timeout ] | |
| 46 | |
| 47 # https://crbug.com/585188 - testRunner.addOriginAccessWhitelistEntry is not rep
licated to OOPIFs. | 44 # https://crbug.com/585188 - testRunner.addOriginAccessWhitelistEntry is not rep
licated to OOPIFs. |
| 48 http/tests/xmlhttprequest/origin-whitelisting-all.html [ Failure ] | 45 http/tests/xmlhttprequest/origin-whitelisting-all.html [ Failure ] |
| 49 http/tests/xmlhttprequest/origin-whitelisting-ip-addresses.html [ Failure ] | 46 http/tests/xmlhttprequest/origin-whitelisting-ip-addresses.html [ Failure ] |
| 50 | 47 |
| 51 # https://crbug.com/601584 - No OOPIF support for UserGestureIndicator triggers | 48 # https://crbug.com/601584 - No OOPIF support for UserGestureIndicator triggers |
| 52 # cross-origin-iframe.html layout test failure | 49 # cross-origin-iframe.html layout test failure |
| 53 http/tests/bluetooth/https/requestDevice/cross-origin-iframe.html [ Failure ] | 50 http/tests/bluetooth/https/requestDevice/cross-origin-iframe.html [ Failure ] |
| 54 | 51 |
| 55 # https://crbug.com/606594 - UaF of delegate_ in WebFrameTestClient::willSendReq
uest | 52 # https://crbug.com/606594 - UaF of delegate_ in WebFrameTestClient::willSendReq
uest |
| 56 http/tests/local/serviceworker/fetch-request-body-file.html [ Failure Crash ] | 53 http/tests/local/serviceworker/fetch-request-body-file.html [ Failure Crash ] |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 # https://crbug.com/623210 - DevTools extensions load in separate process in lay
out tests. | 90 # https://crbug.com/623210 - DevTools extensions load in separate process in lay
out tests. |
| 94 http/tests/inspector/extensions-headers.html [ Timeout ] | 91 http/tests/inspector/extensions-headers.html [ Timeout ] |
| 95 http/tests/inspector/extensions-iframe-eval.html [ Timeout ] | 92 http/tests/inspector/extensions-iframe-eval.html [ Timeout ] |
| 96 http/tests/inspector/extensions-ignore-cache.html [ Timeout ] | 93 http/tests/inspector/extensions-ignore-cache.html [ Timeout ] |
| 97 http/tests/inspector/extensions-network-redirect.html [ Timeout ] | 94 http/tests/inspector/extensions-network-redirect.html [ Timeout ] |
| 98 http/tests/inspector/extensions-useragent.html [ Timeout ] | 95 http/tests/inspector/extensions-useragent.html [ Timeout ] |
| 99 | 96 |
| 100 # https://crbug.com/623265 - cross-site navigation in main page breaks test. | 97 # https://crbug.com/623265 - cross-site navigation in main page breaks test. |
| 101 http/tests/inspector/indexeddb/resources-panel.html [ Timeout ] | 98 http/tests/inspector/indexeddb/resources-panel.html [ Timeout ] |
| 102 | 99 |
| OLD | NEW |