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

Unified Diff: masters/master.client.webrtc.fyi/master_linux_cfg.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
« no previous file with comments | « no previous file | masters/master.client.webrtc.fyi/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.webrtc.fyi/master_linux_cfg.py
diff --git a/masters/master.client.webrtc.fyi/master_linux_cfg.py b/masters/master.client.webrtc.fyi/master_linux_cfg.py
index 6c9af2f840d333d717daa950c6bdb6f6f5b685d3..75c4ccb901bbd25e11bd0631baf14eadcae0ee1d 100644
--- a/masters/master.client.webrtc.fyi/master_linux_cfg.py
+++ b/masters/master.client.webrtc.fyi/master_linux_cfg.py
@@ -15,7 +15,6 @@ def Update(c):
treeStableTimer=0,
builderNames=[
'Linux Asan (parallel)',
- 'Linux Tsan v2 (with deadlock detection)',
]),
])
@@ -24,10 +23,6 @@ def Update(c):
'name': 'Linux Asan (parallel)',
'slavebuilddir': 'linux_asan',
},
- {
- 'name': 'Linux Tsan v2 (with deadlock detection)',
- 'slavebuilddir': 'linux_tsan',
- },
]
c['builders'].extend([
« no previous file with comments | « no previous file | masters/master.client.webrtc.fyi/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698