0

Rename some blink-related build targets

* webkit_unit_tests -> blink_unittests
* run_webkit_tests -> run_web_tests
* webkit_layout_tests -> blink_web_tests
* webkit_layout_tests_exparchive -> blink_web_tests_exparchive
* webkit_python_tests -> blink_python_tests
  Rename testing/scripts/webkit_python_tests.py to
  blink_python_tests.py
* webkit_lint -> blink_lint_expectations
  Rename testing/scripts/webkit_lint.py to blink_lint_expectations.py

NOTRY=true

Bug: 914213
Change-Id: I4dbb92a2593a36c5ae5ead1d38960ffdeb518010
Reviewed-on: https://chromium-review.googlesource.com/c/1379626
Commit-Queue: Kent Tamura <tkent@chromium.org>
Reviewed-by: Stephen Martinis <martiniss@chromium.org>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Reviewed-by: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#632083}
This commit is contained in:
Kent Tamura
2019-02-14 04:37:38 +00:00
committed by Commit Bot
parent 78f53c13cc
commit 2cd1482c05
40 changed files with 1427 additions and 1349 deletions

@ -171,7 +171,7 @@ group("gn_all") {
"//net:net_perftests",
"//third_party/angle/src/tests:angle_end2end_tests",
"//third_party/angle/src/tests:angle_unittests",
"//third_party/blink/renderer/controller:webkit_unit_tests",
"//third_party/blink/renderer/controller:blink_unittests",
"//third_party/blink/renderer/platform/wtf:wtf_unittests",
"//ui/gl:gl_unittests",
"//url/ipc:url_ipc_unittests",
@ -920,17 +920,17 @@ if (!is_ios) {
testonly = true
deps = [
":webkit_layout_tests",
":blink_web_tests",
"//third_party/blink/public:all_blink",
]
}
# Layout tests runner
# Web tests runner
# third_party/blink/tools/run_web_tests.py
group("run_webkit_tests") {
group("run_web_tests") {
testonly = true
deps = [
":webkit_layout_tests",
":blink_web_tests",
]
}
@ -960,21 +960,21 @@ if (!is_ios) {
# The _exparchive at the end of the name indicates to the isolate recipe
# that the isolate should be archived separately using the `exparchive`
# command, rather than as part of the normal `batcharchive` command.
group("webkit_layout_tests_exparchive") {
group("blink_web_tests_exparchive") {
testonly = true
deps = [
":webkit_layout_tests",
":blink_web_tests",
]
data_deps = [
":webkit_layout_tests",
":blink_web_tests",
]
}
# This target contains only a small subset of the layout tests,
# This target contains only a small subset of the web tests,
# and is useful for testing with the regular isolate mechanism.
# To run the full layout test suite you need to use
# :webkit_layout_tests_exparchive, above, instead.
generated_script_test("webkit_layout_tests") {
# To run the full web test suite you need to use
# :blink_web_tests_exparchive, above, instead.
generated_script_test("blink_web_tests") {
generator_script =
"//testing/scripts/generators/gen_run_web_tests_script.py"
extra_args = []
@ -1101,7 +1101,7 @@ if (!is_ios) {
]
}
group("webkit_python_tests") {
group("blink_python_tests") {
data = [
"//build/android/",
"//components/crash/content/tools/generate_breakpad_symbols.py",

@ -21,6 +21,7 @@ TELEMETRY_EXPERIMENTAL_TEST_SUITES = [
STABLE_TEST_SUITES = [
'android_webview_unittests',
'base_unittests',
'blink_unittests',
'breakpad_unittests',
'cc_unittests',
'components_unittests',
@ -42,7 +43,6 @@ STABLE_TEST_SUITES = [
'ui_base_unittests',
'ui_touch_selection_unittests',
'unit_tests_apk',
'webkit_unit_tests',
]
# Tests fail in component=shared_library build, which is required for ASan.

@ -1120,7 +1120,7 @@ config("compiler_codegen") {
# aggregates enabling subsequent optimizations) leads to
# invalid code generation when using the Android NDK's
# compiler (r5-r7). This can be verified using
# webkit_unit_tests' WTF.Checked_int8_t test.
# blink_unittests' WTF.Checked_int8_t test.
"-fno-tree-sra",
# The following option is disabled to improve binary

@ -5,7 +5,7 @@
#ifndef CONTENT_PUBLIC_TEST_BLINK_TEST_ENVIRONMENT_H_
#define CONTENT_PUBLIC_TEST_BLINK_TEST_ENVIRONMENT_H_
// This package provides functions used by webkit_unit_tests.
// This package provides functions used by blink_unittests.
namespace content {
// Initializes Blink test environment for unit tests.

@ -1037,6 +1037,53 @@
},
"test": "blink_platform_unittests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
"--recover-devices"
],
"merge": {
"args": [
"--bucket",
"chromium-result-details",
"--test-name",
"webkit_unit_tests"
],
"script": "//build/android/pylib/results/presentation/test_results_presentation.py"
},
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"cipd_packages": [
{
"cipd_package": "infra/tools/luci/logdog/butler/${platform}",
"location": "bin",
"revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c"
}
],
"dimension_sets": [
{
"device_os": "NRD91N",
"device_type": "bullhead",
"os": "Android"
}
],
"expiration": 10800,
"hard_timeout": 960,
"output_links": [
{
"link": [
"https://luci-logdog.appspot.com/v/?s",
"=android%2Fswarming%2Flogcats%2F",
"${TASK_ID}%2F%2B%2Funified_logcats"
],
"name": "shard #${SHARD_INDEX} logcats"
}
],
"shards": 2
},
"test": "blink_unittests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
@ -3488,52 +3535,6 @@
},
"test": "vr_pixeltests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
"--recover-devices"
],
"merge": {
"args": [
"--bucket",
"chromium-result-details",
"--test-name",
"webkit_unit_tests"
],
"script": "//build/android/pylib/results/presentation/test_results_presentation.py"
},
"swarming": {
"can_use_on_swarming_builders": true,
"cipd_packages": [
{
"cipd_package": "infra/tools/luci/logdog/butler/${platform}",
"location": "bin",
"revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c"
}
],
"dimension_sets": [
{
"device_os": "NRD91N",
"device_type": "bullhead",
"os": "Android"
}
],
"expiration": 10800,
"hard_timeout": 960,
"output_links": [
{
"link": [
"https://luci-logdog.appspot.com/v/?s",
"=android%2Fswarming%2Flogcats%2F",
"${TASK_ID}%2F%2B%2Funified_logcats"
],
"name": "shard #${SHARD_INDEX} logcats"
}
],
"shards": 2
},
"test": "webkit_unit_tests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",

@ -917,6 +917,51 @@
},
"test": "blink_platform_unittests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
"--recover-devices"
],
"merge": {
"args": [
"--bucket",
"chromium-result-details",
"--test-name",
"webkit_unit_tests"
],
"script": "//build/android/pylib/results/presentation/test_results_presentation.py"
},
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"cipd_packages": [
{
"cipd_package": "infra/tools/luci/logdog/butler/${platform}",
"location": "bin",
"revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c"
}
],
"dimension_sets": [
{
"device_os": "KTU84P",
"device_type": "hammerhead",
"os": "Android"
}
],
"output_links": [
{
"link": [
"https://luci-logdog.appspot.com/v/?s",
"=android%2Fswarming%2Flogcats%2F",
"${TASK_ID}%2F%2B%2Funified_logcats"
],
"name": "shard #${SHARD_INDEX} logcats"
}
],
"shards": 2
},
"test": "blink_unittests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
@ -3167,50 +3212,6 @@
},
"test": "vr_pixeltests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
"--recover-devices"
],
"merge": {
"args": [
"--bucket",
"chromium-result-details",
"--test-name",
"webkit_unit_tests"
],
"script": "//build/android/pylib/results/presentation/test_results_presentation.py"
},
"swarming": {
"can_use_on_swarming_builders": true,
"cipd_packages": [
{
"cipd_package": "infra/tools/luci/logdog/butler/${platform}",
"location": "bin",
"revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c"
}
],
"dimension_sets": [
{
"device_os": "KTU84P",
"device_type": "hammerhead",
"os": "Android"
}
],
"output_links": [
{
"link": [
"https://luci-logdog.appspot.com/v/?s",
"=android%2Fswarming%2Flogcats%2F",
"${TASK_ID}%2F%2B%2Funified_logcats"
],
"name": "shard #${SHARD_INDEX} logcats"
}
],
"shards": 2
},
"test": "webkit_unit_tests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
@ -3264,7 +3265,7 @@
"--disable-breakpad",
"--additional-driver-flag=--use-gpu-in-tests"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -3509,6 +3510,52 @@
},
"test": "blink_platform_unittests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
"--recover-devices"
],
"merge": {
"args": [
"--bucket",
"chromium-result-details",
"--test-name",
"webkit_unit_tests"
],
"script": "//build/android/pylib/results/presentation/test_results_presentation.py"
},
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"cipd_packages": [
{
"cipd_package": "infra/tools/luci/logdog/butler/${platform}",
"location": "bin",
"revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c"
}
],
"dimension_sets": [
{
"device_os": "KTU84Z",
"device_type": "flo",
"os": "Android"
}
],
"expiration": 10800,
"output_links": [
{
"link": [
"https://luci-logdog.appspot.com/v/?s",
"=android%2Fswarming%2Flogcats%2F",
"${TASK_ID}%2F%2B%2Funified_logcats"
],
"name": "shard #${SHARD_INDEX} logcats"
}
],
"shards": 2
},
"test": "blink_unittests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
@ -5764,51 +5811,6 @@
},
"test": "vr_pixeltests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
"--recover-devices"
],
"merge": {
"args": [
"--bucket",
"chromium-result-details",
"--test-name",
"webkit_unit_tests"
],
"script": "//build/android/pylib/results/presentation/test_results_presentation.py"
},
"swarming": {
"can_use_on_swarming_builders": true,
"cipd_packages": [
{
"cipd_package": "infra/tools/luci/logdog/butler/${platform}",
"location": "bin",
"revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c"
}
],
"dimension_sets": [
{
"device_os": "KTU84Z",
"device_type": "flo",
"os": "Android"
}
],
"expiration": 10800,
"output_links": [
{
"link": [
"https://luci-logdog.appspot.com/v/?s",
"=android%2Fswarming%2Flogcats%2F",
"${TASK_ID}%2F%2B%2Funified_logcats"
],
"name": "shard #${SHARD_INDEX} logcats"
}
],
"shards": 2
},
"test": "webkit_unit_tests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
@ -6127,6 +6129,53 @@
},
"test": "blink_platform_unittests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
"--recover-devices"
],
"merge": {
"args": [
"--bucket",
"chromium-result-details",
"--test-name",
"webkit_unit_tests"
],
"script": "//build/android/pylib/results/presentation/test_results_presentation.py"
},
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"cipd_packages": [
{
"cipd_package": "infra/tools/luci/logdog/butler/${platform}",
"location": "bin",
"revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c"
}
],
"dimension_sets": [
{
"device_os": "LMY48I",
"device_type": "hammerhead",
"os": "Android"
}
],
"expiration": 10800,
"hard_timeout": 960,
"output_links": [
{
"link": [
"https://luci-logdog.appspot.com/v/?s",
"=android%2Fswarming%2Flogcats%2F",
"${TASK_ID}%2F%2B%2Funified_logcats"
],
"name": "shard #${SHARD_INDEX} logcats"
}
],
"shards": 2
},
"test": "blink_unittests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
@ -8578,52 +8627,6 @@
},
"test": "vr_pixeltests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
"--recover-devices"
],
"merge": {
"args": [
"--bucket",
"chromium-result-details",
"--test-name",
"webkit_unit_tests"
],
"script": "//build/android/pylib/results/presentation/test_results_presentation.py"
},
"swarming": {
"can_use_on_swarming_builders": true,
"cipd_packages": [
{
"cipd_package": "infra/tools/luci/logdog/butler/${platform}",
"location": "bin",
"revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c"
}
],
"dimension_sets": [
{
"device_os": "LMY48I",
"device_type": "hammerhead",
"os": "Android"
}
],
"expiration": 10800,
"hard_timeout": 960,
"output_links": [
{
"link": [
"https://luci-logdog.appspot.com/v/?s",
"=android%2Fswarming%2Flogcats%2F",
"${TASK_ID}%2F%2B%2Funified_logcats"
],
"name": "shard #${SHARD_INDEX} logcats"
}
],
"shards": 2
},
"test": "webkit_unit_tests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
@ -8989,6 +8992,53 @@
},
"test": "blink_platform_unittests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
"--recover-devices"
],
"merge": {
"args": [
"--bucket",
"chromium-result-details",
"--test-name",
"webkit_unit_tests"
],
"script": "//build/android/pylib/results/presentation/test_results_presentation.py"
},
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"cipd_packages": [
{
"cipd_package": "infra/tools/luci/logdog/butler/${platform}",
"location": "bin",
"revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c"
}
],
"dimension_sets": [
{
"device_os": "LMY49B",
"device_type": "flo",
"os": "Android"
}
],
"expiration": 10800,
"hard_timeout": 120,
"output_links": [
{
"link": [
"https://luci-logdog.appspot.com/v/?s",
"=android%2Fswarming%2Flogcats%2F",
"${TASK_ID}%2F%2B%2Funified_logcats"
],
"name": "shard #${SHARD_INDEX} logcats"
}
],
"shards": 2
},
"test": "blink_unittests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
@ -11295,52 +11345,6 @@
},
"test": "vr_pixeltests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
"--recover-devices"
],
"merge": {
"args": [
"--bucket",
"chromium-result-details",
"--test-name",
"webkit_unit_tests"
],
"script": "//build/android/pylib/results/presentation/test_results_presentation.py"
},
"swarming": {
"can_use_on_swarming_builders": true,
"cipd_packages": [
{
"cipd_package": "infra/tools/luci/logdog/butler/${platform}",
"location": "bin",
"revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c"
}
],
"dimension_sets": [
{
"device_os": "LMY49B",
"device_type": "flo",
"os": "Android"
}
],
"expiration": 10800,
"hard_timeout": 120,
"output_links": [
{
"link": [
"https://luci-logdog.appspot.com/v/?s",
"=android%2Fswarming%2Flogcats%2F",
"${TASK_ID}%2F%2B%2Funified_logcats"
],
"name": "shard #${SHARD_INDEX} logcats"
}
],
"shards": 2
},
"test": "webkit_unit_tests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
@ -11694,6 +11698,52 @@
},
"test": "blink_platform_unittests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
"--recover-devices"
],
"merge": {
"args": [
"--bucket",
"chromium-result-details",
"--test-name",
"webkit_unit_tests"
],
"script": "//build/android/pylib/results/presentation/test_results_presentation.py"
},
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"cipd_packages": [
{
"cipd_package": "infra/tools/luci/logdog/butler/${platform}",
"location": "bin",
"revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c"
}
],
"dimension_sets": [
{
"device_os": "MMB29Q",
"device_type": "bullhead",
"os": "Android"
}
],
"hard_timeout": 1200,
"output_links": [
{
"link": [
"https://luci-logdog.appspot.com/v/?s",
"=android%2Fswarming%2Flogcats%2F",
"${TASK_ID}%2F%2B%2Funified_logcats"
],
"name": "shard #${SHARD_INDEX} logcats"
}
],
"shards": 2
},
"test": "blink_unittests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
@ -14039,51 +14089,6 @@
},
"test": "vr_pixeltests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
"--recover-devices"
],
"merge": {
"args": [
"--bucket",
"chromium-result-details",
"--test-name",
"webkit_unit_tests"
],
"script": "//build/android/pylib/results/presentation/test_results_presentation.py"
},
"swarming": {
"can_use_on_swarming_builders": true,
"cipd_packages": [
{
"cipd_package": "infra/tools/luci/logdog/butler/${platform}",
"location": "bin",
"revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c"
}
],
"dimension_sets": [
{
"device_os": "MMB29Q",
"device_type": "bullhead",
"os": "Android"
}
],
"hard_timeout": 1200,
"output_links": [
{
"link": [
"https://luci-logdog.appspot.com/v/?s",
"=android%2Fswarming%2Flogcats%2F",
"${TASK_ID}%2F%2B%2Funified_logcats"
],
"name": "shard #${SHARD_INDEX} logcats"
}
],
"shards": 2
},
"test": "webkit_unit_tests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
@ -14439,6 +14444,52 @@
},
"test": "blink_platform_unittests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
"--recover-devices"
],
"merge": {
"args": [
"--bucket",
"chromium-result-details",
"--test-name",
"webkit_unit_tests"
],
"script": "//build/android/pylib/results/presentation/test_results_presentation.py"
},
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"cipd_packages": [
{
"cipd_package": "infra/tools/luci/logdog/butler/${platform}",
"location": "bin",
"revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c"
}
],
"dimension_sets": [
{
"device_os": "MRA58Z",
"device_type": "flo",
"os": "Android"
}
],
"expiration": 10800,
"output_links": [
{
"link": [
"https://luci-logdog.appspot.com/v/?s",
"=android%2Fswarming%2Flogcats%2F",
"${TASK_ID}%2F%2B%2Funified_logcats"
],
"name": "shard #${SHARD_INDEX} logcats"
}
],
"shards": 2
},
"test": "blink_unittests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
@ -16694,51 +16745,6 @@
},
"test": "vr_pixeltests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
"--recover-devices"
],
"merge": {
"args": [
"--bucket",
"chromium-result-details",
"--test-name",
"webkit_unit_tests"
],
"script": "//build/android/pylib/results/presentation/test_results_presentation.py"
},
"swarming": {
"can_use_on_swarming_builders": true,
"cipd_packages": [
{
"cipd_package": "infra/tools/luci/logdog/butler/${platform}",
"location": "bin",
"revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c"
}
],
"dimension_sets": [
{
"device_os": "MRA58Z",
"device_type": "flo",
"os": "Android"
}
],
"expiration": 10800,
"output_links": [
{
"link": [
"https://luci-logdog.appspot.com/v/?s",
"=android%2Fswarming%2Flogcats%2F",
"${TASK_ID}%2F%2B%2Funified_logcats"
],
"name": "shard #${SHARD_INDEX} logcats"
}
],
"shards": 2
},
"test": "webkit_unit_tests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
@ -18632,6 +18638,51 @@
},
"test": "blink_platform_unittests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
"--recover-devices"
],
"merge": {
"args": [
"--bucket",
"chromium-result-details",
"--test-name",
"webkit_unit_tests"
],
"script": "//build/android/pylib/results/presentation/test_results_presentation.py"
},
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"cipd_packages": [
{
"cipd_package": "infra/tools/luci/logdog/butler/${platform}",
"location": "bin",
"revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c"
}
],
"dimension_sets": [
{
"device_os": "KTU84P",
"device_type": "hammerhead",
"os": "Android"
}
],
"output_links": [
{
"link": [
"https://luci-logdog.appspot.com/v/?s",
"=android%2Fswarming%2Flogcats%2F",
"${TASK_ID}%2F%2B%2Funified_logcats"
],
"name": "shard #${SHARD_INDEX} logcats"
}
],
"shards": 2
},
"test": "blink_unittests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
@ -20882,50 +20933,6 @@
},
"test": "vr_pixeltests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
"--recover-devices"
],
"merge": {
"args": [
"--bucket",
"chromium-result-details",
"--test-name",
"webkit_unit_tests"
],
"script": "//build/android/pylib/results/presentation/test_results_presentation.py"
},
"swarming": {
"can_use_on_swarming_builders": true,
"cipd_packages": [
{
"cipd_package": "infra/tools/luci/logdog/butler/${platform}",
"location": "bin",
"revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c"
}
],
"dimension_sets": [
{
"device_os": "KTU84P",
"device_type": "hammerhead",
"os": "Android"
}
],
"output_links": [
{
"link": [
"https://luci-logdog.appspot.com/v/?s",
"=android%2Fswarming%2Flogcats%2F",
"${TASK_ID}%2F%2B%2Funified_logcats"
],
"name": "shard #${SHARD_INDEX} logcats"
}
],
"shards": 2
},
"test": "webkit_unit_tests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
@ -21309,6 +21316,51 @@
},
"test": "blink_platform_unittests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
"--recover-devices"
],
"merge": {
"args": [
"--bucket",
"chromium-result-details",
"--test-name",
"webkit_unit_tests"
],
"script": "//build/android/pylib/results/presentation/test_results_presentation.py"
},
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"cipd_packages": [
{
"cipd_package": "infra/tools/luci/logdog/butler/${platform}",
"location": "bin",
"revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c"
}
],
"dimension_sets": [
{
"device_os": "MMB29Q",
"device_type": "bullhead",
"os": "Android"
}
],
"output_links": [
{
"link": [
"https://luci-logdog.appspot.com/v/?s",
"=android%2Fswarming%2Flogcats%2F",
"${TASK_ID}%2F%2B%2Funified_logcats"
],
"name": "shard #${SHARD_INDEX} logcats"
}
],
"shards": 2
},
"test": "blink_unittests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
@ -23560,50 +23612,6 @@
},
"test": "vr_pixeltests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
"--recover-devices"
],
"merge": {
"args": [
"--bucket",
"chromium-result-details",
"--test-name",
"webkit_unit_tests"
],
"script": "//build/android/pylib/results/presentation/test_results_presentation.py"
},
"swarming": {
"can_use_on_swarming_builders": true,
"cipd_packages": [
{
"cipd_package": "infra/tools/luci/logdog/butler/${platform}",
"location": "bin",
"revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c"
}
],
"dimension_sets": [
{
"device_os": "MMB29Q",
"device_type": "bullhead",
"os": "Android"
}
],
"output_links": [
{
"link": [
"https://luci-logdog.appspot.com/v/?s",
"=android%2Fswarming%2Flogcats%2F",
"${TASK_ID}%2F%2B%2Funified_logcats"
],
"name": "shard #${SHARD_INDEX} logcats"
}
],
"shards": 2
},
"test": "webkit_unit_tests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",

@ -480,6 +480,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -1075,12 +1082,6 @@
},
"test": "viz_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -1176,6 +1177,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -1776,12 +1784,6 @@
},
"test": "wayland_client_perftests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true

@ -57,6 +57,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -600,12 +607,6 @@
},
"test": "vr_pixeltests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -721,6 +722,18 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Windows-10-15063"
}
]
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
@ -1765,17 +1778,6 @@
},
"test": "vr_pixeltests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Windows-10-15063"
}
]
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
@ -1912,6 +1914,18 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Windows-10-15063"
}
]
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
@ -2956,17 +2970,6 @@
},
"test": "vr_pixeltests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Windows-10-15063"
}
]
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
@ -3103,6 +3106,18 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Windows-10-15063"
}
]
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
@ -4135,17 +4150,6 @@
},
"test": "vr_pixeltests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Windows-10-15063"
}
]
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
@ -4444,6 +4448,51 @@
},
"test": "blink_platform_unittests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
"--recover-devices"
],
"merge": {
"args": [
"--bucket",
"chromium-result-details",
"--test-name",
"webkit_unit_tests"
],
"script": "//build/android/pylib/results/presentation/test_results_presentation.py"
},
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"cipd_packages": [
{
"cipd_package": "infra/tools/luci/logdog/butler/${platform}",
"location": "bin",
"revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c"
}
],
"dimension_sets": [
{
"device_os": "KTU84P",
"device_type": "hammerhead",
"os": "Android"
}
],
"output_links": [
{
"link": [
"https://luci-logdog.appspot.com/v/?s",
"=android%2Fswarming%2Flogcats%2F",
"${TASK_ID}%2F%2B%2Funified_logcats"
],
"name": "shard #${SHARD_INDEX} logcats"
}
],
"shards": 2
},
"test": "blink_unittests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
@ -6648,50 +6697,6 @@
},
"test": "vr_pixeltests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
"--recover-devices"
],
"merge": {
"args": [
"--bucket",
"chromium-result-details",
"--test-name",
"webkit_unit_tests"
],
"script": "//build/android/pylib/results/presentation/test_results_presentation.py"
},
"swarming": {
"can_use_on_swarming_builders": true,
"cipd_packages": [
{
"cipd_package": "infra/tools/luci/logdog/butler/${platform}",
"location": "bin",
"revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c"
}
],
"dimension_sets": [
{
"device_os": "KTU84P",
"device_type": "hammerhead",
"os": "Android"
}
],
"output_links": [
{
"link": [
"https://luci-logdog.appspot.com/v/?s",
"=android%2Fswarming%2Flogcats%2F",
"${TASK_ID}%2F%2B%2Funified_logcats"
],
"name": "shard #${SHARD_INDEX} logcats"
}
],
"shards": 2
},
"test": "webkit_unit_tests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
@ -7096,6 +7101,51 @@
},
"test": "blink_platform_unittests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
"--recover-devices"
],
"merge": {
"args": [
"--bucket",
"chromium-result-details",
"--test-name",
"webkit_unit_tests"
],
"script": "//build/android/pylib/results/presentation/test_results_presentation.py"
},
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"cipd_packages": [
{
"cipd_package": "infra/tools/luci/logdog/butler/${platform}",
"location": "bin",
"revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c"
}
],
"dimension_sets": [
{
"device_os": "MMB29Q",
"device_type": "bullhead",
"os": "Android"
}
],
"output_links": [
{
"link": [
"https://luci-logdog.appspot.com/v/?s",
"=android%2Fswarming%2Flogcats%2F",
"${TASK_ID}%2F%2B%2Funified_logcats"
],
"name": "shard #${SHARD_INDEX} logcats"
}
],
"shards": 2
},
"test": "blink_unittests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
@ -9300,50 +9350,6 @@
},
"test": "vr_pixeltests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
"--recover-devices"
],
"merge": {
"args": [
"--bucket",
"chromium-result-details",
"--test-name",
"webkit_unit_tests"
],
"script": "//build/android/pylib/results/presentation/test_results_presentation.py"
},
"swarming": {
"can_use_on_swarming_builders": true,
"cipd_packages": [
{
"cipd_package": "infra/tools/luci/logdog/butler/${platform}",
"location": "bin",
"revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c"
}
],
"dimension_sets": [
{
"device_os": "MMB29Q",
"device_type": "bullhead",
"os": "Android"
}
],
"output_links": [
{
"link": [
"https://luci-logdog.appspot.com/v/?s",
"=android%2Fswarming%2Flogcats%2F",
"${TASK_ID}%2F%2B%2Funified_logcats"
],
"name": "shard #${SHARD_INDEX} logcats"
}
],
"shards": 2
},
"test": "webkit_unit_tests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
@ -9494,6 +9500,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -10030,12 +10043,6 @@
},
"test": "vr_pixeltests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -10147,6 +10154,16 @@
},
"test": "blink_platform_unittests"
},
{
"args": [
"--test-launcher-print-test-stdio=always"
],
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"args": [
"--test-launcher-print-test-stdio=always"
@ -10894,15 +10911,6 @@
},
"test": "vr_pixeltests"
},
{
"args": [
"--test-launcher-print-test-stdio=always"
],
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"args": [
"--test-launcher-print-test-stdio=always"
@ -10982,6 +10990,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -11512,12 +11527,6 @@
},
"test": "vr_pixeltests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -11588,6 +11597,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -12124,12 +12140,6 @@
},
"test": "vr_pixeltests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -12209,6 +12219,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -12707,12 +12724,6 @@
},
"test": "vr_pixeltests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -12783,6 +12794,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -13319,12 +13337,6 @@
},
"test": "vr_pixeltests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -13398,6 +13410,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -13934,12 +13953,6 @@
},
"test": "vr_pixeltests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -14004,6 +14017,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -14497,12 +14517,6 @@
},
"test": "viz_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -14511,6 +14525,13 @@
}
],
"isolated_scripts": [
{
"isolate_name": "blink_python_tests",
"name": "blink_python_tests",
"swarming": {
"can_use_on_swarming_builders": true
}
},
{
"args": [
"--test-type=integration"
@ -14609,7 +14630,7 @@
"args": [
"--num-retries=3"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -14622,13 +14643,6 @@
"can_use_on_swarming_builders": true,
"shards": 12
}
},
{
"isolate_name": "webkit_python_tests",
"name": "webkit_python_tests",
"swarming": {
"can_use_on_swarming_builders": true
}
}
]
},
@ -14706,6 +14720,16 @@
},
"test": "blink_platform_unittests"
},
{
"args": [
"--test-launcher-print-test-stdio=always"
],
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"args": [
"--test-launcher-print-test-stdio=always"
@ -15329,15 +15353,6 @@
},
"test": "viz_unittests"
},
{
"args": [
"--test-launcher-print-test-stdio=always"
],
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"args": [
"--test-launcher-print-test-stdio=always"
@ -15405,6 +15420,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -16005,12 +16027,6 @@
},
"test": "vr_pixeltests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -16087,6 +16103,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -16687,12 +16710,6 @@
},
"test": "vr_pixeltests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -16769,6 +16786,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -17369,12 +17393,6 @@
},
"test": "vr_pixeltests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -17451,6 +17469,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -18051,12 +18076,6 @@
},
"test": "vr_pixeltests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -18133,6 +18152,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -18733,12 +18759,6 @@
},
"test": "vr_pixeltests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -18815,6 +18835,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -19415,12 +19442,6 @@
},
"test": "vr_pixeltests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -19497,6 +19518,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -20097,12 +20125,6 @@
},
"test": "vr_pixeltests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -20179,6 +20201,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -20779,12 +20808,6 @@
},
"test": "vr_pixeltests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -20861,6 +20884,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -21461,12 +21491,6 @@
},
"test": "vr_pixeltests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -21543,6 +21567,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -22143,12 +22174,6 @@
},
"test": "vr_pixeltests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -22225,6 +22250,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -22761,12 +22793,6 @@
},
"test": "vr_pixeltests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -22882,6 +22908,18 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Windows-10"
}
]
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
@ -23892,17 +23930,6 @@
},
"test": "vr_pixeltests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Windows-10"
}
]
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,

@ -378,6 +378,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -871,12 +878,6 @@
},
"test": "viz_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -885,6 +886,13 @@
}
],
"isolated_scripts": [
{
"isolate_name": "blink_python_tests",
"name": "blink_python_tests",
"swarming": {
"can_use_on_swarming_builders": true
}
},
{
"args": [
"--test-type=integration"
@ -978,13 +986,6 @@
"swarming": {
"can_use_on_swarming_builders": true
}
},
{
"isolate_name": "webkit_python_tests",
"name": "webkit_python_tests",
"swarming": {
"can_use_on_swarming_builders": true
}
}
]
},
@ -2123,7 +2124,7 @@
"--additional-driver-flag=--enable-features=NetworkService",
"--num-retries=3"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -2294,7 +2295,7 @@
"--additional-driver-flag=--enable-features=NetworkService",
"--num-retries=3"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -2428,7 +2429,7 @@
"--num-retries=3",
"--additional-driver-flag=--enable-blink-features=CompositeAfterPaint"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -2467,7 +2468,7 @@
],
"hard_timeout": 900
},
"test": "webkit_unit_tests"
"test": "blink_unittests"
}
],
"isolated_scripts": [
@ -2476,7 +2477,7 @@
"--num-retries=3",
"--additional-driver-flag=--enable-blink-features=LayoutNG"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -2505,7 +2506,7 @@
"--num-retries=3",
"--additional-driver-flag=--root-layer-scrolls"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -2583,6 +2584,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": false
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": false
@ -3167,12 +3175,6 @@
},
"test": "vr_pixeltests"
},
{
"swarming": {
"can_use_on_swarming_builders": false
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": false
@ -4715,7 +4717,7 @@
"--num-retries=3",
"--platform=fuchsia"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -4779,6 +4781,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -4992,12 +5001,6 @@
},
"test": "url_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -5011,7 +5014,7 @@
"--num-retries=3",
"--debug"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -5059,6 +5062,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -5272,12 +5282,6 @@
},
"test": "url_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -5292,7 +5296,7 @@
"--debug",
"--additional-driver-flag=--enable-blink-features=HeapIncrementalMarkingStress"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -5355,6 +5359,16 @@
},
"test": "blink_platform_unittests"
},
{
"args": [
"--enable-blink-features=HeapUnifiedGarbageCollection"
],
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"args": [
"--enable-blink-features=HeapUnifiedGarbageCollection"
@ -5666,15 +5680,6 @@
},
"test": "url_unittests"
},
{
"args": [
"--enable-blink-features=HeapUnifiedGarbageCollection"
],
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"args": [
"--enable-blink-features=HeapUnifiedGarbageCollection"
@ -5692,7 +5697,7 @@
"--debug",
"--additional-driver-flag=--enable-blink-features=HeapUnifiedGarbageCollection"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -5740,6 +5745,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -5953,12 +5965,6 @@
},
"test": "url_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -5971,7 +5977,7 @@
"args": [
"--num-retries=3"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -5993,7 +5999,7 @@
"args": [
"--num-retries=3"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -6081,6 +6087,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -6617,12 +6630,6 @@
},
"test": "vr_pixeltests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -6637,6 +6644,13 @@
}
],
"isolated_scripts": [
{
"isolate_name": "blink_python_tests",
"name": "blink_python_tests",
"swarming": {
"can_use_on_swarming_builders": true
}
},
{
"args": [
"--test-type=integration"
@ -6690,7 +6704,7 @@
"src/third_party/blink/web_tests/FlagExpectations/disable-site-isolation-trials",
"--num-retries=3"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -6772,7 +6786,7 @@
"args": [
"--num-retries=3"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -6785,13 +6799,6 @@
"can_use_on_swarming_builders": true,
"shards": 12
}
},
{
"isolate_name": "webkit_python_tests",
"name": "webkit_python_tests",
"swarming": {
"can_use_on_swarming_builders": true
}
}
]
},
@ -6860,6 +6867,14 @@
},
"test": "blink_platform_unittests"
},
{
"isolate_coverage_data": true,
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"isolate_coverage_data": true,
"swarming": {
@ -7464,13 +7479,6 @@
},
"test": "vr_pixeltests"
},
{
"isolate_coverage_data": true,
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"isolate_coverage_data": true,
"swarming": {
@ -10110,7 +10118,7 @@
"--num-retries=3"
],
"isolate_coverage_data": true,
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"name": "webkit_layout_tests",
"results_handler": "layout tests",
"swarming": {
@ -10280,6 +10288,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -10816,12 +10831,6 @@
},
"test": "vr_pixeltests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -10836,6 +10845,13 @@
}
],
"isolated_scripts": [
{
"isolate_name": "blink_python_tests",
"name": "blink_python_tests",
"swarming": {
"can_use_on_swarming_builders": true
}
},
{
"args": [
"--test-type=integration"
@ -10889,7 +10905,7 @@
"src/third_party/blink/web_tests/FlagExpectations/disable-site-isolation-trials",
"--num-retries=3"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -10971,7 +10987,7 @@
"args": [
"--num-retries=3"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -10984,13 +11000,6 @@
"can_use_on_swarming_builders": true,
"shards": 12
}
},
{
"isolate_name": "webkit_python_tests",
"name": "webkit_python_tests",
"swarming": {
"can_use_on_swarming_builders": true
}
}
],
"scripts": [
@ -11012,7 +11021,7 @@
},
{
"name": "webkit_lint",
"script": "webkit_lint.py"
"script": "blink_lint_expectations.py"
}
]
},
@ -11113,7 +11122,7 @@
"--additional-driver-flag=--enable-features=NetworkService",
"--num-retries=3"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -11241,6 +11250,20 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "8086:0a2e",
"os": "Mac-10.14"
}
],
"expiration": 21600
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
@ -12344,9 +12367,13 @@
],
"expiration": 21600
},
"test": "webkit_unit_tests"
},
"test": "wtf_unittests"
}
],
"isolated_scripts": [
{
"isolate_name": "blink_python_tests",
"name": "blink_python_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
@ -12356,11 +12383,8 @@
}
],
"expiration": 21600
},
"test": "wtf_unittests"
}
],
"isolated_scripts": [
}
},
{
"args": [
"--test-type=integration"
@ -12522,7 +12546,7 @@
"args": [
"--num-retries=3"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -12542,20 +12566,6 @@
"expiration": 21600,
"shards": 12
}
},
{
"isolate_name": "webkit_python_tests",
"name": "webkit_python_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "8086:0a2e",
"os": "Mac-10.14"
}
],
"expiration": 21600
}
}
]
},
@ -12565,7 +12575,7 @@
"args": [
"--num-retries=3"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -12593,7 +12603,7 @@
"args": [
"--num-retries=3"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -12621,7 +12631,7 @@
"args": [
"--num-retries=3"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -12650,7 +12660,7 @@
"args": [
"--num-retries=3"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -12680,7 +12690,7 @@
"args": [
"--num-retries=3"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -12718,7 +12728,7 @@
"args": [
"--num-retries=3"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -12746,7 +12756,7 @@
"args": [
"--num-retries=3"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"

@ -1946,7 +1946,7 @@
},
{
"name": "webkit_lint",
"script": "webkit_lint.py",
"script": "blink_lint_expectations.py",
"swarming": {}
}
]
@ -2655,7 +2655,7 @@
},
{
"name": "webkit_lint",
"script": "webkit_lint.py",
"script": "blink_lint_expectations.py",
"swarming": {}
}
]

@ -37,6 +37,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -301,12 +308,6 @@
},
"test": "url_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -351,6 +352,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -627,12 +635,6 @@
},
"test": "url_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -1104,6 +1106,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -1640,12 +1649,6 @@
},
"test": "vr_pixeltests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -1660,6 +1663,13 @@
}
],
"isolated_scripts": [
{
"isolate_name": "blink_python_tests",
"name": "blink_python_tests",
"swarming": {
"can_use_on_swarming_builders": true
}
},
{
"args": [
"--test-type=integration"
@ -1713,7 +1723,7 @@
"src/third_party/blink/web_tests/FlagExpectations/disable-site-isolation-trials",
"--num-retries=3"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -1795,7 +1805,7 @@
"args": [
"--num-retries=3"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -1813,13 +1823,6 @@
],
"shards": 6
}
},
{
"isolate_name": "webkit_python_tests",
"name": "webkit_python_tests",
"swarming": {
"can_use_on_swarming_builders": true
}
}
],
"scripts": [
@ -1841,7 +1844,7 @@
},
{
"name": "webkit_lint",
"script": "webkit_lint.py"
"script": "blink_lint_expectations.py"
}
]
},
@ -1901,6 +1904,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -2438,12 +2448,6 @@
},
"test": "vr_pixeltests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -2458,6 +2462,13 @@
}
],
"isolated_scripts": [
{
"isolate_name": "blink_python_tests",
"name": "blink_python_tests",
"swarming": {
"can_use_on_swarming_builders": true
}
},
{
"isolate_name": "content_shell_crash_test",
"name": "content_shell_crash_test",
@ -2550,7 +2561,7 @@
"--num-retries=3",
"--debug"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -2568,13 +2579,6 @@
],
"shards": 20
}
},
{
"isolate_name": "webkit_python_tests",
"name": "webkit_python_tests",
"swarming": {
"can_use_on_swarming_builders": true
}
}
]
},
@ -2634,6 +2638,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -3165,12 +3176,6 @@
},
"test": "vr_pixeltests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -3185,6 +3190,13 @@
}
],
"isolated_scripts": [
{
"isolate_name": "blink_python_tests",
"name": "blink_python_tests",
"swarming": {
"can_use_on_swarming_builders": true
}
},
{
"isolate_name": "devtools_closure_compile",
"name": "devtools_closure_compile",
@ -3250,13 +3262,6 @@
"swarming": {
"can_use_on_swarming_builders": true
}
},
{
"isolate_name": "webkit_python_tests",
"name": "webkit_python_tests",
"swarming": {
"can_use_on_swarming_builders": true
}
}
]
},
@ -3404,6 +3409,18 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Ubuntu-16.04"
}
]
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
@ -4340,17 +4357,6 @@
},
"test": "vr_pixeltests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Ubuntu-16.04"
}
]
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
@ -4375,6 +4381,18 @@
}
],
"isolated_scripts": [
{
"isolate_name": "blink_python_tests",
"name": "blink_python_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Ubuntu-16.04"
}
]
}
},
{
"args": [
"--test-type=integration"
@ -4458,7 +4476,7 @@
"src/third_party/blink/web_tests/FlagExpectations/disable-site-isolation-trials",
"--num-retries=3"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -4565,7 +4583,7 @@
"args": [
"--num-retries=3"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -4583,18 +4601,6 @@
],
"shards": 12
}
},
{
"isolate_name": "webkit_python_tests",
"name": "webkit_python_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Ubuntu-16.04"
}
]
}
}
],
"scripts": [
@ -4616,7 +4622,7 @@
},
{
"name": "webkit_lint",
"script": "webkit_lint.py"
"script": "blink_lint_expectations.py"
}
]
}

