summaryrefslogtreecommitdiff
path: root/lldb/test/python_api
AgeCommit message (Expand)Author
2015-10-28Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner
2015-10-28Changes for Bug 17384Ravitheja Addepally
2015-10-27Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner
2015-10-26Python3 - Change sys.maxint to sys.maxsize.Zachary Turner
2015-10-26Convert `long` to `int`, and portably detect all integral types.Zachary Turner
2015-10-26Convert deprecated unittest method names.Zachary Turner
2015-10-26Port the python api decorator to use test categoriesPavel Labath
2015-10-23Add from __future__ import print_function everywhere.Zachary Turner
2015-10-22Update every test to import `lldb_shared`.Zachary Turner
2015-10-21Use six to portably handle module renames in Python 2 and 3Zachary Turner
2015-10-16Skip hanging watchpoint test on Windows (rather than just xfailing).Adrian McCarthy
2015-10-13Fix TestTargetAPI.py test for users who use Swig 3.0.5 or greater.Adrian McCarthy
2015-10-05[LLDB][MIPS] Skip invalid size watchpoint testcase for MIPSMohit K. Bhakkad
2015-09-30Merge dwarf and dsym testsTamas Berghammer
2015-09-23Remove expectedFailureFreeBSD from passing TestChangeValueAPI testEd Maste
2015-09-22Remove expectedFailureFreeBSD from passing testEd Maste
2015-09-16Last set of XFAILs for Windows.Zachary Turner
2015-09-14Marked TestEvents test as flakey on Linux.Todd Fiala
2015-09-14Fixes lldb-server commandline test xpass for OS X and Linux; resolves llvm.or...Todd Fiala
2015-09-14Remove expectedFailureFreeBSD from passing test_with_dwarf_formatters_apiEd Maste
2015-09-11XFAIL miscellaneous tests on windows.Zachary Turner
2015-09-11XFAIL some more tests related to value apiZachary Turner
2015-09-08Exception registers aren't supported outside of DarwinEd Maste
2015-09-02XFAIL more watchpoint tests on Windows.Zachary Turner
2015-09-01XFAIL TestHelloWorld on Windows.Zachary Turner
2015-08-26Skip test which is causing ERRORs in dotest.py after r237053Dawn Perchik
2015-08-18[ValueObjectSynthetic and ValueObjectDynamicValue] Override GetDeclarationSiva Chandra
2015-08-13Remove Unicode byte-order mark from python files.Zachary Turner
2015-08-13XFAIL Watchpoint tests on Windows.Zachary Turner
2015-07-27XFAIL test_with_dwarf_formatters_api on FreeBSDEd Maste
2015-07-24Add option eTypeOptionHideEmptyAggregates.Siva Chandra
2015-07-22XFAIL watchpoint tests on Android arm/aarch64Tamas Berghammer
2015-07-22Fix typos.Bruce Mitchener
2015-07-16Add a class ValueObjectConstResultCast.Siva Chandra
2015-07-01Reversed r238363, because the message is inconsistentSean Callanan
2015-07-01[Python] Allow PyLong values in integer lists (when converting to C lists)Siva Chandra
2015-06-26Add test for SBValue.GetNonSyntheticValue in presence of synth provider.Siva Chandra
2015-06-26Added expectedFlakey test decoratorVince Harron
2015-06-25Update TestPrintStackTraces XFAIL once morePavel Labath
2015-06-25Fix TestThreadAPI on LinuxTamas Berghammer
2015-06-25Make XFAIL on TestPrintStackTraces more specificPavel Labath
2015-06-18Fix a variety of typos.Bruce Mitchener
2015-06-06Fix TestAttachDenied and TestChangeProcessGroup for remote Windows to Android.Chaoren Lin
2015-06-02Un-enable TestEvents test on linuxPavel Labath
2015-06-02Enable TestEvents test on linuxPavel Labath
2015-05-27[TestBase.runCmd] Better error message when runCmd fails.Siva Chandra
2015-05-21[TestChangeValueAPI] Remove expectedFailureGcc decorator.Siva Chandra
2015-05-21Add bug number for TestEventsTamas Berghammer
2015-05-21XFAIL TestEvents on Linux bacuse it is flakyTamas Berghammer
2015-05-12Added minor commentVince Harron