Commit 6736c623 authored by Takashi Toyoshima's avatar Takashi Toyoshima Committed by Commit Bot

OOR-CORS: Add virtual/cors suite to maintain both CORS code paths

Bug: 1091139
Change-Id: I9cd3e5f9f93fb82b5d026a54d4ef5dbcc2e91459
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2230581
Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org>
Commit-Queue: Kinuko Yasuda <kinuko@chromium.org>
Auto-Submit: Takashi Toyoshima <toyoshim@chromium.org>
Reviewed-by: default avatarKinuko Yasuda <kinuko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#775063}
parent c448a701
...@@ -1455,7 +1455,37 @@ crbug.com/1053725 [ Mac ] fast/forms/textarea/textarea-metrics.html [ Skip ] ...@@ -1455,7 +1455,37 @@ crbug.com/1053725 [ Mac ] fast/forms/textarea/textarea-metrics.html [ Skip ]
# ====== Form Controls Refresh failures until here ====== # ====== Form Controls Refresh failures until here ======
# ====== CORS virtual test failures from here ======
# Expectations for virtual/cors/.
# Failures for linux-blink-cors-rel fyi bot should not be marked here, but be in
# FlagExpectations/disable-features=OutOfBlinkCors instead.
# Following tests failed in the initial run. Confirmed that this list is a
# subset of disabled tests in FlagExpectations/disable-features=OutOfBlinkCors.
crbug.com/1091139 virtual/cors/external/wpt/fetch/api/basic/keepalive.html [ Skip ]
crbug.com/1091139 virtual/cors/external/wpt/fetch/api/basic/request-upload.any.html [ Skip ]
crbug.com/1091139 virtual/cors/external/wpt/fetch/api/basic/request-upload.any.worker.html [ Skip ]
crbug.com/1091139 virtual/cors/external/wpt/resource-timing/cors-preflight.any.html [ Skip ]
crbug.com/1091139 virtual/cors/external/wpt/resource-timing/cors-preflight.any.worker.html [ Skip ]
crbug.com/1091139 virtual/cors/external/wpt/resource-timing/redirects.sub.html [ Skip ]
crbug.com/1091139 virtual/cors/external/wpt/resource-timing/resource_connection_reuse_mixed_content_redirect.html [ Skip ]
crbug.com/1091139 virtual/cors/external/wpt/service-workers/service-worker/fetch-request-xhr.https.html [ Skip ]
crbug.com/1091139 virtual/cors/http/tests/fetch/serviceworker/fetch_upload-base-https-other-https.html [ Skip ]
crbug.com/1091139 virtual/cors/http/tests/fetch/serviceworker/fetch_upload.html [ Skip ]
crbug.com/1091139 virtual/cors/http/tests/fetch/window/fetch_upload-base-https-other-https.html [ Skip ]
crbug.com/1091139 virtual/cors/http/tests/fetch/window/fetch_upload.html [ Skip ]
crbug.com/1091139 virtual/cors/http/tests/fetch/workers/fetch_upload-base-https-other-https.html [ Skip ]
crbug.com/1091139 virtual/cors/http/tests/fetch/workers/fetch_upload.html [ Skip ]
crbug.com/1091139 virtual/cors/http/tests/misc/resource-timing-sizes-redirect-worker.html [ Skip ]
crbug.com/1091139 virtual/cors/http/tests/misc/resource-timing-sizes-redirect.html [ Skip ]
crbug.com/1091139 virtual/cors/http/tests/security/img-redirect-to-crossorigin-credentials.https.html [ Skip ]
crbug.com/1091139 virtual/cors/http/tests/security/script-crossorigin-redirect-credentials.html [ Skip ]
crbug.com/1091139 virtual/cors/http/tests/xmlhttprequest/cross-origin-unsupported-url.html [ Skip ]
crbug.com/1091139 virtual/cors/http/tests/xmlhttprequest/workers/cross-origin-unsupported-url.html [ Skip ]
# Add other failures after this line with some explanations.
# ====== CORS virtual test failures until here ======
crbug.com/1035582 [ Mac10.10 ] virtual/controls-refresh-hc/virtual/controls-refresh/color-scheme/select/select-multiple-hover-focused-unselected.html [ Skip ] crbug.com/1035582 [ Mac10.10 ] virtual/controls-refresh-hc/virtual/controls-refresh/color-scheme/select/select-multiple-hover-focused-unselected.html [ Skip ]
......
...@@ -4,6 +4,24 @@ ...@@ -4,6 +4,24 @@
"bases": [], "bases": [],
"args": ["--enable-features=TopLevelAwait"] "args": ["--enable-features=TopLevelAwait"]
}, },
{
"prefix": "cors",
"bases": ["external/wpt/cors",
"external/wpt/fetch",
"external/wpt/fonts",
"external/wpt/loading",
"external/wpt/preload",
"external/wpt/referrer-policy",
"external/wpt/resource-timing",
"external/wpt/service-workers",
"external/wpt/xhr",
"http/tests/fetch",
"http/tests/misc",
"http/tests/navigation",
"http/tests/security",
"http/tests/xmlhttprequest"],
"args": ["--disable-features=OutOfBlinkCors"]
},
{ {
"prefix": "disable-accept-language-header", "prefix": "disable-accept-language-header",
"bases": ["http/tests/navigation/language"], "bases": ["http/tests/navigation/language"],
......
This directory contains tests for OOR/Blink-CORS.
OOR-CORS is launched only for browsers, and isn't for WebView yet.
We need to keep both CORS implementation works for a while.
This virtual suite contains tests that are likely to be broken easily by
related changes. Other tests will be covered by linux-blink-cors-rel fyi bot.
This directory contains tests for OOR/Blink-CORS.
OOR-CORS is launched only for browsers, and isn't for WebView yet.
We need to keep both CORS implementation works for a while.
This virtual suite contains tests that are likely to be broken easily by
related changes. Other tests will be covered by linux-blink-cors-rel fyi bot.
This directory contains tests for OOR/Blink-CORS.
OOR-CORS is launched only for browsers, and isn't for WebView yet.
We need to keep both CORS implementation works for a while.
This virtual suite contains tests that are likely to be broken easily by
related changes. Other tests will be covered by linux-blink-cors-rel fyi bot.
This directory contains tests for OOR/Blink-CORS.
OOR-CORS is launched only for browsers, and isn't for WebView yet.
We need to keep both CORS implementation works for a while.
This virtual suite contains tests that are likely to be broken easily by
related changes. Other tests will be covered by linux-blink-cors-rel fyi bot.
This directory contains tests for OOR/Blink-CORS.
OOR-CORS is launched only for browsers, and isn't for WebView yet.
We need to keep both CORS implementation works for a while.
This virtual suite contains tests that are likely to be broken easily by
related changes. Other tests will be covered by linux-blink-cors-rel fyi bot.
This directory contains tests for OOR/Blink-CORS.
OOR-CORS is launched only for browsers, and isn't for WebView yet.
We need to keep both CORS implementation works for a while.
This virtual suite contains tests that are likely to be broken easily by
related changes. Other tests will be covered by linux-blink-cors-rel fyi bot.
This directory contains tests for OOR/Blink-CORS.
OOR-CORS is launched only for browsers, and isn't for WebView yet.
We need to keep both CORS implementation works for a while.
This virtual suite contains tests that are likely to be broken easily by
related changes. Other tests will be covered by linux-blink-cors-rel fyi bot.
This directory contains tests for OOR/Blink-CORS.
OOR-CORS is launched only for browsers, and isn't for WebView yet.
We need to keep both CORS implementation works for a while.
This virtual suite contains tests that are likely to be broken easily by
related changes. Other tests will be covered by linux-blink-cors-rel fyi bot.
This directory contains tests for OOR/Blink-CORS.
OOR-CORS is launched only for browsers, and isn't for WebView yet.
We need to keep both CORS implementation works for a while.
This virtual suite contains tests that are likely to be broken easily by
related changes. Other tests will be covered by linux-blink-cors-rel fyi bot.
This directory contains tests for OOR/Blink-CORS.
OOR-CORS is launched only for browsers, and isn't for WebView yet.
We need to keep both CORS implementation works for a while.
This virtual suite contains tests that are likely to be broken easily by
related changes. Other tests will be covered by linux-blink-cors-rel fyi bot.
This directory contains tests for OOR/Blink-CORS.
OOR-CORS is launched only for browsers, and isn't for WebView yet.
We need to keep both CORS implementation works for a while.
This virtual suite contains tests that are likely to be broken easily by
related changes. Other tests will be covered by linux-blink-cors-rel fyi bot.
This directory contains tests for OOR/Blink-CORS.
OOR-CORS is launched only for browsers, and isn't for WebView yet.
We need to keep both CORS implementation works for a while.
This virtual suite contains tests that are likely to be broken easily by
related changes. Other tests will be covered by linux-blink-cors-rel fyi bot.
This directory contains tests for OOR/Blink-CORS.
OOR-CORS is launched only for browsers, and isn't for WebView yet.
We need to keep both CORS implementation works for a while.
This virtual suite contains tests that are likely to be broken easily by
related changes. Other tests will be covered by linux-blink-cors-rel fyi bot.
This directory contains tests for OOR/Blink-CORS.
OOR-CORS is launched only for browsers, and isn't for WebView yet.
We need to keep both CORS implementation works for a while.
This virtual suite contains tests that are likely to be broken easily by
related changes. Other tests will be covered by linux-blink-cors-rel fyi bot.
This directory contains tests for OOR/Blink-CORS.
OOR-CORS is launched only for browsers, and isn't for WebView yet.
We need to keep both CORS implementation works for a while.
This virtual suite contains tests that are likely to be broken easily by
related changes. Other tests will be covered by linux-blink-cors-rel fyi bot.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment