Commit 8e300607 authored by Andrew Luo's avatar Andrew Luo Committed by Commit Bot

Run wpt tests on Android WebView P OOR-CORS FYI (rel).

Bug: 1016864
Change-Id: If0df06cd26bec317e5838d0dea82e4e51cfdd43c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1885156Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Commit-Queue: Andrew Luo <aluo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#712672}
parent 9d505889
...@@ -304,6 +304,74 @@ ...@@ -304,6 +304,74 @@
}, },
"test": "webview_ui_test_app_test_apk" "test": "webview_ui_test_app_test_apk"
} }
],
"isolated_scripts": [
{
"args": [
"--enable-features=OutOfBlinkCors"
],
"isolate_name": "chrome_public_wpt",
"merge": {
"args": [],
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
},
"name": "chrome_public_wpt",
"swarming": {
"can_use_on_swarming_builders": true,
"cipd_packages": [
{
"cipd_package": "chromium/chrome/test/chromedriver/cipd",
"location": "chrome/test/chromedriver/cipd",
"revision": "PCCG9OmVmpDaf9oaKhJ3sSxXgINilZ9qpl4oaRU0R60C"
}
],
"dimension_sets": [
{
"device_os": "PQ3A.190801.002",
"device_os_flavor": "google",
"device_os_type": "userdebug",
"device_type": "walleye",
"os": "Android"
}
],
"expiration": 18000,
"hard_timeout": 14400,
"shards": 15
}
},
{
"args": [
"--enable-features=OutOfBlinkCors"
],
"isolate_name": "system_webview_wpt",
"merge": {
"args": [],
"script": "//testing/merge_scripts/standard_isolated_script_merge.py"
},
"name": "system_webview_wpt",
"swarming": {
"can_use_on_swarming_builders": true,
"cipd_packages": [
{
"cipd_package": "chromium/chrome/test/chromedriver/cipd",
"location": "chrome/test/chromedriver/cipd",
"revision": "PCCG9OmVmpDaf9oaKhJ3sSxXgINilZ9qpl4oaRU0R60C"
}
],
"dimension_sets": [
{
"device_os": "PQ3A.190801.002",
"device_os_flavor": "google",
"device_os_type": "userdebug",
"device_type": "walleye",
"os": "Android"
}
],
"expiration": 18000,
"hard_timeout": 14400,
"shards": 15
}
}
] ]
}, },
"Memory Infra Tester": { "Memory Infra Tester": {
......
...@@ -673,6 +673,7 @@ ...@@ -673,6 +673,7 @@
"args": [ "args": [
"--product=chrome_android", "--product=chrome_android",
"--apk=apks/ChromePublic.apk", "--apk=apks/ChromePublic.apk",
"--verbose",
], ],
}, },
"chrome_sandbox": { "chrome_sandbox": {
...@@ -2641,6 +2642,7 @@ ...@@ -2641,6 +2642,7 @@
"--product=android_webview", "--product=android_webview",
"--apk=apks/SystemWebView.apk", "--apk=apks/SystemWebView.apk",
"--system-webview-shell=apks/SystemWebViewShell.apk", "--system-webview-shell=apks/SystemWebViewShell.apk",
"--verbose",
], ],
}, },
"telemetry_gpu_integration_test": { "telemetry_gpu_integration_test": {
......
...@@ -666,6 +666,7 @@ ...@@ -666,6 +666,7 @@
], ],
'test_suites': { 'test_suites': {
'gtest_tests': 'webview_bot_oor_cors_gtests', 'gtest_tests': 'webview_bot_oor_cors_gtests',
'isolated_scripts': 'android_wpt_scripts',
}, },
'args': [ 'args': [
'--enable-features=OutOfBlinkCors', '--enable-features=OutOfBlinkCors',
......
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