summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lldbtest.py
Commit message (Expand)AuthorAgeFilesLines
* Remove getCategories mechanism of specifying test categoriesPavel Labath2017-11-021-24/+0
* dotest: consistently call finalize_build_dictionary in debug info variantsPavel Labath2017-11-011-0/+2
* [lldbtest] Simplify removing an unneeded else. NFCI.Davide Italiano2017-10-231-2/+1
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-251-1/+1
* Revert "Initial patchset to get the testsuite running against armv7 and arm64...Chris Bieneman2017-09-251-1/+1
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-221-1/+1
* Revert this patch; I was emailing with Eugene and they have some other change...Jason Molenda2017-09-211-1/+1
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-211-1/+1
* Make TestConflictingSymbol run on non-darwin targetsPavel Labath2017-05-171-1/+1
* Fix remote test suite directory creationPavel Labath2017-03-201-25/+24
* dotest.py: remove the ability to specify different architectures/compilers in...Pavel Labath2017-03-151-1/+1
* test: shorten test trace file namesPavel Labath2017-03-031-2/+5
* [LLDB][MIPS] Fix TestMiExec and TestMiData failuresNitesh Jain2017-02-081-0/+7
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-0/+2
* [Test Suite] Properly quote python stringChris Bieneman2016-11-081-1/+1
* [Test Suite] Attempt to fix issue zturner reported to meChris Bieneman2016-11-081-1/+1
* [Test Suite] Pull generateSource into lldbtestChris Bieneman2016-10-311-0/+27
* [Test Suite] Properly respect --framework optionChris Bieneman2016-10-311-12/+36
* Revert "[Test Suite] Pull generateSource into lldbtest"Chris Bieneman2016-10-271-27/+0
* [Test Suite] Pull generateSource into lldbtestChris Bieneman2016-10-271-0/+27
* [Test Suite] Allow overriding codesign identityChris Bieneman2016-10-211-2/+2
* add stop column highlighting supportTodd Fiala2016-09-211-0/+4
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-211/+467
* Enable test log collection from remote debug servers (take 2)Pavel Labath2016-07-041-34/+47
* Add "-gmodules" support to the test suite.Todd Fiala2016-05-261-2/+22
* Allow custom formatting of session log file names.Zachary Turner2016-05-171-12/+20
* surface build error content through test event systemTodd Fiala2016-05-141-1/+8
* test infra: move test event-related handling into its own packageTodd Fiala2016-04-201-4/+3
* Retry deletion of temporary files to avoid race conditions on Windows.Adrian McCarthy2016-04-111-12/+15
* [NFC] Cleanup the code used to run shell commands from testsTamas Berghammer2016-04-051-0/+6
* Don't vary debug info for lldb-server testsPavel Labath2016-03-311-1/+11
* Made self.expect() errors a little more readable in the testsuite.Sean Callanan2016-03-081-7/+8
* Adjust for Python-3.Siva Chandra2016-02-121-0/+4
* Move the rest of the tests over to using the new decorator module.Zachary Turner2016-02-041-443/+7
* Move some of the common decorators to decorators.py.Zachary Turner2016-02-041-247/+30
* Move some android platform functions to lldbplatformutil.Zachary Turner2016-02-031-73/+14
* Remove skipUnlessListedRemote test decoratorPavel Labath2016-02-031-12/+0
* Don't return a tuple from the skip test function.Zachary Turner2016-02-021-31/+33
* Re-write many skip decorators to use shared code.Zachary Turner2016-02-021-205/+90
* Fix compiler lookup when specified without pathPavel Labath2016-02-021-2/+1
* Always write the session file in UTF-8.Zachary Turner2016-02-011-1/+3
* Revert "Resubmit r258759 with proper unicode handling."Zachary Turner2016-01-271-2/+2
* Resubmit r258759 with proper unicode handling.Zachary Turner2016-01-271-2/+2
* Fix some python 3 incompatibilities that went in overnight.Zachary Turner2016-01-271-1/+1
* Refactor some of the xfail / skip decorators to share logic.Zachary Turner2016-01-271-71/+117
* [LLDB][MIPS] A small fix in GetBreakableLoadAddress() for MIPSBhushan D. Attarde2016-01-271-4/+11
* Reverting r258759 as it is breaking the OSX buildEnrico Granata2016-01-261-1/+1
* Write the session log file in UTF-8.Zachary Turner2016-01-261-1/+1
* Decode files with UTF-8 in lldbutil.line_number.Zachary Turner2016-01-221-1/+2
* Revert "Enable test log collection from remote debug servers"Pavel Labath2016-01-221-18/+6
OpenPOWER on IntegriCloud