@ -109,6 +109,19 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "none",
"os": "Mac-10.10"
}
]
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
@ -967,9 +980,13 @@
}
]
},
"test": "webkit_unit_tests"
},
"test": "wtf_unittests"
}
],
"isolated_scripts": [
{
"isolate_name": "blink_python_tests",
"name": "blink_python_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
@ -978,11 +995,8 @@
"os": "Mac-10.10"
}
]
},
"test": "wtf_unittests"
}
],
"isolated_scripts": [
}
},
{
"args": [
"--test-type=integration"
@ -1138,7 +1152,7 @@
"args": [
"--num-retries=3"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -1157,19 +1171,6 @@
],
"shards": 12
}
},
{
"isolate_name": "webkit_python_tests",
"name": "webkit_python_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "none",
"os": "Mac-10.10"
}
]
}
}
]
},
@ -1271,6 +1272,19 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "none",
"os": "Mac-10.11"
}
]
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
@ -2129,9 +2143,13 @@
}
]
},
"test": "webkit_unit_tests"
},
"test": "wtf_unittests"
}
],
"isolated_scripts": [
{
"isolate_name": "blink_python_tests",
"name": "blink_python_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
@ -2140,11 +2158,8 @@
"os": "Mac-10.11"
}
]
},
"test": "wtf_unittests"
}
],
"isolated_scripts": [
}
},
{
"args": [
"--test-type=integration"
@ -2300,7 +2315,7 @@
"args": [
"--num-retries=3"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -2319,19 +2334,6 @@
],
"shards": 12
}
},
{
"isolate_name": "webkit_python_tests",
"name": "webkit_python_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "none",
"os": "Mac-10.11"
}
]
}
}
]
},
@ -2433,6 +2435,19 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "8086:0a2e",
"os": "Mac-10.12.6"
}
]
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
@ -3374,9 +3389,13 @@
}
]
},
"test": "webkit_unit_tests"
},
"test": "wtf_unittests"
}
],
"isolated_scripts": [
{
"isolate_name": "blink_python_tests",
"name": "blink_python_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
@ -3385,11 +3404,8 @@
"os": "Mac-10.12.6"
}
]
},
"test": "wtf_unittests"
}
],
"isolated_scripts": [
}
},
{
"args": [
"--test-type=integration"
@ -3545,7 +3561,7 @@
"args": [
"--num-retries=3"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -3564,19 +3580,6 @@
],
"shards": 12
}
},
{
"isolate_name": "webkit_python_tests",
"name": "webkit_python_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "8086:0a2e",
"os": "Mac-10.12.6"
}
]
}
}
]
},
@ -3678,6 +3681,19 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "none",
"os": "Mac-10.13"
}
]
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
@ -4536,9 +4552,13 @@
}
]
},
"test": "webkit_unit_tests"
},
"test": "wtf_unittests"
}
],
"isolated_scripts": [
{
"isolate_name": "blink_python_tests",
"name": "blink_python_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
@ -4547,11 +4567,8 @@
"os": "Mac-10.13"
}
]
},
"test": "wtf_unittests"
}
],
"isolated_scripts": [
}
},
{
"args": [
"--test-type=integration"
@ -4688,7 +4705,7 @@
"args": [
"--num-retries=3"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -4707,19 +4724,6 @@
],
"shards": 12
}
},
{
"isolate_name": "webkit_python_tests",
"name": "webkit_python_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "none",
"os": "Mac-10.13"
}
]
}
}
],
"scripts": [
@ -4730,7 +4734,7 @@
},
{
"name": "webkit_lint",
"script": "webkit_lint.py",
"script": "blink_lint_expectations.py",
"swarming": {}
}
]
@ -4833,6 +4837,19 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "none",
"os": "Mac-10.13"
}
]
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
@ -5691,9 +5708,13 @@
}
]
},
"test": "webkit_unit_tests"
},
"test": "wtf_unittests"
}
],
"isolated_scripts": [
{
"isolate_name": "blink_python_tests",
"name": "blink_python_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
@ -5702,11 +5723,8 @@
"os": "Mac-10.13"
}
]
},
"test": "wtf_unittests"
}
],
"isolated_scripts": [
}
},
{
"isolate_name": "content_shell_crash_test",
"name": "content_shell_crash_test",
@ -5819,7 +5837,7 @@
"--num-retries=3",
"--debug"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -5838,19 +5856,6 @@
],
"shards": 12
}
},
{
"isolate_name": "webkit_python_tests",
"name": "webkit_python_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "none",
"os": "Mac-10.13"
}
]
}
}
]
},
@ -5860,7 +5865,7 @@
"args": [
"--num-retries=3"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"

@ -261,6 +261,51 @@
},
"test": "blink_platform_unittests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
"--recover-devices"
],
"merge": {
"args": [
"--bucket",
"chromium-result-details",
"--test-name",
"webkit_unit_tests"
],
"script": "//build/android/pylib/results/presentation/test_results_presentation.py"
},
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"cipd_packages": [
{
"cipd_package": "infra/tools/luci/logdog/butler/${platform}",
"location": "bin",
"revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c"
}
],
"dimension_sets": [
{
"device_os": "MMB29Q",
"device_type": "bullhead",
"os": "Android"
}
],
"output_links": [
{
"link": [
"https://luci-logdog.appspot.com/v/?s",
"=android%2Fswarming%2Flogcats%2F",
"${TASK_ID}%2F%2B%2Funified_logcats"
],
"name": "shard #${SHARD_INDEX} logcats"
}
],
"shards": 2
},
"test": "blink_unittests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
@ -2511,50 +2556,6 @@
},
"test": "vr_pixeltests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
"--recover-devices"
],
"merge": {
"args": [
"--bucket",
"chromium-result-details",
"--test-name",
"webkit_unit_tests"
],
"script": "//build/android/pylib/results/presentation/test_results_presentation.py"
},
"swarming": {
"can_use_on_swarming_builders": true,
"cipd_packages": [
{
"cipd_package": "infra/tools/luci/logdog/butler/${platform}",
"location": "bin",
"revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c"
}
],
"dimension_sets": [
{
"device_os": "MMB29Q",
"device_type": "bullhead",
"os": "Android"
}
],
"output_links": [
{
"link": [
"https://luci-logdog.appspot.com/v/?s",
"=android%2Fswarming%2Flogcats%2F",
"${TASK_ID}%2F%2B%2Funified_logcats"
],
"name": "shard #${SHARD_INDEX} logcats"
}
],
"shards": 2
},
"test": "webkit_unit_tests"
},
{
"args": [
"--gs-results-bucket=chromium-result-details",
@ -2728,6 +2729,17 @@
},
"test": "blink_platform_unittests"
},
{
"args": [
"--test-launcher-print-test-stdio=always"
],
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"shards": 5
},
"test": "blink_unittests"
},
{
"args": [
"--test-launcher-print-test-stdio=always"
@ -3435,16 +3447,6 @@
},
"test": "vr_pixeltests"
},
{
"args": [
"--test-launcher-print-test-stdio=always"
],
"swarming": {
"can_use_on_swarming_builders": true,
"shards": 5
},
"test": "webkit_unit_tests"
},
{
"args": [
"--test-launcher-print-test-stdio=always"
@ -3563,6 +3565,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -4124,12 +4133,6 @@
},
"test": "vr_pixeltests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -4256,6 +4259,16 @@
},
"test": "blink_platform_unittests"
},
{
"args": [
"--test-launcher-print-test-stdio=always"
],
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"args": [
"--test-launcher-print-test-stdio=always"
@ -5081,15 +5094,6 @@
},
"test": "wayland_client_perftests"
},
{
"args": [
"--test-launcher-print-test-stdio=always"
],
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"args": [
"--test-launcher-print-test-stdio=always"
@ -5294,6 +5298,22 @@
},
"test": "blink_platform_unittests"
},
{
"args": [
"--test-launcher-print-test-stdio=always"
],
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Ubuntu-14.04"
}
]
},
"test": "blink_unittests"
},
{
"args": [
"--test-launcher-print-test-stdio=always"
@ -6620,21 +6640,6 @@
},
"test": "wayland_client_perftests"
},
{
"args": [
"--test-launcher-print-test-stdio=always"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Ubuntu-14.04"
}
]
},
"test": "webkit_unit_tests"
},
{
"args": [
"--test-launcher-print-test-stdio=always"
@ -6804,6 +6809,22 @@
},
"test": "blink_platform_unittests"
},
{
"args": [
"--test-launcher-print-test-stdio=always"
],
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Ubuntu-14.04"
}
]
},
"test": "blink_unittests"
},
{
"args": [
"--test-launcher-print-test-stdio=always"
@ -8020,21 +8041,6 @@
},
"test": "vr_pixeltests"
},
{
"args": [
"--test-launcher-print-test-stdio=always"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Ubuntu-14.04"
}
]
},
"test": "webkit_unit_tests"
},
{
"args": [
"--test-launcher-print-test-stdio=always"
@ -8150,6 +8156,16 @@
},
"test": "blink_platform_unittests"
},
{
"args": [
"--test-launcher-print-test-stdio=always"
],
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"args": [
"--test-launcher-print-test-stdio=always"
@ -8837,15 +8853,6 @@
},
"test": "vr_pixeltests"
},
{
"args": [
"--test-launcher-print-test-stdio=always"
],
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"args": [
"--test-launcher-print-test-stdio=always"
@ -8940,6 +8947,16 @@
},
"test": "blink_platform_unittests"
},
{
"args": [
"--test-launcher-print-test-stdio=always"
],
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"args": [
"--test-launcher-print-test-stdio=always"
@ -9563,15 +9580,6 @@
},
"test": "viz_unittests"
},
{
"args": [
"--test-launcher-print-test-stdio=always"
],
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"args": [
"--test-launcher-print-test-stdio=always"
@ -9594,7 +9602,7 @@
"48000",
"--enable-sanitizer"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -9626,7 +9634,7 @@
"48000",
"--enable-leak-detection"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -9658,7 +9666,7 @@
"66000",
"--enable-sanitizer"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -9783,6 +9791,18 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Windows-10-15063"
}
]
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
@ -10827,17 +10847,6 @@
},
"test": "vr_pixeltests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Windows-10-15063"
}
]
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,

