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

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: Add third_party/webgl/src/sdk/tests 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
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/manage.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/gn_isolate_map.pyl
diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
index 6017eead20414c91a21fefaefc4a8be21088fee6..93a5d2bcb447c6e301c90b30eb180e2f7ffeb28f 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.
@@ -380,6 +380,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",
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/manage.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698