| Index: tools/valgrind/chrome_tests.py
|
| diff --git a/tools/valgrind/chrome_tests.py b/tools/valgrind/chrome_tests.py
|
| index e43c60566bf6d72dd340e107763d2449947e3511..eef31756b40d8e0ac4edbd3fedfc983853dd7c39 100755
|
| --- a/tools/valgrind/chrome_tests.py
|
| +++ b/tools/valgrind/chrome_tests.py
|
| @@ -33,7 +33,7 @@ class ExecutableNotFound(Exception): pass
|
| class BadBinary(Exception): pass
|
|
|
| class ChromeTests:
|
| - SLOW_TOOLS = ["memcheck", "tsan", "tsan_rv", "drmemory"]
|
| + SLOW_TOOLS = ["memcheck", "drmemory"]
|
| LAYOUT_TESTS_DEFAULT_CHUNK_SIZE = 300
|
|
|
| def __init__(self, options, args, test):
|
|
|