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

Unified Diff: scripts/master/factory/chromium_commands.py

Issue 137793008: Updated WebRTC filters after name changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 6 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/factory/chromium_commands.py
diff --git a/scripts/master/factory/chromium_commands.py b/scripts/master/factory/chromium_commands.py
index cd6c14ad2b1452d749940b60b4f4083de62874e5..4ead248163d617e09a33f0877073f5c0e30cec01 100644
--- a/scripts/master/factory/chromium_commands.py
+++ b/scripts/master/factory/chromium_commands.py
@@ -1411,7 +1411,7 @@ class ChromiumCommands(commands.FactoryCommands):
def AddWebRtcPerfManualContentBrowserTests(self, factory_properties=None):
cmd_options = ['--run-manual', '--test-launcher-print-test-stdio=always']
self.AddAnnotatedPerfStep(test_name='webrtc_manual_content_browsertests',
- gtest_filter="WebRTC*:Webrtc*:*Dtmf",
+ gtest_filter="WebRtc*",
log_type='graphing',
factory_properties=factory_properties,
cmd_name='content_browsertests',
@@ -1428,7 +1428,7 @@ class ChromiumCommands(commands.FactoryCommands):
'--test-launcher-jobs=1',
'--test-launcher-print-test-stdio=always']
self.AddAnnotatedPerfStep(test_name='webrtc_manual_browser_tests',
- gtest_filter="Webrtc*",
+ gtest_filter="WebRtc*",
log_type='graphing',
factory_properties=factory_properties,
cmd_name='browser_tests',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698