Change temp Dawn test targets and groups to new locations
Targets have now been moved to their new locations in Dawn, so use of the temporary targets can be removed. Bug: dawn:1275 Change-Id: If2f5239b94fab2a9ac27522c6ea2e1914c132b02 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3449873 Auto-Submit: Austin Eng <enga@chromium.org> Reviewed-by: Brian Sheedy <bsheedy@chromium.org> Reviewed-by: Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/main@{#969513}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
0fcb876f17
commit
bab1a5dbf9
8
BUILD.gn
8
BUILD.gn
@ -835,9 +835,9 @@ group("gn_all") {
|
||||
|
||||
if (build_dawn_tests) {
|
||||
deps += [
|
||||
"//third_party/dawn/src/dawn/tests:dawn_end2end_tests",
|
||||
"//third_party/dawn/src/dawn/tests:dawn_unittests",
|
||||
"//third_party/dawn/src/fuzzers/dawn:dawn_fuzzers",
|
||||
"//third_party/dawn/src/tests:dawn_end2end_tests_temp_group",
|
||||
"//third_party/dawn/src/tests:dawn_unittests_temp_group",
|
||||
"//third_party/dawn/third_party/tint/fuzzers",
|
||||
"//third_party/dawn/third_party/tint/test:tint_unittests",
|
||||
]
|
||||
@ -991,8 +991,8 @@ if (is_chromeos_ash) {
|
||||
"//sandbox/linux:chrome_sandbox",
|
||||
"//sandbox/linux:sandbox_linux_unittests",
|
||||
"//third_party/breakpad:minidump_stackwalk($host_toolchain)",
|
||||
"//third_party/dawn/src/tests:dawn_end2end_tests_temp_group",
|
||||
"//third_party/dawn/src/tests:dawn_unittests_temp_group",
|
||||
"//third_party/dawn/src/dawn/tests:dawn_end2end_tests",
|
||||
"//third_party/dawn/src/dawn/tests:dawn_unittests",
|
||||
|
||||
# Blocked on https://github.com/catapult-project/catapult/issues/2297
|
||||
#"//third_party/catapult/telemetry:bitmaptools",
|
||||
|
@ -4535,7 +4535,7 @@ template("performance_test_suite_template_base") {
|
||||
]
|
||||
|
||||
if (build_dawn_tests && !is_chromeos_lacros) {
|
||||
data_deps += [ "//third_party/dawn/src/tests:dawn_perf_tests_temp_group" ]
|
||||
data_deps += [ "//third_party/dawn/src/dawn/tests:dawn_perf_tests" ]
|
||||
}
|
||||
|
||||
if (!is_chromeos_lacros) {
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -789,19 +789,19 @@
|
||||
"label": "//crypto:crypto_unittests",
|
||||
"type": "console_test_launcher",
|
||||
},
|
||||
"dawn_end2end_tests_temp": {
|
||||
"label": "//third_party/dawn/src/tests:dawn_end2end_tests_temp",
|
||||
"dawn_end2end_tests": {
|
||||
"label": "//third_party/dawn/src/dawn/tests:dawn_end2end_tests",
|
||||
"type": "windowed_test_launcher",
|
||||
},
|
||||
"dawn_perf_tests_temp": {
|
||||
"dawn_perf_tests": {
|
||||
"args": [
|
||||
"dawn_perf_tests_temp",
|
||||
"dawn_perf_tests",
|
||||
"--non-telemetry=true",
|
||||
"--test-launcher-print-test-stdio=always",
|
||||
"--test-launcher-jobs=1",
|
||||
"--test-launcher-retry-limit=0",
|
||||
],
|
||||
"label": "//third_party/dawn/src/tests:dawn_perf_tests_temp",
|
||||
"label": "//third_party/dawn/src/dawn/tests:dawn_perf_tests",
|
||||
"script": "//testing/scripts/run_performance_tests.py",
|
||||
"type": "script",
|
||||
},
|
||||
|
@ -2618,12 +2618,11 @@
|
||||
'--enable-toggles=skip_validation',
|
||||
],
|
||||
'linux_args': [ '--no-xvfb' ],
|
||||
'test': 'dawn_end2end_tests_temp',
|
||||
'test': 'dawn_end2end_tests',
|
||||
},
|
||||
'dawn_end2end_tests': {
|
||||
'mixins': ['dawn_end2end_gpu_test'],
|
||||
'linux_args': [ '--no-xvfb' ],
|
||||
'test': 'dawn_end2end_tests_temp',
|
||||
},
|
||||
'dawn_end2end_wire_tests': {
|
||||
'mixins': ['dawn_end2end_gpu_test'],
|
||||
@ -2631,7 +2630,7 @@
|
||||
'--use-wire',
|
||||
],
|
||||
'linux_args': [ '--no-xvfb' ],
|
||||
'test': 'dawn_end2end_tests_temp',
|
||||
'test': 'dawn_end2end_tests',
|
||||
},
|
||||
},
|
||||
|
||||
@ -2644,7 +2643,7 @@
|
||||
'--enable-backend-validation=partial',
|
||||
],
|
||||
'linux_args': [ '--no-xvfb' ],
|
||||
'test': 'dawn_end2end_tests_temp',
|
||||
'test': 'dawn_end2end_tests',
|
||||
},
|
||||
},
|
||||
|
||||
@ -2656,12 +2655,12 @@
|
||||
'--enable-backend-validation',
|
||||
],
|
||||
'linux_args': [ '--no-xvfb' ],
|
||||
'test': 'dawn_end2end_tests_temp',
|
||||
'test': 'dawn_end2end_tests',
|
||||
},
|
||||
},
|
||||
|
||||
'gpu_dawn_perf_smoke_isolated_scripts': {
|
||||
'dawn_perf_tests_temp': {
|
||||
'dawn_perf_tests': {
|
||||
'args': [
|
||||
# Tell the tests to only run one step for faster iteration.
|
||||
'--override-steps=1',
|
||||
|
Reference in New Issue
Block a user