Decorate TSan tests with "@skipUnlessThreadSanitizer" which skips the tests if the...
authorKuba Brecka <kuba.brecka@gmail.com>
Wed, 27 Apr 2016 15:26:27 +0000 (15:26 +0000)
committerKuba Brecka <kuba.brecka@gmail.com>
Wed, 27 Apr 2016 15:26:27 +0000 (15:26 +0000)
commit3f61a183a81cdc879ea6a435811765ae315846de
treed8060edc81da0d81ec406e423b12757c9f1bca70
parente5dfb08fcb8040ebd39b2098ca74bc809cf8e914
Decorate TSan tests with "@skipUnlessThreadSanitizer" which skips the tests if the selected compiler can't compile with "-fsanitize=thread".

llvm-svn: 267726
lldb/packages/Python/lldbsuite/test/decorators.py
lldb/packages/Python/lldbsuite/test/functionalities/tsan/basic/TestTsanBasic.py
lldb/packages/Python/lldbsuite/test/functionalities/tsan/multiple/TestTsanMultiple.py
lldb/packages/Python/lldbsuite/test/functionalities/tsan/thread_leak/TestTsanThreadLeak.py
lldb/packages/Python/lldbsuite/test/functionalities/tsan/thread_numbers/TestTsanThreadNumbers.py