Commit f0bd322b authored by Takashi Toyoshima's avatar Takashi Toyoshima Committed by Commit Bot

OOR-CORS: run web_tests at fyi linux-oor-cors-rel bot

Bug: 1000554
Change-Id: Id31934d890f1b833deca04122ae2b80b0fa5923b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1792217Reviewed-by: default avatarTakuto Ikuta <tikuta@chromium.org>
Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org>
Cr-Commit-Position: refs/heads/master@{#694700}
parent 009bf11e
......@@ -21507,6 +21507,33 @@
},
"test": "services_unittests"
}
],
"isolated_scripts": [
{
"args": [
"--num-retries=3",
"--additional-driver-flag=--enable-features=OutOfBlinkCors",
"--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/enable-features=OutOfBlinkCors"
],
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
],
"script": "//third_party/blink/tools/merge_web_test_results.py"
},
"name": "webkit_layout_tests",
"results_handler": "layout tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Ubuntu-16.04"
}
],
"shards": 12
}
}
]
},
"linux-wpt-fyi-rel": {
......
......@@ -1780,6 +1780,12 @@
'--additional-driver-flag=--enable-features=BlinkHeapConcurrentMarking',
],
},
'linux-oor-cors-rel': {
'args': [
'--additional-driver-flag=--enable-features=OutOfBlinkCors',
'--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/enable-features=OutOfBlinkCors'
],
},
'mac10.10-blink-rel-dummy': {
'swarming': {
'shards': 20,
......
......@@ -1880,7 +1880,8 @@
'linux-xenial'
],
'test_suites': {
'gtest_tests': 'oor_cors_gtests'
'gtest_tests': 'oor_cors_gtests',
'isolated_scripts': 'chromium_webkit_isolated_scripts'
}
},
'linux-wpt-fyi-rel': {
......
# Tests that passes only with OOR-CORS, running at linux-oor-cors-rel bot.
# Entries below are expected to revert relevant entries in NeverFixTests.
# TODO(cbur.com/870173): Remove this file after the OOR-CORS launch.
crbug.com/870173 external/wpt/fetch/sec-metadata/appcache.tentative.https.sub.html [ Pass ]
crbug.com/870173 external/wpt/fetch/sec-metadata/redirect/redirect-http-upgrade.tentative.sub.html [ Pass ]
crbug.com/870173 external/wpt/fetch/sec-metadata/redirect/multiple-redirect-https-downgrade-upgrade.tentative.sub.html [ Pass ]
crbug.com/870173 external/wpt/resource-timing/cors-preflight.any.html [ Pass ]
crbug.com/870173 external/wpt/resource-timing/cors-preflight.any.worker.html [ Pass ]
crbug.com/870173 http/tests/devtools/console-xhr-logging.js [ Pass ]
crbug.com/870173 http/tests/devtools/network/extra-info-redirects.js [ Pass ]
crbug.com/870173 http/tests/eventsource/eventsource-cors-non-http.html [ Pass ]
crbug.com/870173 http/tests/eventsource/workers/eventsource-cors-non-http.html [ Pass ]
crbug.com/870173 http/tests/htmlimports/import-script-block-crossorigin-dynamic.html [ Pass ]
crbug.com/870173 http/tests/inspector-protocol/network-fetch-content-with-error-status-code.js [ Pass ]
crbug.com/870173 http/tests/preload/warning/request-mode.html [ Pass ]
crbug.com/870173 http/tests/security/img-redirect-to-crossorigin-credentials.https.html [ Pass ]
crbug.com/870173 http/tests/security/script-crossorigin-redirect-credentials.html [ Pass ]
crbug.com/870173 http/tests/xmlhttprequest/cross-origin-unsupported-url.html [ Pass ]
crbug.com/870173 http/tests/xmlhttprequest/workers/cross-origin-unsupported-url.html [ Pass ]
crbug.com/870173 mhtml/cid_in_html_resource.html [ Pass ]
crbug.com/870173 virtual/omt-worker-fetch/external/wpt/fetch/sec-metadata/redirect/redirect-http-upgrade.tentative.sub.html [ Pass ]
crbug.com/870173 virtual/omt-worker-fetch/external/wpt/fetch/sec-metadata/redirect/multiple-redirect-https-downgrade-upgrade.tentative.sub.html [ Pass ]
crbug.com/870173 virtual/omt-worker-fetch/external/wpt/resource-timing/cors-preflight.any.html [ Pass ]
crbug.com/870173 virtual/omt-worker-fetch/external/wpt/resource-timing/cors-preflight.any.worker.html [ Pass ]
crbug.com/870173 virtual/omt-worker-fetch/http/tests/workers/worker-redirect.html [ Pass ]
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