summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/asan
Commit message (Expand)AuthorAgeFilesLines
* Remove XFAIL-Linux from two asan testsPavel Labath2019-02-272-6/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Print column info in backtraces et al. if availableAdrian Prantl2018-09-052-2/+3
* [test] Replace some references to Apple-internal bugsVedant Kumar2018-03-131-1/+1
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-192-2/+2
* Update test expectations after AddressSanitizer text descriptions changed in ...Kuba Mracek2016-12-022-2/+2
* [Test-Suite] Fix all the sanitizer tests to be based on compiler capabilitiesChris Bieneman2016-11-102-2/+2
* xfail TestReportData.py on i386Todd Fiala2016-10-061-0/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-062-56/+110
* Update test for r268192.Kuba Brecka2016-05-011-3/+3
* Enabling AddressSanitizer tests, they should pass now (and this time I mean it).Kuba Brecka2016-04-072-2/+0
* Reverting r265401 ("Enabling AddressSanitizer tests, they should work now.")Kuba Brecka2016-04-052-0/+2
* Enabling AddressSanitizer tests, they should work now.Kuba Brecka2016-04-052-2/+0
* Fixing AddressSanitizer tests (update expectations for current ASan, make it ...Kuba Brecka2016-04-052-23/+13
* Add target and host platform enumerations so we're not using strings.Zachary Turner2016-02-181-1/+2
* Remove expectedFailureLinux decorator.Zachary Turner2016-02-102-2/+2
* Move the rest of the tests over to using the new decorator module.Zachary Turner2016-02-042-3/+5
* Use the system clang, since this support should now be in; does not un-xfail ...Enrico Granata2015-11-202-12/+2
* Cleanup work required to get the ASAN tests to run in the new test suite infr...Enrico Granata2015-11-193-3/+5
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-032-2/+2
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-032-4/+4
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-284-0/+230
OpenPOWER on IntegriCloud