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

Unified Diff: content/test/gpu/generate_buildbot_json.py

Issue 2840603002: Revert of Rework tab_capture_end2end_tests' test definition. (Closed)
Patch Set: 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 | « chrome/test/BUILD.gn ('k') | testing/buildbot/chromium.gpu.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/generate_buildbot_json.py
diff --git a/content/test/gpu/generate_buildbot_json.py b/content/test/gpu/generate_buildbot_json.py
index 5c4d8a38e98b45cd7a250e2ff7b668992a456631..f32b73f791a257f6a0fcf0524b102af533afaab5 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -1470,13 +1470,6 @@
'os_types': ['android'],
},
],
- 'args': [
- '--enable-gpu',
- '--test-launcher-jobs=1',
- '--test-launcher-filter-file=../../testing/buildbot/filters/' + \
- 'tab-capture-end2end-tests.browser_tests.filter',
- ],
- 'test': 'browser_tests',
},
'video_decode_accelerator_d3d11_unittest': {
'tester_configs': [
@@ -1555,8 +1548,8 @@
'args': [
'--enable-gpu',
'--test-launcher-jobs=1',
- '--test-launcher-filter-file=../../testing/buildbot/filters/' + \
- 'tab-capture-end2end-tests.browser_tests.filter',
+ '--gtest_filter=CastStreamingApiTestWithPixelOutput.EndToEnd*:' + \
+ 'TabCaptureApiPixelTest.EndToEnd*'
],
'swarming': {
'can_use_on_swarming_builders': False,
« no previous file with comments | « chrome/test/BUILD.gn ('k') | testing/buildbot/chromium.gpu.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698