summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lldbtest.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make skipIf support the not_in function (second attempt).Adrian McCarthy2015-11-201-11/+15
* Revert "Make skipIf support the not_in function."Siva Chandra2015-11-201-3/+3
* Make skipIf support the not_in function.Adrian McCarthy2015-11-201-3/+3
* Cleanup work required to get the ASAN tests to run in the new test suite infr...Enrico Granata2015-11-191-2/+3
* Support unix-abstract-connect scheme as platform url in lldb testsuiteYing Chen2015-11-181-2/+5
* Fix some issues with swig & string conversion.Zachary Turner2015-11-181-1/+1
* Python 3 - Skip a certain test for a particular (swig,python) combo.Zachary Turner2015-11-161-1/+8
* Re-Apply "Add a "not_in()" function you can apply to the list type arguments ...Ying Chen2015-11-161-3/+18
* Add the ability to xfail or skip based on swig / python version.Zachary Turner2015-11-161-11/+54
* Revert "Add a "not_in()" function you can apply to the list type arguments to...Pavel Labath2015-11-161-20/+3
* Add a "not_in()" function you can apply to the list type arguments to expecte...Jim Ingham2015-11-141-3/+20
* Python 3 - Don't use unbuffered I/O in text mode.Zachary Turner2015-11-071-2/+2
* Don't use module internal implementation details in our decorators.Zachary Turner2015-11-061-8/+4
* Python 3 - Turn on absolute imports, and fix existing imports.Zachary Turner2015-11-051-11/+14
* Teach LLDB how to directly launch processes on the iOS simulatorEnrico Granata2015-11-051-0/+4
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-031-1/+1
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-031-1/+1
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-0/+2838
OpenPOWER on IntegriCloud