Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4180)

Unified Diff: chrome/telemetry_gpu_integration_test.isolate

Issue 2062993003: Add wrapper script for GPU integration tests, supporting sharding. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/telemetry_gpu_integration_test.isolate
diff --git a/chrome/telemetry_gpu_test.isolate b/chrome/telemetry_gpu_integration_test.isolate
similarity index 83%
copy from chrome/telemetry_gpu_test.isolate
copy to chrome/telemetry_gpu_integration_test.isolate
index 6e8fc1f73863755930d2bb40712591f64408dbb7..100bc85fb611a88343b6336b99da6a07aa611cb1 100644
--- a/chrome/telemetry_gpu_test.isolate
+++ b/chrome/telemetry_gpu_integration_test.isolate
@@ -22,11 +22,11 @@
'../testing/test_env.py',
'../testing/xvfb.py',
'../testing/scripts/common.py',
- '../testing/scripts/run_telemetry_benchmark_as_googletest.py',
+ '../testing/scripts/run_gpu_integration_test_as_googletest.py',
],
'command': [
- '../testing/scripts/run_telemetry_benchmark_as_googletest.py',
- '../content/test/gpu/run_gpu_test.py',
+ '../testing/scripts/run_gpu_integration_test_as_googletest.py',
+ '../content/test/gpu/run_gpu_integration_test.py',
],
},
}],
« no previous file with comments | « no previous file | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698