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

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

Issue 2357343004: chromium_tests: automatically set up test genrators (Closed)
Patch Set: Created 4 years, 3 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: 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 e9d875112cb0491fa51b3a346e8b1c04a57df90a..53fe1b29a4b0d9830cfcf694ca1a5622796ae56b 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_webrtc.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_webrtc.py
@@ -90,12 +90,6 @@ def TestSpec(parent_builder, perf_id, platform, target_bits,
spec['parent_buildername'] = parent_builder
- spec['test_generators'] = [
- steps.generate_gtest,
ghost stip (do not use) 2016/09/22 23:25:50 kjellander: fyi, this shouldn't affect anything
- steps.generate_script,
- steps.generate_isolated_script,
- ]
-
if platform == 'android':
spec['root_devices'] = True
spec['tests'] = [

Powered by Google App Engine
This is Rietveld 408576698