Rename WPT step names for Android and Webview
The convention now is the embedder name followed by `-wpt-tests`. So remove blink from the name and add `android` as a common prefix for Android platform. The steps are now called `android_chrome_wpt_tests` and `android_webview_wpt_tests` respectively for Chrome Android and Webview. Validate-Test-Flakiness: skip Bug: 395962971 Change-Id: I3fe833ae3fa8ee5b4e338db794eb8ebef3e6b249 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6279415 Reviewed-by: Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Weizhong Xia <weizhong@google.com> Reviewed-by: Jonathan Lee <jonathanjlee@google.com> Cr-Commit-Position: refs/heads/main@{#1423477}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
11511736e0
commit
275044ecef
docs/testing
infra/config
generated
builders
ci
android-13-x64-rel
targets
android-15-x64-rel
targets
android-chrome-13-x64-wpt-android-specific
targets
android-webview-13-x64-wpt-android-specific
targets
try
android-13-x64-rel
targets
android-15-x64-rel
targets
android-chrome-13-x64-wpt-android-specific
targets
android-webview-13-x64-wpt-android-specific
targets
android-x64-rel
targets
targets
third_party/blink/tools/blinkpy/common/config
@@ -109,8 +109,8 @@ between suites that target different `//content` embedders:
|
|||||||
|
|
||||||
Suite Name | Browser Under Test | Harness | Tests Run
|
Suite Name | Browser Under Test | Harness | Tests Run
|
||||||
--- | --- | --- | ---
|
--- | --- | --- | ---
|
||||||
`android_blink_wpt_tests` | `chrome_android` | `run_wpt_tests.py` | Tests listed in [`android.filter`](#running-tests-in-cqci).
|
`android_chrome_wpt_tests` | `chrome_android` | `run_wpt_tests.py` | Tests listed in [`android.filter`](#running-tests-in-cqci).
|
||||||
`webview_blink_wpt_tests` | `android_webview` | `run_wpt_tests.py` | Tests listed in [`android.filter`](#running-tests-in-cqci).
|
`android_webview_wpt_tests` | `android_webview` | `run_wpt_tests.py` | Tests listed in [`android.filter`](#running-tests-in-cqci).
|
||||||
|
|
||||||
## Test expectations and Baselines
|
## Test expectations and Baselines
|
||||||
|
|
||||||
|
@@ -3552,7 +3552,7 @@
|
|||||||
],
|
],
|
||||||
"script": "//third_party/blink/tools/merge_web_test_results.py"
|
"script": "//third_party/blink/tools/merge_web_test_results.py"
|
||||||
},
|
},
|
||||||
"name": "android_blink_wpt_tests",
|
"name": "android_chrome_wpt_tests",
|
||||||
"resultdb": {
|
"resultdb": {
|
||||||
"enable": true,
|
"enable": true,
|
||||||
"has_native_resultdb_integration": true
|
"has_native_resultdb_integration": true
|
||||||
@@ -3584,6 +3584,51 @@
|
|||||||
"test": "chrome_public_wpt",
|
"test": "chrome_public_wpt",
|
||||||
"test_id_prefix": "ninja://chrome/android:chrome_public_wpt/"
|
"test_id_prefix": "ninja://chrome/android:chrome_public_wpt/"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"args": [
|
||||||
|
"--skipped",
|
||||||
|
"always",
|
||||||
|
"--avd-config=../../tools/android/avd/proto/android_33_google_apis_x64.textpb"
|
||||||
|
],
|
||||||
|
"description": "Run with android_33_google_apis_x64",
|
||||||
|
"merge": {
|
||||||
|
"args": [
|
||||||
|
"--verbose"
|
||||||
|
],
|
||||||
|
"script": "//third_party/blink/tools/merge_web_test_results.py"
|
||||||
|
},
|
||||||
|
"name": "android_webview_wpt_tests",
|
||||||
|
"resultdb": {
|
||||||
|
"enable": true,
|
||||||
|
"has_native_resultdb_integration": true
|
||||||
|
},
|
||||||
|
"results_handler": "layout tests",
|
||||||
|
"swarming": {
|
||||||
|
"dimensions": {
|
||||||
|
"cores": "8",
|
||||||
|
"cpu": "x86-64",
|
||||||
|
"device_os": null,
|
||||||
|
"device_type": null,
|
||||||
|
"os": "Ubuntu-22.04",
|
||||||
|
"pool": "chromium.tests.avd"
|
||||||
|
},
|
||||||
|
"named_caches": [
|
||||||
|
{
|
||||||
|
"name": "android_33_google_apis_x64",
|
||||||
|
"path": ".android_emulator/android_33_google_apis_x64"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"optional_dimensions": {
|
||||||
|
"60": {
|
||||||
|
"caches": "android_33_google_apis_x64"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||||
|
"shards": 4
|
||||||
|
},
|
||||||
|
"test": "trichrome_webview_wpt_64",
|
||||||
|
"test_id_prefix": "ninja://android_webview/test:trichrome_webview_wpt_64/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"args": [
|
"args": [
|
||||||
"--avd-config=../../tools/android/avd/proto/android_33_google_apis_x64.textpb"
|
"--avd-config=../../tools/android/avd/proto/android_33_google_apis_x64.textpb"
|
||||||
@@ -3621,51 +3666,6 @@
|
|||||||
},
|
},
|
||||||
"test": "private_code_failure_test",
|
"test": "private_code_failure_test",
|
||||||
"test_id_prefix": "ninja://build/private_code_test:private_code_failure_test/"
|
"test_id_prefix": "ninja://build/private_code_test:private_code_failure_test/"
|
||||||
},
|
|
||||||
{
|
|
||||||
"args": [
|
|
||||||
"--skipped",
|
|
||||||
"always",
|
|
||||||
"--avd-config=../../tools/android/avd/proto/android_33_google_apis_x64.textpb"
|
|
||||||
],
|
|
||||||
"description": "Run with android_33_google_apis_x64",
|
|
||||||
"merge": {
|
|
||||||
"args": [
|
|
||||||
"--verbose"
|
|
||||||
],
|
|
||||||
"script": "//third_party/blink/tools/merge_web_test_results.py"
|
|
||||||
},
|
|
||||||
"name": "webview_blink_wpt_tests",
|
|
||||||
"resultdb": {
|
|
||||||
"enable": true,
|
|
||||||
"has_native_resultdb_integration": true
|
|
||||||
},
|
|
||||||
"results_handler": "layout tests",
|
|
||||||
"swarming": {
|
|
||||||
"dimensions": {
|
|
||||||
"cores": "8",
|
|
||||||
"cpu": "x86-64",
|
|
||||||
"device_os": null,
|
|
||||||
"device_type": null,
|
|
||||||
"os": "Ubuntu-22.04",
|
|
||||||
"pool": "chromium.tests.avd"
|
|
||||||
},
|
|
||||||
"named_caches": [
|
|
||||||
{
|
|
||||||
"name": "android_33_google_apis_x64",
|
|
||||||
"path": ".android_emulator/android_33_google_apis_x64"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"optional_dimensions": {
|
|
||||||
"60": {
|
|
||||||
"caches": "android_33_google_apis_x64"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
|
||||||
"shards": 4
|
|
||||||
},
|
|
||||||
"test": "trichrome_webview_wpt_64",
|
|
||||||
"test_id_prefix": "ninja://android_webview/test:trichrome_webview_wpt_64/"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@@ -3335,7 +3335,7 @@
|
|||||||
],
|
],
|
||||||
"script": "//third_party/blink/tools/merge_web_test_results.py"
|
"script": "//third_party/blink/tools/merge_web_test_results.py"
|
||||||
},
|
},
|
||||||
"name": "android_blink_wpt_tests",
|
"name": "android_chrome_wpt_tests",
|
||||||
"resultdb": {
|
"resultdb": {
|
||||||
"enable": true,
|
"enable": true,
|
||||||
"has_native_resultdb_integration": true
|
"has_native_resultdb_integration": true
|
||||||
@@ -3367,6 +3367,51 @@
|
|||||||
"test": "chrome_public_wpt",
|
"test": "chrome_public_wpt",
|
||||||
"test_id_prefix": "ninja://chrome/android:chrome_public_wpt/"
|
"test_id_prefix": "ninja://chrome/android:chrome_public_wpt/"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"args": [
|
||||||
|
"--skipped",
|
||||||
|
"always",
|
||||||
|
"--avd-config=../../tools/android/avd/proto/android_35_google_apis_x64.textpb"
|
||||||
|
],
|
||||||
|
"description": "Run with android_35_google_apis_x64",
|
||||||
|
"merge": {
|
||||||
|
"args": [
|
||||||
|
"--verbose"
|
||||||
|
],
|
||||||
|
"script": "//third_party/blink/tools/merge_web_test_results.py"
|
||||||
|
},
|
||||||
|
"name": "android_webview_wpt_tests",
|
||||||
|
"resultdb": {
|
||||||
|
"enable": true,
|
||||||
|
"has_native_resultdb_integration": true
|
||||||
|
},
|
||||||
|
"results_handler": "layout tests",
|
||||||
|
"swarming": {
|
||||||
|
"dimensions": {
|
||||||
|
"cores": "8",
|
||||||
|
"cpu": "x86-64",
|
||||||
|
"device_os": null,
|
||||||
|
"device_type": null,
|
||||||
|
"os": "Ubuntu-22.04",
|
||||||
|
"pool": "chromium.tests.avd"
|
||||||
|
},
|
||||||
|
"named_caches": [
|
||||||
|
{
|
||||||
|
"name": "android_35_google_apis_x64",
|
||||||
|
"path": ".android_emulator/android_35_google_apis_x64"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"optional_dimensions": {
|
||||||
|
"60": {
|
||||||
|
"caches": "android_35_google_apis_x64"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||||
|
"shards": 4
|
||||||
|
},
|
||||||
|
"test": "trichrome_webview_wpt_64",
|
||||||
|
"test_id_prefix": "ninja://android_webview/test:trichrome_webview_wpt_64/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"args": [
|
"args": [
|
||||||
"--avd-config=../../tools/android/avd/proto/android_35_google_apis_x64.textpb"
|
"--avd-config=../../tools/android/avd/proto/android_35_google_apis_x64.textpb"
|
||||||
@@ -3404,51 +3449,6 @@
|
|||||||
},
|
},
|
||||||
"test": "private_code_failure_test",
|
"test": "private_code_failure_test",
|
||||||
"test_id_prefix": "ninja://build/private_code_test:private_code_failure_test/"
|
"test_id_prefix": "ninja://build/private_code_test:private_code_failure_test/"
|
||||||
},
|
|
||||||
{
|
|
||||||
"args": [
|
|
||||||
"--skipped",
|
|
||||||
"always",
|
|
||||||
"--avd-config=../../tools/android/avd/proto/android_35_google_apis_x64.textpb"
|
|
||||||
],
|
|
||||||
"description": "Run with android_35_google_apis_x64",
|
|
||||||
"merge": {
|
|
||||||
"args": [
|
|
||||||
"--verbose"
|
|
||||||
],
|
|
||||||
"script": "//third_party/blink/tools/merge_web_test_results.py"
|
|
||||||
},
|
|
||||||
"name": "webview_blink_wpt_tests",
|
|
||||||
"resultdb": {
|
|
||||||
"enable": true,
|
|
||||||
"has_native_resultdb_integration": true
|
|
||||||
},
|
|
||||||
"results_handler": "layout tests",
|
|
||||||
"swarming": {
|
|
||||||
"dimensions": {
|
|
||||||
"cores": "8",
|
|
||||||
"cpu": "x86-64",
|
|
||||||
"device_os": null,
|
|
||||||
"device_type": null,
|
|
||||||
"os": "Ubuntu-22.04",
|
|
||||||
"pool": "chromium.tests.avd"
|
|
||||||
},
|
|
||||||
"named_caches": [
|
|
||||||
{
|
|
||||||
"name": "android_35_google_apis_x64",
|
|
||||||
"path": ".android_emulator/android_35_google_apis_x64"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"optional_dimensions": {
|
|
||||||
"60": {
|
|
||||||
"caches": "android_35_google_apis_x64"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
|
||||||
"shards": 4
|
|
||||||
},
|
|
||||||
"test": "trichrome_webview_wpt_64",
|
|
||||||
"test_id_prefix": "ninja://android_webview/test:trichrome_webview_wpt_64/"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
],
|
],
|
||||||
"script": "//third_party/blink/tools/merge_web_test_results.py"
|
"script": "//third_party/blink/tools/merge_web_test_results.py"
|
||||||
},
|
},
|
||||||
"name": "android_blink_wpt_tests",
|
"name": "android_chrome_wpt_tests",
|
||||||
"resultdb": {
|
"resultdb": {
|
||||||
"enable": true,
|
"enable": true,
|
||||||
"has_native_resultdb_integration": true
|
"has_native_resultdb_integration": true
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
],
|
],
|
||||||
"script": "//third_party/blink/tools/merge_web_test_results.py"
|
"script": "//third_party/blink/tools/merge_web_test_results.py"
|
||||||
},
|
},
|
||||||
"name": "webview_blink_wpt_tests",
|
"name": "android_webview_wpt_tests",
|
||||||
"resultdb": {
|
"resultdb": {
|
||||||
"enable": true,
|
"enable": true,
|
||||||
"has_native_resultdb_integration": true
|
"has_native_resultdb_integration": true
|
||||||
|
@@ -3552,7 +3552,7 @@
|
|||||||
],
|
],
|
||||||
"script": "//third_party/blink/tools/merge_web_test_results.py"
|
"script": "//third_party/blink/tools/merge_web_test_results.py"
|
||||||
},
|
},
|
||||||
"name": "android_blink_wpt_tests",
|
"name": "android_chrome_wpt_tests",
|
||||||
"resultdb": {
|
"resultdb": {
|
||||||
"enable": true,
|
"enable": true,
|
||||||
"has_native_resultdb_integration": true
|
"has_native_resultdb_integration": true
|
||||||
@@ -3584,6 +3584,51 @@
|
|||||||
"test": "chrome_public_wpt",
|
"test": "chrome_public_wpt",
|
||||||
"test_id_prefix": "ninja://chrome/android:chrome_public_wpt/"
|
"test_id_prefix": "ninja://chrome/android:chrome_public_wpt/"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"args": [
|
||||||
|
"--skipped",
|
||||||
|
"always",
|
||||||
|
"--avd-config=../../tools/android/avd/proto/android_33_google_apis_x64.textpb"
|
||||||
|
],
|
||||||
|
"description": "Run with android_33_google_apis_x64",
|
||||||
|
"merge": {
|
||||||
|
"args": [
|
||||||
|
"--verbose"
|
||||||
|
],
|
||||||
|
"script": "//third_party/blink/tools/merge_web_test_results.py"
|
||||||
|
},
|
||||||
|
"name": "android_webview_wpt_tests",
|
||||||
|
"resultdb": {
|
||||||
|
"enable": true,
|
||||||
|
"has_native_resultdb_integration": true
|
||||||
|
},
|
||||||
|
"results_handler": "layout tests",
|
||||||
|
"swarming": {
|
||||||
|
"dimensions": {
|
||||||
|
"cores": "8",
|
||||||
|
"cpu": "x86-64",
|
||||||
|
"device_os": null,
|
||||||
|
"device_type": null,
|
||||||
|
"os": "Ubuntu-22.04",
|
||||||
|
"pool": "chromium.tests.avd"
|
||||||
|
},
|
||||||
|
"named_caches": [
|
||||||
|
{
|
||||||
|
"name": "android_33_google_apis_x64",
|
||||||
|
"path": ".android_emulator/android_33_google_apis_x64"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"optional_dimensions": {
|
||||||
|
"60": {
|
||||||
|
"caches": "android_33_google_apis_x64"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||||
|
"shards": 4
|
||||||
|
},
|
||||||
|
"test": "trichrome_webview_wpt_64",
|
||||||
|
"test_id_prefix": "ninja://android_webview/test:trichrome_webview_wpt_64/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"args": [
|
"args": [
|
||||||
"--avd-config=../../tools/android/avd/proto/android_33_google_apis_x64.textpb"
|
"--avd-config=../../tools/android/avd/proto/android_33_google_apis_x64.textpb"
|
||||||
@@ -3621,51 +3666,6 @@
|
|||||||
},
|
},
|
||||||
"test": "private_code_failure_test",
|
"test": "private_code_failure_test",
|
||||||
"test_id_prefix": "ninja://build/private_code_test:private_code_failure_test/"
|
"test_id_prefix": "ninja://build/private_code_test:private_code_failure_test/"
|
||||||
},
|
|
||||||
{
|
|
||||||
"args": [
|
|
||||||
"--skipped",
|
|
||||||
"always",
|
|
||||||
"--avd-config=../../tools/android/avd/proto/android_33_google_apis_x64.textpb"
|
|
||||||
],
|
|
||||||
"description": "Run with android_33_google_apis_x64",
|
|
||||||
"merge": {
|
|
||||||
"args": [
|
|
||||||
"--verbose"
|
|
||||||
],
|
|
||||||
"script": "//third_party/blink/tools/merge_web_test_results.py"
|
|
||||||
},
|
|
||||||
"name": "webview_blink_wpt_tests",
|
|
||||||
"resultdb": {
|
|
||||||
"enable": true,
|
|
||||||
"has_native_resultdb_integration": true
|
|
||||||
},
|
|
||||||
"results_handler": "layout tests",
|
|
||||||
"swarming": {
|
|
||||||
"dimensions": {
|
|
||||||
"cores": "8",
|
|
||||||
"cpu": "x86-64",
|
|
||||||
"device_os": null,
|
|
||||||
"device_type": null,
|
|
||||||
"os": "Ubuntu-22.04",
|
|
||||||
"pool": "chromium.tests.avd"
|
|
||||||
},
|
|
||||||
"named_caches": [
|
|
||||||
{
|
|
||||||
"name": "android_33_google_apis_x64",
|
|
||||||
"path": ".android_emulator/android_33_google_apis_x64"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"optional_dimensions": {
|
|
||||||
"60": {
|
|
||||||
"caches": "android_33_google_apis_x64"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
|
||||||
"shards": 4
|
|
||||||
},
|
|
||||||
"test": "trichrome_webview_wpt_64",
|
|
||||||
"test_id_prefix": "ninja://android_webview/test:trichrome_webview_wpt_64/"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@@ -3335,7 +3335,7 @@
|
|||||||
],
|
],
|
||||||
"script": "//third_party/blink/tools/merge_web_test_results.py"
|
"script": "//third_party/blink/tools/merge_web_test_results.py"
|
||||||
},
|
},
|
||||||
"name": "android_blink_wpt_tests",
|
"name": "android_chrome_wpt_tests",
|
||||||
"resultdb": {
|
"resultdb": {
|
||||||
"enable": true,
|
"enable": true,
|
||||||
"has_native_resultdb_integration": true
|
"has_native_resultdb_integration": true
|
||||||
@@ -3367,6 +3367,51 @@
|
|||||||
"test": "chrome_public_wpt",
|
"test": "chrome_public_wpt",
|
||||||
"test_id_prefix": "ninja://chrome/android:chrome_public_wpt/"
|
"test_id_prefix": "ninja://chrome/android:chrome_public_wpt/"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"args": [
|
||||||
|
"--skipped",
|
||||||
|
"always",
|
||||||
|
"--avd-config=../../tools/android/avd/proto/android_35_google_apis_x64.textpb"
|
||||||
|
],
|
||||||
|
"description": "Run with android_35_google_apis_x64",
|
||||||
|
"merge": {
|
||||||
|
"args": [
|
||||||
|
"--verbose"
|
||||||
|
],
|
||||||
|
"script": "//third_party/blink/tools/merge_web_test_results.py"
|
||||||
|
},
|
||||||
|
"name": "android_webview_wpt_tests",
|
||||||
|
"resultdb": {
|
||||||
|
"enable": true,
|
||||||
|
"has_native_resultdb_integration": true
|
||||||
|
},
|
||||||
|
"results_handler": "layout tests",
|
||||||
|
"swarming": {
|
||||||
|
"dimensions": {
|
||||||
|
"cores": "8",
|
||||||
|
"cpu": "x86-64",
|
||||||
|
"device_os": null,
|
||||||
|
"device_type": null,
|
||||||
|
"os": "Ubuntu-22.04",
|
||||||
|
"pool": "chromium.tests.avd"
|
||||||
|
},
|
||||||
|
"named_caches": [
|
||||||
|
{
|
||||||
|
"name": "android_35_google_apis_x64",
|
||||||
|
"path": ".android_emulator/android_35_google_apis_x64"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"optional_dimensions": {
|
||||||
|
"60": {
|
||||||
|
"caches": "android_35_google_apis_x64"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||||
|
"shards": 4
|
||||||
|
},
|
||||||
|
"test": "trichrome_webview_wpt_64",
|
||||||
|
"test_id_prefix": "ninja://android_webview/test:trichrome_webview_wpt_64/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"args": [
|
"args": [
|
||||||
"--avd-config=../../tools/android/avd/proto/android_35_google_apis_x64.textpb"
|
"--avd-config=../../tools/android/avd/proto/android_35_google_apis_x64.textpb"
|
||||||
@@ -3404,51 +3449,6 @@
|
|||||||
},
|
},
|
||||||
"test": "private_code_failure_test",
|
"test": "private_code_failure_test",
|
||||||
"test_id_prefix": "ninja://build/private_code_test:private_code_failure_test/"
|
"test_id_prefix": "ninja://build/private_code_test:private_code_failure_test/"
|
||||||
},
|
|
||||||
{
|
|
||||||
"args": [
|
|
||||||
"--skipped",
|
|
||||||
"always",
|
|
||||||
"--avd-config=../../tools/android/avd/proto/android_35_google_apis_x64.textpb"
|
|
||||||
],
|
|
||||||
"description": "Run with android_35_google_apis_x64",
|
|
||||||
"merge": {
|
|
||||||
"args": [
|
|
||||||
"--verbose"
|
|
||||||
],
|
|
||||||
"script": "//third_party/blink/tools/merge_web_test_results.py"
|
|
||||||
},
|
|
||||||
"name": "webview_blink_wpt_tests",
|
|
||||||
"resultdb": {
|
|
||||||
"enable": true,
|
|
||||||
"has_native_resultdb_integration": true
|
|
||||||
},
|
|
||||||
"results_handler": "layout tests",
|
|
||||||
"swarming": {
|
|
||||||
"dimensions": {
|
|
||||||
"cores": "8",
|
|
||||||
"cpu": "x86-64",
|
|
||||||
"device_os": null,
|
|
||||||
"device_type": null,
|
|
||||||
"os": "Ubuntu-22.04",
|
|
||||||
"pool": "chromium.tests.avd"
|
|
||||||
},
|
|
||||||
"named_caches": [
|
|
||||||
{
|
|
||||||
"name": "android_35_google_apis_x64",
|
|
||||||
"path": ".android_emulator/android_35_google_apis_x64"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"optional_dimensions": {
|
|
||||||
"60": {
|
|
||||||
"caches": "android_35_google_apis_x64"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
|
||||||
"shards": 4
|
|
||||||
},
|
|
||||||
"test": "trichrome_webview_wpt_64",
|
|
||||||
"test_id_prefix": "ninja://android_webview/test:trichrome_webview_wpt_64/"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
],
|
],
|
||||||
"script": "//third_party/blink/tools/merge_web_test_results.py"
|
"script": "//third_party/blink/tools/merge_web_test_results.py"
|
||||||
},
|
},
|
||||||
"name": "android_blink_wpt_tests",
|
"name": "android_chrome_wpt_tests",
|
||||||
"resultdb": {
|
"resultdb": {
|
||||||
"enable": true,
|
"enable": true,
|
||||||
"has_native_resultdb_integration": true
|
"has_native_resultdb_integration": true
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
],
|
],
|
||||||
"script": "//third_party/blink/tools/merge_web_test_results.py"
|
"script": "//third_party/blink/tools/merge_web_test_results.py"
|
||||||
},
|
},
|
||||||
"name": "webview_blink_wpt_tests",
|
"name": "android_webview_wpt_tests",
|
||||||
"resultdb": {
|
"resultdb": {
|
||||||
"enable": true,
|
"enable": true,
|
||||||
"has_native_resultdb_integration": true
|
"has_native_resultdb_integration": true
|
||||||
|
@@ -3392,7 +3392,7 @@
|
|||||||
],
|
],
|
||||||
"script": "//third_party/blink/tools/merge_web_test_results.py"
|
"script": "//third_party/blink/tools/merge_web_test_results.py"
|
||||||
},
|
},
|
||||||
"name": "android_blink_wpt_tests",
|
"name": "android_chrome_wpt_tests",
|
||||||
"resultdb": {
|
"resultdb": {
|
||||||
"enable": true,
|
"enable": true,
|
||||||
"has_native_resultdb_integration": true
|
"has_native_resultdb_integration": true
|
||||||
@@ -3424,6 +3424,51 @@
|
|||||||
"test": "chrome_public_wpt",
|
"test": "chrome_public_wpt",
|
||||||
"test_id_prefix": "ninja://chrome/android:chrome_public_wpt/"
|
"test_id_prefix": "ninja://chrome/android:chrome_public_wpt/"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"args": [
|
||||||
|
"--skipped",
|
||||||
|
"always",
|
||||||
|
"--avd-config=../../tools/android/avd/proto/android_35_google_apis_x64.textpb"
|
||||||
|
],
|
||||||
|
"description": "Run with android_35_google_apis_x64",
|
||||||
|
"merge": {
|
||||||
|
"args": [
|
||||||
|
"--verbose"
|
||||||
|
],
|
||||||
|
"script": "//third_party/blink/tools/merge_web_test_results.py"
|
||||||
|
},
|
||||||
|
"name": "android_webview_wpt_tests",
|
||||||
|
"resultdb": {
|
||||||
|
"enable": true,
|
||||||
|
"has_native_resultdb_integration": true
|
||||||
|
},
|
||||||
|
"results_handler": "layout tests",
|
||||||
|
"swarming": {
|
||||||
|
"dimensions": {
|
||||||
|
"cores": "8",
|
||||||
|
"cpu": "x86-64",
|
||||||
|
"device_os": null,
|
||||||
|
"device_type": null,
|
||||||
|
"os": "Ubuntu-22.04",
|
||||||
|
"pool": "chromium.tests.avd"
|
||||||
|
},
|
||||||
|
"named_caches": [
|
||||||
|
{
|
||||||
|
"name": "android_35_google_apis_x64",
|
||||||
|
"path": ".android_emulator/android_35_google_apis_x64"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"optional_dimensions": {
|
||||||
|
"60": {
|
||||||
|
"caches": "android_35_google_apis_x64"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
||||||
|
"shards": 4
|
||||||
|
},
|
||||||
|
"test": "trichrome_webview_wpt_64",
|
||||||
|
"test_id_prefix": "ninja://android_webview/test:trichrome_webview_wpt_64/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"args": [
|
"args": [
|
||||||
"--avd-config=../../tools/android/avd/proto/android_35_google_apis_x64.textpb"
|
"--avd-config=../../tools/android/avd/proto/android_35_google_apis_x64.textpb"
|
||||||
@@ -3461,51 +3506,6 @@
|
|||||||
},
|
},
|
||||||
"test": "private_code_failure_test",
|
"test": "private_code_failure_test",
|
||||||
"test_id_prefix": "ninja://build/private_code_test:private_code_failure_test/"
|
"test_id_prefix": "ninja://build/private_code_test:private_code_failure_test/"
|
||||||
},
|
|
||||||
{
|
|
||||||
"args": [
|
|
||||||
"--skipped",
|
|
||||||
"always",
|
|
||||||
"--avd-config=../../tools/android/avd/proto/android_35_google_apis_x64.textpb"
|
|
||||||
],
|
|
||||||
"description": "Run with android_35_google_apis_x64",
|
|
||||||
"merge": {
|
|
||||||
"args": [
|
|
||||||
"--verbose"
|
|
||||||
],
|
|
||||||
"script": "//third_party/blink/tools/merge_web_test_results.py"
|
|
||||||
},
|
|
||||||
"name": "webview_blink_wpt_tests",
|
|
||||||
"resultdb": {
|
|
||||||
"enable": true,
|
|
||||||
"has_native_resultdb_integration": true
|
|
||||||
},
|
|
||||||
"results_handler": "layout tests",
|
|
||||||
"swarming": {
|
|
||||||
"dimensions": {
|
|
||||||
"cores": "8",
|
|
||||||
"cpu": "x86-64",
|
|
||||||
"device_os": null,
|
|
||||||
"device_type": null,
|
|
||||||
"os": "Ubuntu-22.04",
|
|
||||||
"pool": "chromium.tests.avd"
|
|
||||||
},
|
|
||||||
"named_caches": [
|
|
||||||
{
|
|
||||||
"name": "android_35_google_apis_x64",
|
|
||||||
"path": ".android_emulator/android_35_google_apis_x64"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"optional_dimensions": {
|
|
||||||
"60": {
|
|
||||||
"caches": "android_35_google_apis_x64"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"service_account": "chromium-tester@chops-service-accounts.iam.gserviceaccount.com",
|
|
||||||
"shards": 4
|
|
||||||
},
|
|
||||||
"test": "trichrome_webview_wpt_64",
|
|
||||||
"test_id_prefix": "ninja://android_webview/test:trichrome_webview_wpt_64/"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@@ -769,16 +769,16 @@ targets.bundle(
|
|||||||
name = "android_rel_isolated_scripts",
|
name = "android_rel_isolated_scripts",
|
||||||
targets = [
|
targets = [
|
||||||
"private_code_failure_test",
|
"private_code_failure_test",
|
||||||
"android_blink_wpt_tests",
|
"android_chrome_wpt_tests",
|
||||||
"webview_blink_wpt_tests",
|
"android_webview_wpt_tests",
|
||||||
],
|
],
|
||||||
per_test_modifications = {
|
per_test_modifications = {
|
||||||
"android_blink_wpt_tests": targets.mixin(
|
"android_chrome_wpt_tests": targets.mixin(
|
||||||
swarming = targets.swarming(
|
swarming = targets.swarming(
|
||||||
shards = 4,
|
shards = 4,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
"webview_blink_wpt_tests": targets.mixin(
|
"android_webview_wpt_tests": targets.mixin(
|
||||||
swarming = targets.swarming(
|
swarming = targets.swarming(
|
||||||
shards = 4,
|
shards = 4,
|
||||||
),
|
),
|
||||||
@@ -7272,10 +7272,10 @@ targets.bundle(
|
|||||||
targets.bundle(
|
targets.bundle(
|
||||||
name = "wpt_web_tests_android",
|
name = "wpt_web_tests_android",
|
||||||
targets = [
|
targets = [
|
||||||
"android_blink_wpt_tests",
|
"android_chrome_wpt_tests",
|
||||||
],
|
],
|
||||||
per_test_modifications = {
|
per_test_modifications = {
|
||||||
"android_blink_wpt_tests": targets.mixin(
|
"android_chrome_wpt_tests": targets.mixin(
|
||||||
swarming = targets.swarming(
|
swarming = targets.swarming(
|
||||||
shards = 4,
|
shards = 4,
|
||||||
),
|
),
|
||||||
@@ -7286,10 +7286,10 @@ targets.bundle(
|
|||||||
targets.bundle(
|
targets.bundle(
|
||||||
name = "wpt_web_tests_webview",
|
name = "wpt_web_tests_webview",
|
||||||
targets = [
|
targets = [
|
||||||
"webview_blink_wpt_tests",
|
"android_webview_wpt_tests",
|
||||||
],
|
],
|
||||||
per_test_modifications = {
|
per_test_modifications = {
|
||||||
"webview_blink_wpt_tests": targets.mixin(
|
"android_webview_wpt_tests": targets.mixin(
|
||||||
swarming = targets.swarming(
|
swarming = targets.swarming(
|
||||||
shards = 4,
|
shards = 4,
|
||||||
),
|
),
|
||||||
|
@@ -21,7 +21,7 @@ targets.tests.gtest_test(
|
|||||||
)
|
)
|
||||||
|
|
||||||
targets.tests.isolated_script_test(
|
targets.tests.isolated_script_test(
|
||||||
name = "android_blink_wpt_tests",
|
name = "android_chrome_wpt_tests",
|
||||||
args = [
|
args = [
|
||||||
"--skipped",
|
"--skipped",
|
||||||
"always",
|
"always",
|
||||||
@@ -3151,7 +3151,7 @@ targets.tests.gtest_test(
|
|||||||
)
|
)
|
||||||
|
|
||||||
targets.tests.isolated_script_test(
|
targets.tests.isolated_script_test(
|
||||||
name = "webview_blink_wpt_tests",
|
name = "android_webview_wpt_tests",
|
||||||
args = [
|
args = [
|
||||||
"--skipped",
|
"--skipped",
|
||||||
"always",
|
"always",
|
||||||
|
@@ -322,7 +322,7 @@
|
|||||||
"port_name": "android",
|
"port_name": "android",
|
||||||
"specifiers": ["Android", "Release"],
|
"specifiers": ["Android", "Release"],
|
||||||
"steps": {
|
"steps": {
|
||||||
"android_blink_wpt_tests": {}
|
"android_chrome_wpt_tests": {}
|
||||||
},
|
},
|
||||||
"is_try_builder": true
|
"is_try_builder": true
|
||||||
},
|
},
|
||||||
@@ -331,7 +331,7 @@
|
|||||||
"port_name": "webview",
|
"port_name": "webview",
|
||||||
"specifiers": ["Webview", "Release"],
|
"specifiers": ["Webview", "Release"],
|
||||||
"steps": {
|
"steps": {
|
||||||
"webview_blink_wpt_tests": {}
|
"android_webview_wpt_tests": {}
|
||||||
},
|
},
|
||||||
"is_try_builder": true
|
"is_try_builder": true
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user