Index: tools/valgrind/valgrind_test.py |
=================================================================== |
--- tools/valgrind/valgrind_test.py (revision 111137) |
+++ tools/valgrind/valgrind_test.py (working copy) |
@@ -903,7 +903,8 @@ |
super(ThreadSanitizerRV1Analyzer, self).__init__(source_dir, use_gdb) |
self.out = open(self.TMP_FILE, "w") |
- def Report(self, files, check_sanity=False): |
+ def Report(self, files, testcase, check_sanity=False): |
+ # TODO(timurrrr): handle testcase? |
reports = self.GetReports(files) |
for report in reports: |
print >>self.out, report |