@ -12,7 +12,7 @@
"48000",
"--enable-sanitizer"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -44,7 +44,7 @@
"48000",
"--enable-leak-detection"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -76,7 +76,7 @@
"66000",
"--enable-sanitizer"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -106,7 +106,7 @@
"args": [
"--num-retries=3"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -136,7 +136,7 @@
"args": [
"--num-retries=3"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"

@ -7,7 +7,7 @@
"args": [
"--num-retries=3"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -84,6 +84,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -684,12 +691,6 @@
},
"test": "vr_pixeltests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -710,6 +711,13 @@
}
],
"isolated_scripts": [
{
"isolate_name": "blink_python_tests",
"name": "blink_python_tests",
"swarming": {
"can_use_on_swarming_builders": true
}
},
{
"args": [
"--test-type=integration"
@ -815,13 +823,6 @@
"swarming": {
"can_use_on_swarming_builders": true
}
},
{
"isolate_name": "webkit_python_tests",
"name": "webkit_python_tests",
"swarming": {
"can_use_on_swarming_builders": true
}
}
]
},
@ -946,6 +947,19 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
@ -2075,18 +2089,6 @@
},
"test": "vr_pixeltests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
@ -2251,6 +2253,19 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
@ -3296,18 +3311,6 @@
},
"test": "vr_pixeltests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true,
@ -3346,6 +3349,19 @@
}
],
"isolated_scripts": [
{
"isolate_name": "blink_python_tests",
"name": "blink_python_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}
},
{
"experiment_percentage": 100,
"isolate_name": "content_shell_crash_test",
@ -3455,19 +3471,6 @@
}
]
}
},
{
"isolate_name": "webkit_python_tests",
"name": "webkit_python_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
}
}
]
},
@ -3593,6 +3596,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -4140,12 +4150,6 @@
},
"test": "vr_pixeltests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -4166,6 +4170,13 @@
}
],
"isolated_scripts": [
{
"isolate_name": "blink_python_tests",
"name": "blink_python_tests",
"swarming": {
"can_use_on_swarming_builders": true
}
},
{
"args": [
"--test-type=integration"
@ -4276,7 +4287,7 @@
"args": [
"--num-retries=3"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -4289,19 +4300,12 @@
"can_use_on_swarming_builders": true,
"shards": 12
}
},
{
"isolate_name": "webkit_python_tests",
"name": "webkit_python_tests",
"swarming": {
"can_use_on_swarming_builders": true
}
}
],
"scripts": [
{
"name": "webkit_lint",
"script": "webkit_lint.py"
"script": "blink_lint_expectations.py"
}
]
},
@ -4361,6 +4365,13 @@
},
"test": "blink_platform_unittests"
},
{
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -4962,12 +4973,6 @@
},
"test": "vr_pixeltests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
@ -4988,6 +4993,13 @@
}
],
"isolated_scripts": [
{
"isolate_name": "blink_python_tests",
"name": "blink_python_tests",
"swarming": {
"can_use_on_swarming_builders": true
}
},
{
"isolate_name": "content_shell_crash_test",
"name": "content_shell_crash_test",
@ -5081,7 +5093,7 @@
"60000"
],
"experiment_percentage": 100,
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"
@ -5099,13 +5111,6 @@
],
"shards": 12
}
},
{
"isolate_name": "webkit_python_tests",
"name": "webkit_python_tests",
"swarming": {
"can_use_on_swarming_builders": true
}
}
]
},

