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