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

Unified Diff: testing/buildbot/gn_isolate_map.pyl

Issue 1354223004: Run telemetry_gpu_unittests via isolate on "Linux Tests" and trybot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix mb.py's fix Created 5 years, 3 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
Index: testing/buildbot/gn_isolate_map.pyl
diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
index 1ca5a1b86565432ed235045f2331dc4aeae5bc0f..122d29c80091f2575d0660c0547146cf40d69aee 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -17,7 +17,7 @@
# "windowed_test_launcher"
# : the test is a gtest-based test that uses the 'brave-new-test-launcher'
# from //base/test:test_support and needs to run under Xvfb if run on
-# an X11-based platform (use_x11=true).
+# an X11-based platform (use_x11=true).
# "console_test_launcher"
# : the test is a gtest-based test that uses the 'brave-new-test-launcher'
# from //base/test:test_support but does not need Xvfb.
@@ -376,6 +376,15 @@
"type": "script",
"script": "//content/test/gpu/run_gpu_test.py",
},
+ "telemetry_gpu_unittests": {
+ "label": "//chrome/test:telemetry_gpu_unittests",
+ "type": "script",
+ "script": "//testing/scripts/run_telemetry_as_googletest.py",
+ "args": [
+ "../../content/test/gpu/run_unittests.py",
+ "-v",
+ ],
+ },
"ui_base_unittests": {
"label": "//ui/base:ui_base_unittests",
"type": "windowed_test_launcher",

Powered by Google App Engine
This is Rietveld 408576698