summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-28150-8310/+0
* Changes for Bug 17384Ravitheja Addepally2015-10-281-2/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-2741-41/+41
* Python3 - Change sys.maxint to sys.maxsize.Zachary Turner2015-10-263-5/+5
* Convert `long` to `int`, and portably detect all integral types.Zachary Turner2015-10-261-2/+2
* Convert deprecated unittest method names.Zachary Turner2015-10-262-6/+6
* Port the python api decorator to use test categoriesPavel Labath2015-10-2640-106/+106
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-2341-191/+276
* Update every test to import `lldb_shared`.Zachary Turner2015-10-2241-308/+81
* Use six to portably handle module renames in Python 2 and 3Zachary Turner2015-10-211-2/+4
* Skip hanging watchpoint test on Windows (rather than just xfailing).Adrian McCarthy2015-10-161-1/+1
* Fix TestTargetAPI.py test for users who use Swig 3.0.5 or greater.Adrian McCarthy2015-10-131-0/+3
* [LLDB][MIPS] Skip invalid size watchpoint testcase for MIPSMohit K. Bhakkad2015-10-051-0/+1
* Merge dwarf and dsym testsTamas Berghammer2015-09-3042-1140/+344
* Remove expectedFailureFreeBSD from passing TestChangeValueAPI testEd Maste2015-09-231-1/+0
* Remove expectedFailureFreeBSD from passing testEd Maste2015-09-221-1/+0
* Last set of XFAILs for Windows.Zachary Turner2015-09-163-0/+3
* Marked TestEvents test as flakey on Linux.Todd Fiala2015-09-141-1/+1
* Fixes lldb-server commandline test xpass for OS X and Linux; resolves llvm.or...Todd Fiala2015-09-141-2/+0
* Remove expectedFailureFreeBSD from passing test_with_dwarf_formatters_apiEd Maste2015-09-141-1/+0
* XFAIL miscellaneous tests on windows.Zachary Turner2015-09-116-0/+6
* XFAIL some more tests related to value apiZachary Turner2015-09-113-0/+3
* Exception registers aren't supported outside of DarwinEd Maste2015-09-081-1/+0
* XFAIL more watchpoint tests on Windows.Zachary Turner2015-09-021-0/+1
* XFAIL TestHelloWorld on Windows.Zachary Turner2015-09-011-0/+2
* Skip test which is causing ERRORs in dotest.py after r237053Dawn Perchik2015-08-261-0/+1
* [ValueObjectSynthetic and ValueObjectDynamicValue] Override GetDeclarationSiva Chandra2015-08-181-0/+1
* Remove Unicode byte-order mark from python files.Zachary Turner2015-08-135-5/+5
* XFAIL Watchpoint tests on Windows.Zachary Turner2015-08-135-5/+10
* XFAIL test_with_dwarf_formatters_api on FreeBSDEd Maste2015-07-271-0/+1
* Add option eTypeOptionHideEmptyAggregates.Siva Chandra2015-07-243-2/+53
* XFAIL watchpoint tests on Android arm/aarch64Tamas Berghammer2015-07-226-0/+7
* Fix typos.Bruce Mitchener2015-07-221-1/+1
* Add a class ValueObjectConstResultCast.Siva Chandra2015-07-162-0/+16
* Reversed r238363, because the message is inconsistentSean Callanan2015-07-015-6/+6
* [Python] Allow PyLong values in integer lists (when converting to C lists)Siva Chandra2015-07-011-18/+44
* Add test for SBValue.GetNonSyntheticValue in presence of synth provider.Siva Chandra2015-06-264-25/+80
* Added expectedFlakey test decoratorVince Harron2015-06-261-1/+1
* Update TestPrintStackTraces XFAIL once morePavel Labath2015-06-251-1/+1
* Fix TestThreadAPI on LinuxTamas Berghammer2015-06-251-6/+4
* Make XFAIL on TestPrintStackTraces more specificPavel Labath2015-06-251-4/+1
* Fix a variety of typos.Bruce Mitchener2015-06-181-2/+2
* Fix TestAttachDenied and TestChangeProcessGroup for remote Windows to Android.Chaoren Lin2015-06-061-1/+1
* Un-enable TestEvents test on linuxPavel Labath2015-06-021-0/+2
* Enable TestEvents test on linuxPavel Labath2015-06-021-1/+0
* [TestBase.runCmd] Better error message when runCmd fails.Siva Chandra2015-05-275-6/+6
* [TestChangeValueAPI] Remove expectedFailureGcc decorator.Siva Chandra2015-05-211-1/+0
* Add bug number for TestEventsTamas Berghammer2015-05-211-1/+1
* XFAIL TestEvents on Linux bacuse it is flakyTamas Berghammer2015-05-211-0/+1
* Added minor commentVince Harron2015-05-121-0/+1
OpenPOWER on IntegriCloud