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

Unified Diff: tools/valgrind/valgrind_test.py

Issue 4713003: Revert a workaround & exclude filters for TSan/Win failures... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698