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

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

Issue 2838473002: Rework tab_capture_end2end_tests' test definition. (Closed)
Patch Set: patch for review 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
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 f32b73f791a257f6a0fcf0524b102af533afaab5..2ac138283bae278b7df54cad7a18866d10a7fe9d 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -1470,6 +1470,13 @@ COMMON_GTESTS = {
'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': [
@@ -1548,8 +1555,8 @@ NON_SWARMED_GTESTS = {
'args': [
'--enable-gpu',
'--test-launcher-jobs=1',
- '--gtest_filter=CastStreamingApiTestWithPixelOutput.EndToEnd*:' + \
- 'TabCaptureApiPixelTest.EndToEnd*'
+ '--test-launcher-filter-file=../../testing/buildbot/filters/' + \
+ 'tab-capture-end2end-tests.browser_tests.filter',
],
'swarming': {
'can_use_on_swarming_builders': False,

Powered by Google App Engine
This is Rietveld 408576698