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

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

Issue 1041133003: WebRTC: Re-enable TSan deadlock detection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Removed expectation Created 5 years, 9 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/builders.py
diff --git a/scripts/slave/recipe_modules/webrtc/builders.py b/scripts/slave/recipe_modules/webrtc/builders.py
index abc841c9d66c6efc5ffa9cdc0049c23876c5a5ff..9e832e5cf57a689a5094336542cf6422a575990d 100644
--- a/scripts/slave/recipe_modules/webrtc/builders.py
+++ b/scripts/slave/recipe_modules/webrtc/builders.py
@@ -1025,16 +1025,6 @@ BUILDERS = freeze({
'bot_type': 'builder_tester',
'testing': {'platform': 'linux'},
},
- 'Linux Tsan v2 (with deadlock detection)': {
- 'recipe_config': 'webrtc_clang',
- 'chromium_apply_config': ['tsan2'],
- 'chromium_config_kwargs': {
- 'BUILD_CONFIG': 'Release',
- 'TARGET_BITS': 64,
- },
- 'bot_type': 'builder_tester',
- 'testing': {'platform': 'linux'},
- },
'Android Builder (dbg)': {
'recipe_config': 'webrtc_android',
'chromium_config_kwargs': {

Powered by Google App Engine
This is Rietveld 408576698