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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_webrtc.py

Issue 2203323002: Remove media_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Add media_unittests' flags to capture_unittests. Created 4 years, 4 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 | scripts/slave/recipes/chromium.expected/full_chromium_webrtc_Linux_Builder.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium_tests/chromium_webrtc.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_webrtc.py b/scripts/slave/recipe_modules/chromium_tests/chromium_webrtc.py
index a2f270dd495b115fb4dfb02d7501ec56d4a7bd95..00e11994ac7905b452712eb30bc8bfa5e1b88a52 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_webrtc.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_webrtc.py
@@ -123,14 +123,12 @@ def TestSpec(parent_builder, perf_id, platform, target_bits,
'--test-launcher-print-test-stdio=always'],
perf_id=perf_id),
# Run capture unittests as well since our bots have real webcams.
- WebRTCTest('capture_unittests'),
- WebRTCTest('content_unittests'),
- WebRTCTest('media_unittests',
- args=['--gtest_filter=VideoCaptureDeviceTest*',
- '--enable-logging',
+ WebRTCTest('capture_unittests',
+ args=['--enable-logging',
'--v=1',
'--test-launcher-jobs=1',
'--test-launcher-print-test-stdio=always']),
+ WebRTCTest('content_unittests'),
WebRTCTest('remoting_unittests', args=['--gtest_filter=Webrtc*']),
]
return spec
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_webrtc_Linux_Builder.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698