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

Unified Diff: testing/buildbot/gn_isolate_map.pyl

Issue 2840953002: Make tab_capture_end2end_tests work as a regular windowed_test_launcher. (Closed)
Patch Set: rebase Created 3 years, 8 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.gpu.fyi.json ('k') | testing/xvfb.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 231830b6adc2afdfd5c809bc3a687f171b5ce769..b661a94565129c49c85f40f0d80b2b57dee5d887 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -30,9 +30,6 @@
# "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.
-# "gpu_browser_test"
-# : the test is a subset of the browser_tests that will be run against
-# a real GPU.
# "additional_compile_target"
# : this isn't actually a test, but we still need a mapping from the
# ninja target to the GN label in order to analyze it.
@@ -893,13 +890,6 @@
"label": "//android_webview:system_webview_apk",
"type": "additional_compile_target",
},
- "tab_capture_end2end_tests": {
- # TODO(dpranke), TODO(crbug.com/714336): What is the right label to
- # have here (and/or the right way to run this?).
- "label": "//chrome/test:browser_tests",
- "type": "gpu_browser_test",
- "gtest_filter": "CastStreamingApiTestWithPixelOutput.EndToEnd*:TabCaptureApiPixelTest.EndToEnd*",
- },
"telemetry_gpu_integration_test": {
"label": "//chrome/test:telemetry_gpu_integration_test",
"type": "script",
« no previous file with comments | « testing/buildbot/chromium.gpu.fyi.json ('k') | testing/xvfb.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698