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

Unified Diff: testing/buildbot/gn_isolate_map.pyl

Issue 2838473002: Rework tab_capture_end2end_tests' test definition. (Closed)
Patch Set: fix typo 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/filters/tab-capture-end2end-tests.browser_tests.filter ('k') | tools/mb/mb.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 bb3f5f1c11cdabe06189bbe6324eaeaf6b842b3a..afc2d21bbd6818f73a1a1e9324c39ab423fde3b7 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.
@@ -894,11 +891,6 @@
"label": "//android_webview:system_webview_apk",
"type": "additional_compile_target",
},
- "tab_capture_end2end_tests": {
- "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/filters/tab-capture-end2end-tests.browser_tests.filter ('k') | tools/mb/mb.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698