summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lldbtest.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable test log collection from remote debug serversPavel Labath2016-01-211-6/+18
* Remove skipIfLinuxClang decoratorPavel Labath2016-01-181-18/+0
* Guard against application of an XFAIL decorator on a classPavel Labath2016-01-181-0/+2
* Fix detection of teardown hooks that are already bound.Adrian McCarthy2016-01-141-1/+1
* Xfail some Arm-Linux specific failuresOmair Javaid2016-01-111-3/+4
* Remove old flaky test rerun logicPavel Labath2016-01-051-23/+3
* Allow test decorators to use lists (and not_in(list)) for archesAdrian McCarthy2015-12-221-3/+8
* [test] Add ability to expect timeoutsPavel Labath2015-12-161-0/+4
* Make few adjustments after r255542.Siva Chandra2015-12-151-3/+3
* Remove the multiplier loop.Zachary Turner2015-12-141-7/+27
* Make skipIf decorator support not_in() functor.Zachary Turner2015-12-141-6/+8
OpenPOWER on IntegriCloud