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

Unified Diff: scripts/slave/recipe_modules/webrtc/api.py

Issue 2430193003: WebRTC: Remove Dr Memory bots. (Closed)
Patch Set: Addressed comments. Created 4 years, 2 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/webrtc/api.py
diff --git a/scripts/slave/recipe_modules/webrtc/api.py b/scripts/slave/recipe_modules/webrtc/api.py
index 665ea33f2292d287ea2c54f2599ba14370b8d3f0..cb80df739813ddacc30f4350ffcf6d4b7eab7c6a 100644
--- a/scripts/slave/recipe_modules/webrtc/api.py
+++ b/scripts/slave/recipe_modules/webrtc/api.py
@@ -279,8 +279,8 @@ class WebRTCApi(recipe_api.RecipeApi):
flakiness_dash = (not self.m.tryserver.is_tryserver and
not self.m.chromium.c.runtests.memory_tool)
- # Dr Memory and Memcheck memory tools uses special scripts that doesn't
- # play well with the gtest-parallel script.
+ # Memcheck uses special scripts that don't play well with
+ # the gtest-parallel script.
if parallel and not self.m.chromium.c.runtests.memory_tool:
test_executable = self.m.chromium.c.build_dir.join(
self.m.chromium.c.build_config_fs, test)

Powered by Google App Engine
This is Rietveld 408576698