| Index: tools/valgrind/valgrind_test.py
|
| ===================================================================
|
| --- tools/valgrind/valgrind_test.py (revision 65538)
|
| +++ tools/valgrind/valgrind_test.py (working copy)
|
| @@ -707,12 +707,7 @@
|
| logging.info(self.INFO_MESSAGE)
|
| return ret
|
|
|
| - # TODO(timurrrr): temporary workaround for http://crbug.com/62512
|
| - def Execute(self):
|
| - super(ThreadSanitizerWindows, self).Execute()
|
| - return 0
|
|
|
| -
|
| class DrMemory(BaseTool):
|
| """Dr.Memory
|
| Dynamic memory error detector for Windows.
|
|
|