aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dm_flags.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dm_flags.py')
-rwxr-xr-xtools/dm_flags.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/dm_flags.py b/tools/dm_flags.py
index 7c901891ca..5341b221da 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -169,11 +169,6 @@ def get_args(bot):
if 'Valgrind' in bot: # skia:3021
match.append('~Threaded')
- # skia:3562
- if ('TSAN' in bot or
- 'Test-Mac10.8-Clang-MacMini4.1-CPU-SSE4-x86_64-Release' in bot):
- match.append('~Math')
-
if 'GalaxyS3' in bot: # skia:1699
match.append('~WritePixels')