summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/tsan
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove unused imports in python testsRaphael Isemann2019-08-026-13/+0
* [lldb] [test] Mark failing tests XFAIL on NetBSDMichal Gorny2019-03-046-0/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-196-24/+18
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-196-6/+6
* [Test-Suite] Fix all the sanitizer tests to be based on compiler capabilitiesChris Bieneman2016-11-106-6/+0
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-066-101/+199
* [tsan] Prefer mangled name looking up variable declaration for racy addressDevin Coughlin2016-06-013-0/+98
* Reword ThreadSanitizer message for invalid mutex reports.Kuba Brecka2016-05-221-1/+1
* Provide location information (file name, line number) in TSan reports about g...Kuba Brecka2016-04-283-0/+98
* Decorate TSan tests with "@skipUnlessThreadSanitizer" which skips the tests i...Kuba Brecka2016-04-274-0/+4
* Renumber ThreadSanitizer-provided thread IDs to match LLDB thread numbers.Kuba Brecka2016-04-223-0/+131
* Add a ThreadSanitizer testcase that tests multiple reported issues.Kuba Brecka2016-04-103-0/+212
* Provide more information in ThreadSanitizer's JSON data. Move remaining TSan...Kuba Brecka2016-04-101-2/+2
* Enabling TSan tests, they should work now.Kuba Brecka2016-04-052-2/+0
* Fix ThreadSanitizer test cases to work on OS X 10.10 and older.Kuba Brecka2016-04-052-0/+10
* disabled TSAN tests until the author can help track down CI failuresTodd Fiala2016-04-042-0/+2
* Add ThreadSanitizer debugging support.Kuba Brecka2016-03-236-0/+219
OpenPOWER on IntegriCloud