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

Unified Diff: tools/dm_flags.py

Issue 1017283002: temporarily stifle Math test on TSAN bot (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: wrong bot 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 | « tools/dm_flags.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dm_flags.py
diff --git a/tools/dm_flags.py b/tools/dm_flags.py
index 2472992324ec7f655546e5f99aabc100a86e8033..ab3a9cc6f7800c735b20ed2344f78b98ef468473 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -85,6 +85,9 @@ def get_args(bot):
args.extend(['--threads', '1'])
if 'Valgrind' in bot: # skia:3021
match.append('~Threaded')
+ if 'TSAN' in bot: # skia:3562
+ match.append('~Math')
+
if 'Xoom' in bot or 'GalaxyS3' in bot: # skia:1699
match.append('~WritePixels')
@@ -121,6 +124,7 @@ def self_test():
'Test-Android-Xoom-Tegra2-Arm7-Release',
'Test-ChromeOS-Alex-GMA3150-x86-Debug',
'Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind_GPU',
+ 'Test-Ubuntu13.10-GCE-NoGPU-x86_64-Release-TSAN',
'Test-Ubuntu14-GCE-NoGPU-x86_64-Release-Valgrind_CPU',
'Test-Win7-ShuttleA-HD2000-x86-Debug-ANGLE',
]
« no previous file with comments | « tools/dm_flags.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698