summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lldbtest.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make debug info specification use categories system.Zachary Turner2015-12-141-68/+20
* Make test categories composablePavel Labath2015-12-141-2/+8
* Remove -S option from dotest.py.Zachary Turner2015-12-111-13/+1
* Add test event marking a test as explicitly eligible for rerun if it is marke...Todd Fiala2015-12-111-0/+8
* Add NetBSD support in the buildDriver and buildLibrary routinesKamil Rytarowski2015-12-101-2/+2
* Remove -w option from dotest.py.Zachary Turner2015-12-101-12/+0
* Remove -k command line option from dotest.py.Zachary Turner2015-12-091-24/+0
* XFAIL TestReturnValue for remote Windows->Android testsPavel Labath2015-12-091-1/+3
* Remove the -c option from dotest.py.Zachary Turner2015-12-081-63/+1
* Remove the -b option from dotest.pyZachary Turner2015-12-081-12/+0
* Remove +b option from dotest.pyZachary Turner2015-12-081-15/+1
* Modify "platform connect" to connect to processes as wellTamas Berghammer2015-12-081-2/+4
* Get rid of global variables in dotest.pyZachary Turner2015-12-081-39/+41
* Add initial NetBSD support in lldbsuite/test/lldbtest.pyKamil Rytarowski2015-12-071-5/+21
* Define new builder_netbsdKamil Rytarowski2015-12-051-0/+2
* Revert "Make skipIf support the not_in function (second attempt)."Siva Chandra2015-11-201-15/+11
OpenPOWER on IntegriCloud