@ -305,6 +305,14 @@
"label": "//third_party/blink/renderer/platform:blink_png_decoder_fuzzer",
"type": "fuzzer",
},
"blink_python_tests": {
"args": [
"../../third_party/blink/tools/run_blinkpy_tests.py",
],
"label": "//:blink_python_tests",
"script": "//testing/scripts/run_isolated_script_test.py",
"type": "script",
},
"blink_tests": {
"label": "//:blink_tests",
"type": "additional_compile_target",
@ -317,6 +325,30 @@
"label": "//third_party/blink/renderer/platform:blink_text_codec_WINDOWS_1252_fuzzer",
"type": "fuzzer",
},
"blink_unittests": {
"label": "//third_party/blink/renderer/controller:blink_unittests",
"type": "console_test_launcher",
},
"blink_web_tests_exparchive": {
"args": [
"../../third_party/blink/tools/run_web_tests.py",
"--seed",
"4",
"--no-show-results",
"--zero-tests-executed-ok",
"--clobber-old-results",
"--exit-after-n-failures",
"5000",
"--exit-after-n-crashes-or-timeouts",
"100",
"--debug-rwt-logging",
"--results-directory",
"${ISOLATED_OUTDIR}/layout-test-results",
],
"label": "//:blink_web_tests_exparchive",
"script": "//testing/scripts/run_isolated_script_test.py",
"type": "script",
},
"boringssl_arm_cpuinfo_fuzzer": {
"label": "//third_party/boringssl:boringssl_arm_cpuinfo_fuzzer",
"type": "fuzzer",
@ -2724,42 +2756,10 @@
"--results-directory",
"${ISOLATED_OUTDIR}/layout-test-results",
],
"label": "//:webkit_layout_tests",
"label": "//:blink_web_tests",
"script": "//testing/scripts/run_isolated_script_test.py",
"type": "script",
},
"webkit_layout_tests_exparchive": {
"args": [
"../../third_party/blink/tools/run_web_tests.py",
"--seed",
"4",
"--no-show-results",
"--zero-tests-executed-ok",
"--clobber-old-results",
"--exit-after-n-failures",
"5000",
"--exit-after-n-crashes-or-timeouts",
"100",
"--debug-rwt-logging",
"--results-directory",
"${ISOLATED_OUTDIR}/layout-test-results",
],
"label": "//:webkit_layout_tests_exparchive",
"script": "//testing/scripts/run_isolated_script_test.py",
"type": "script",
},
"webkit_python_tests": {
"args": [
"../../third_party/blink/tools/run_blinkpy_tests.py",
],
"label": "//:webkit_python_tests",
"script": "//testing/scripts/run_isolated_script_test.py",
"type": "script",
},
"webkit_unit_tests": {
"label": "//third_party/blink/renderer/controller:webkit_unit_tests",
"type": "console_test_launcher",
},
"webusb_descriptors_fuzzer": {
"label": "//device/usb:webusb_descriptors_fuzzer",
"type": "fuzzer",

@ -547,7 +547,9 @@
'chromium_android_webkit_gtests': {
'blink_heap_unittests': {},
'webkit_unit_tests': {},
'webkit_unit_tests': {
'test': 'blink_unittests',
},
},
'chromium_browser_tests': {
@ -2279,7 +2281,7 @@
'--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%8m.profraw',
'--num-retries=3',
],
'isolate_name': 'webkit_layout_tests_exparchive',
'isolate_name': 'blink_web_tests_exparchive',
'results_handler': 'layout tests',
'swarming': {
'shards': 12,
@ -2357,6 +2359,7 @@
'ui_touch_selection_unittests': {},
'url_unittests': {},
'webkit_unit_tests': {
'test': 'blink_unittests',
'android_swarming': {
'shards': 2,
},
@ -2423,7 +2426,7 @@
'script': 'headless_python_unittests.py',
},
'webkit_lint': {
'script': 'webkit_lint.py',
'script': 'blink_lint_expectations.py',
},
},
@ -2432,13 +2435,13 @@
'script': 'check_static_initializers.py',
},
'webkit_lint': {
'script': 'webkit_lint.py',
'script': 'blink_lint_expectations.py',
},
},
'chromium_scripts': {
'webkit_lint': {
'script': 'webkit_lint.py',
'script': 'blink_lint_expectations.py',
},
},
@ -2570,7 +2573,7 @@
'args': [
'--num-retries=3',
],
'isolate_name': 'webkit_layout_tests_exparchive',
'isolate_name': 'blink_web_tests_exparchive',
'merge': {
'args': [
'--verbose',
@ -2725,7 +2728,7 @@
'args': [
'--num-retries=3',
],
'isolate_name': 'webkit_layout_tests_exparchive',
'isolate_name': 'blink_web_tests_exparchive',
'merge': {
'args': [
'--verbose',
@ -2737,7 +2740,7 @@
'shards': 12,
}
},
'webkit_python_tests': {},
'blink_python_tests': {},
},
'fuchsia_gtests': {
@ -3524,7 +3527,7 @@
'args': [
'--enable-blink-features=LayoutNG'
],
'test': 'webkit_unit_tests',
'test': 'blink_unittests',
},
},
@ -3681,7 +3684,7 @@
# retry 3 times, so we explicitly specify it.
'--num-retries=3',
],
'isolate_name': 'webkit_layout_tests_exparchive',
'isolate_name': 'blink_web_tests_exparchive',
'merge': {
'args': [
'--verbose',
@ -3779,7 +3782,7 @@
# retry 3 times, so we explicitly specify it.
'--num-retries=3',
],
'isolate_name': 'webkit_layout_tests_exparchive',
'isolate_name': 'blink_web_tests_exparchive',
'merge': {
'args': [
'--verbose',

@ -60,6 +60,7 @@
],
"script": "//build/android/pylib/results/presentation/test_results_presentation.py"
},
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"cipd_packages": [
@ -87,7 +88,7 @@
}
]
},
"test": "webkit_unit_tests"
"test": "blink_unittests"
}
],
"isolated_scripts": [
@ -99,7 +100,7 @@
"--disable-breakpad",
"--additional-driver-flag=--use-gpu-in-tests"
],
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"merge": {
"args": [
"--verbose"

@ -66,6 +66,14 @@
},
"test": "blink_platform_unittests"
},
{
"isolate_coverage_data": true,
"name": "webkit_unit_tests",
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "blink_unittests"
},
{
"isolate_coverage_data": true,
"swarming": {
@ -670,13 +678,6 @@
},
"test": "vr_pixeltests"
},
{
"isolate_coverage_data": true,
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "webkit_unit_tests"
},
{
"isolate_coverage_data": true,
"swarming": {
@ -700,7 +701,7 @@
"--num-retries=3"
],
"isolate_coverage_data": true,
"isolate_name": "webkit_layout_tests_exparchive",
"isolate_name": "blink_web_tests_exparchive",
"name": "webkit_layout_tests",
"results_handler": "layout tests",
"swarming": {

@ -3,49 +3,49 @@
"AAAAA2 See generate_buildbot_json.py to make changes": {},
"android_chromium_compile": {
"additional_compile_targets": [
"blink_unittests",
"browser_tests",
"capture_unittests",
"content_browsertests",
"content_unittests",
"jingle_unittests",
"remoting_unittests",
"webkit_unit_tests"
"remoting_unittests"
]
},
"linux_chromium_compile": {
"additional_compile_targets": [
"blink_unittests",
"browser_tests",
"capture_unittests",
"content_browsertests",
"content_unittests",
"jingle_unittests",
"remoting_unittests",
"remoting/webapp:webapp",
"webkit_unit_tests"
"remoting/webapp:webapp"
]
},
"mac_chromium_compile": {
"additional_compile_targets": [
"blink_unittests",
"browser_tests",
"capture_unittests",
"content_browsertests",
"content_unittests",
"jingle_unittests",
"remoting_unittests",
"remoting/webapp:webapp",
"webkit_unit_tests"
"remoting/webapp:webapp"
]
},
"win_chromium_compile": {
"additional_compile_targets": [
"blink_unittests",
"browser_tests",
"capture_unittests",
"content_browsertests",
"content_unittests",
"jingle_unittests",
"remoting_unittests",
"remoting/webapp:webapp",
"webkit_unit_tests"
"remoting/webapp:webapp"
]
}
}

@ -3840,17 +3840,18 @@
'machines': {
'android_chromium_compile': {
'additional_compile_targets': [
'blink_unittests',
'browser_tests',
'capture_unittests',
'content_browsertests',
'content_unittests',
'jingle_unittests',
'remoting_unittests',
'webkit_unit_tests',
],
},
'linux_chromium_compile': {
'additional_compile_targets': [
'blink_unittests',
'browser_tests',
'capture_unittests',
'content_browsertests',
@ -3858,11 +3859,11 @@
'jingle_unittests',
'remoting_unittests',
'remoting/webapp:webapp',
'webkit_unit_tests',
],
},
'mac_chromium_compile': {
'additional_compile_targets': [
'blink_unittests',
'browser_tests',
'capture_unittests',
'content_browsertests',
@ -3870,11 +3871,11 @@
'jingle_unittests',
'remoting_unittests',
'remoting/webapp:webapp',
'webkit_unit_tests',
],
},
'win_chromium_compile': {
'additional_compile_targets': [
'blink_unittests',
'browser_tests',
'capture_unittests',
'content_browsertests',
@ -3882,7 +3883,6 @@
'jingle_unittests',
'remoting_unittests',
'remoting/webapp:webapp',
'webkit_unit_tests',
],
},
},

@ -43,7 +43,7 @@ group("all_blink") {
"//third_party/blink/common",
"//third_party/blink/common:blink_common_unittests",
"//third_party/blink/renderer/controller",
"//third_party/blink/renderer/controller:webkit_unit_tests",
"//third_party/blink/renderer/controller:blink_unittests",
"//third_party/blink/renderer/core",
"//third_party/blink/renderer/modules",
"//third_party/blink/renderer/platform:blink_platform_unittests",

@ -69,7 +69,7 @@ jumbo_component("controller") {
configs += blink_symbols_config
}
group("webkit_unit_tests_data") {
group("blink_unittests_data") {
data = [
"../core/testing/data/",
"../core/paint/test_data/",
@ -78,13 +78,13 @@ group("webkit_unit_tests_data") {
]
}
test("webkit_unit_tests") {
test("blink_unittests") {
deps = [
":webkit_unit_tests_sources",
":blink_unittests_sources",
]
data_deps = [
":webkit_unit_tests_data",
":blink_unittests_data",
"//content/shell:pak",
]
@ -128,7 +128,7 @@ jumbo_source_set("blink_perf_tests_sources") {
]
}
jumbo_source_set("webkit_unit_tests_sources") {
jumbo_source_set("blink_unittests_sources") {
visibility = [] # Allow re-assignment of list.
visibility = [ "*" ]
testonly = true

@ -82,7 +82,7 @@ InlineBoxPosition ComputeInlineBoxPositionForInlineAdjustedPosition(
const PositionInFlatTreeWithAffinity&);
// The print for |InlineBoxPosition| is available only for testing
// in "webkit_unit_tests", and implemented in
// in "blink_unittests", and implemented in
// "core/editing/inline_box_position_test.cc".
std::ostream& operator<<(std::ostream&, const InlineBoxPosition&);

@ -2610,7 +2610,7 @@ void LocalFrameView::PaintTree() {
}
// TODO(sataya.m):Main frame doesn't create RootFrameViewport in some
// webkit_unit_tests (http://crbug.com/644788).
// blink_unittests (http://crbug.com/644788).
if (viewport_scrollable_area_) {
if (GraphicsLayer* layer_for_horizontal_scrollbar =
viewport_scrollable_area_->LayerForHorizontalScrollbar()) {

@ -75,10 +75,10 @@ Custom elements have small C++ unit tests and medium
###### C++ Unit Tests
These are in third_party/blink/renderer/core/dom/*_test.cc and are
built as part of the webkit_unit_tests target. The test names start
built as part of the blink_unittests target. The test names start
with CustomElement so you can run them with:
$ out/Debug/webkit_unit_tests --gtest_filter=CustomElement*
$ out/Debug/blink_unittests --gtest_filter=CustomElement*
###### Web Tests

@ -106,9 +106,9 @@ Here is the instruction how to generate a new result.
#### Generating code coverage ####
* Build the unit tets target with debug information
`chromium\src> ninja -C out\Debug webkit_unit_tests`
`chromium\src> ninja -C out\Debug blink_unittests`
* Run DynamoRIO with drcov tool
`chromium\src>DynamoRIO\bin64\drrun.exe -t drcov -- .\out\Debug\webkit_unit_tests.exe --gtest_filter=NG*`
`chromium\src>DynamoRIO\bin64\drrun.exe -t drcov -- .\out\Debug\blink_unittests.exe --gtest_filter=NG*`
* Convert the output information to lcov format
`chromium\src>for %file in (*.log) do DynamoRIO\tools\bin64\drcov2lcov.exe -input %file -output %file.info -src_filter layout/ng -src_skip_filter _test`
* Merge all lcov files into one file

@ -2105,7 +2105,7 @@ blink_text_codec_fuzzer("WINDOWS_1252") {
# NOTE: These are legacy unit tests and tests that require a Platform
# object. Do not add more unless the test requires a Platform object.
# These tests are a part of the webkit_unit_tests binary.
# These tests are a part of the blink_unittests binary.
jumbo_source_set("unit_tests") {
testonly = true
visibility = []

@ -59,12 +59,12 @@ jumbo_source_set("unit_tests") {
jumbo_source_set("test_support") {
# This target defines test files for platform:test_support that
# blink_platform_unittests and webkit_unit_tests can use.
# blink_platform_unittests and blink_unittests can use.
visibility = [ "//third_party/blink/renderer/platform:test_support" ]
testonly = true
# Source files that can be called from blink_platform_unittests and
# webkit_unit_tests.
# blink_unittests.
sources = [
"testing/fake_blob.cc",
"testing/fake_blob.h",

@ -165,12 +165,12 @@ jumbo_source_set("unit_tests") {
jumbo_source_set("test_support") {
# This target defines test files for platform:test_support that
# blink_platform_unittests and webkit_unit_tests can use.
# blink_platform_unittests and blink_unittests can use.
visibility = [ "//third_party/blink/renderer/platform:test_support" ]
testonly = true
# Source files that can be called from blink_platform_unittests and
# webkit_unit_tests.
# blink_unittests.
sources = [
"testing/bytes_consumer_test_reader.cc",
"testing/bytes_consumer_test_reader.h",

@ -18,5 +18,5 @@ needed to use them from `core/`. Otherwise they can be used only in
## testing
Contains helper files for testing that are available in both
`blink_platform_unittests` and `webkit_unit_tests`.
`blink_platform_unittests` and `blink_unittests`.
These files are built as a part of the `platform:test_support` static library.

@ -8,7 +8,7 @@
namespace blink {
// Instantiating BlinkFuzzerTestSupport will spin up an environment similar to
// webkit_unit_tests. It should be statically initialized and leaked in fuzzers.
// blink_unittests. It should be statically initialized and leaked in fuzzers.
class BlinkFuzzerTestSupport {
public:
// Use this constructor in LLVMFuzzerTestOneInput.

@ -59,20 +59,20 @@ String BlinkWebTestsDir();
// Returns directory containing the current executable as absolute path.
String ExecutableDir();
// Returns test data absolute path for webkit_unit_tests in core, i.e.
// <blinkRootDir>/Source/core/testing/data/<relativePath>.
// It returns the top web test directory if |relativePath| was not specified.
// Returns test data absolute path for blink_unittests in core, i.e.
// <blinkRootDir>/renderer/core/testing/data/<relative_path>.
// It returns the top web test directory if |relative_path| was not specified.
String CoreTestDataPath(const String& relative_path = String());
// Returns test data absolute path for blink_platform_unittests, i.e.
// <blinkRootDir>/Source/platform/testing/data/<relativePath>.
// It returns the top platform test directory if |relativePath| was not
// <blinkRootDir>/renderer/platform/testing/data/<relative_path>.
// It returns the top platform test directory if |relative_path| was not
// specified.
String PlatformTestDataPath(const String& relative_path = String());
// Returns test data absolute path for accessibility unittests, i.e.
// <blinkRootDir>/renderer/modules/accessibility/testing/data/<relativePath>. It
// returns the top accessibility test directory if |relativePath| was not
// <blinkRootDir>/renderer/modules/accessibility/testing/data/<relative_path>.
// It returns the top accessibility test directory if |relative_path| was not
// specified.
String AccessibilityTestDataPath(const String& relative_path = String());

@ -33,7 +33,7 @@ size_t GetUnderestimatedStackSize() {
#if defined(__GLIBC__) || defined(OS_ANDROID) || defined(OS_FREEBSD) || \
defined(OS_FUCHSIA)
// pthread_getattr_np() can fail if the thread is not invoked by
// pthread_create() (e.g., the main thread of webkit_unit_tests).
// pthread_create() (e.g., the main thread of blink_unittests).
// If so, a conservative size estimate is returned.
pthread_attr_t attr;

@ -7,6 +7,7 @@ base_unittests
blink_common_unittests
blink_heap_unittests
blink_platform_unittests
blink_unittests
boringssl_crypto_tests
boringssl_ssl_tests
breakpad_unittests
@ -81,7 +82,6 @@ url_unittests
views_unittests
viz_unittests
vr_common_unittests
webkit_unit_tests
wm_unittests
wtf_unittests
zucchini_unittests

@ -60,6 +60,7 @@
'blink_heap_unittests',
'blink_platform_perftests',
'blink_platform_unittests',
'blink_unittests',
'bluetooth_metrics_hash',
'browser_tests',
'cacheinvalidation_unittests',
@ -172,7 +173,6 @@
'views_examples_with_content_exe',
'views_unittests',
'viz_benchmark',
'webkit_unit_tests',
'wtf_unittests',
],

@ -232,15 +232,15 @@ and return the union of `test_targets` and `additional_compile_targets` for
Continuing the example given above, suppose we have the following build
graph:
* `blink_tests` is a meta target that depends on `webkit_unit_tests`,
* `blink_tests` is a meta target that depends on `blink_unittests`,
`wtf_unittests`, and `webkit_tests` and represents all of the targets
needed to fully test Blink. Each of those is a separate test step.
* `webkit_tests` is also a meta target; it depends on `content_shell`
and `image_diff`.
* `base_unittests` is a separate test binary.
* `wtf_unittests` depends on `Assertions.cpp` and `AssertionsTest.cpp`.
* `webkit_unit_tests` depends on `WebNode.cpp` and `WebNodeTest.cpp`.
* `content_shell` depends on `WebNode.cpp` and `Assertions.cpp`.
* `wtf_unittests` depends on `assertions.cc` and `assertions_test.cc`.
* `blink_unittests` depends on `web_node.cc` and `web_node_test.cc`.
* `content_shell` depends on `web_node.cc` and `assertions.cc`.
* `base_unittests` depends on `logging.cc` and `logging_unittest.cc`.
#### Example 1
@ -248,10 +248,10 @@ graph:
We wish to run 'wtf_unittests' and 'webkit_tests' on a bot, but not
compile any additional targets.
If a patch touches WebNode.cpp, then analyze gets as input:
If a patch touches web_node.cc, then analyze gets as input:
{
"files": ["WebNode.cpp"],
"files": ["web_node.cc"],
"test_targets": ["wtf_unittests", "webkit_tests"],
"additional_compile_targets": []
}
@ -260,7 +260,7 @@ and should return as output:
{
"status": "Found dependency",
"compile_targets": ["webkit_unit_tests"],
"compile_targets": ["blink_unittests"],
"test_targets": ["webkit_tests"]
}
@ -274,7 +274,7 @@ but additionally build everything needed to test Blink (`blink_tests`):
We pass as input:
{
"files": ["WebNode.cpp"],
"files": ["web_node.cc"],
"test_targets": ["wtf_unittests"],
"additional_compile_targets": ["blink_tests"]
}
@ -283,7 +283,7 @@ And should get as output:
{
"status": "Found dependency",
"compile_targets": ["webkit_unit_tests"],
"compile_targets": ["blink_unittests"],
"test_targets": []
}
@ -298,7 +298,7 @@ Build everything, but do not run any tests.
Input:
{
"files": ["WebNode.cpp"],
"files": ["web_node.cc"],
"test_targets": [],
"additional_compile_targets": ["all"]
}
@ -307,7 +307,7 @@ Output:
{
"status": "Found dependency",
"compile_targets": ["webkit_unit_tests", "content_shell"],
"compile_targets": ["blink_unittests", "content_shell"],
"test_targets": []
}
@ -327,7 +327,7 @@ Output:
{
"status": "Found dependency (all)",
"compile_targets": ["webkit_unit_tests", "wtf_unittests"],
"compile_targets": ["blink_unittests", "wtf_unittests"],
"test_targets": ["wtf_unittests"]
}

@ -1,11 +1,11 @@
//:All
//:blink_tests
//:blink_web_tests
//:blink_web_tests_exparchive
//:chromium_builder_asan
//:chromium_builder_perf
//:gn_all
//:run_webkit_tests
//:webkit_layout_tests
//:webkit_layout_tests_exparchive
//:run_web_tests
//apps:apps
//apps:test_support
//apps/ui/views:views