summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorKuba Brecka <kuba.brecka@gmail.com>2016-05-22 14:32:45 +0000
committerKuba Brecka <kuba.brecka@gmail.com>2016-05-22 14:32:45 +0000
commit52ded8072a681a0ac7025c96c3d3d50e97a54266 (patch)
treec8ecc78ab69504ce94fee524ba6ed0e042123d70 /lldb/packages/Python/lldbsuite/test
parent00d7c563d25475cd686fb5c5a61d68dbbcbd8874 (diff)
downloadbcm5719-llvm-52ded8072a681a0ac7025c96c3d3d50e97a54266.tar.gz
bcm5719-llvm-52ded8072a681a0ac7025c96c3d3d50e97a54266.zip
Reword ThreadSanitizer message for invalid mutex reports.
llvm-svn: 270364
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/tsan/multiple/TestTsanMultiple.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/tsan/multiple/TestTsanMultiple.py b/lldb/packages/Python/lldbsuite/test/functionalities/tsan/multiple/TestTsanMultiple.py
index 9878d629c97..c22501141cc 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/tsan/multiple/TestTsanMultiple.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/tsan/multiple/TestTsanMultiple.py
@@ -49,7 +49,7 @@ class TsanMultipleTestCase(TestBase):
(stop_description == "Data race detected") or
(stop_description == "Use of deallocated memory detected") or
(stop_description == "Thread leak detected") or
- (stop_description == "Use of an invalid mutex (e.g. uninitialized or destroyed) detected") or
+ (stop_description == "Use of an uninitialized or destroyed mutex detected") or
(stop_description == "Unlock of an unlocked mutex (or by a wrong thread) detected")
)
OpenPOWER on IntegriCloud