aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/lldbtest.py
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-21Enable test log collection from remote debug serversPavel Labath1-6/+18
2016-01-18Remove skipIfLinuxClang decoratorPavel Labath1-18/+0
2016-01-18Guard against application of an XFAIL decorator on a classPavel Labath1-0/+2
2016-01-14Fix detection of teardown hooks that are already bound.Adrian McCarthy1-1/+1
2016-01-11Xfail some Arm-Linux specific failuresOmair Javaid1-3/+4
2016-01-05Remove old flaky test rerun logicPavel Labath1-23/+3
2015-12-22Allow test decorators to use lists (and not_in(list)) for archesAdrian McCarthy1-3/+8
2015-12-16[test] Add ability to expect timeoutsPavel Labath1-0/+4
2015-12-15Make few adjustments after r255542.Siva Chandra1-3/+3
2015-12-14Remove the multiplier loop.Zachary Turner1-7/+27
2015-12-14Make skipIf decorator support not_in() functor.Zachary Turner1-6/+8
2015-12-14Make debug info specification use categories system.Zachary Turner1-68/+20
2015-12-14Make test categories composablePavel Labath1-2/+8
2015-12-11Remove -S option from dotest.py.Zachary Turner1-13/+1