Commit cfa6ea98 authored by timurrrr@chromium.org's avatar timurrrr@chromium.org

Un-break tsan_rv after the recent UI-test-names change for other POSIX tools

TBR=eugenis
TEST=tsan_rv bot goes greener
Review URL: http://codereview.chromium.org/8635008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111146 0039d316-1c4b-4281-b951-d872f2087c98
parent 8b19cb98
......@@ -903,7 +903,8 @@ class ThreadSanitizerRV1Analyzer(tsan_analyze.TsanAnalyzer):
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment