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

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: 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..5aedbf370d1b8645ce7c9b65698107fe908adcc6 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_webrtc.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_webrtc.py
@@ -125,12 +125,6 @@ def TestSpec(parent_builder, perf_id, platform, target_bits,
# 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',
- '--v=1',
- '--test-launcher-jobs=1',
kjellander_chromium 2016/08/03 11:20:22 To be on the safe side, I think we should add all
ehmaldonado_chromium 2016/08/03 11:31:22 Done.
- '--test-launcher-print-test-stdio=always']),
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