summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api
Commit message (Expand)AuthorAgeFilesLines
...
* Mark TestPrintStackTraces as flaky on linuxPavel Labath2016-05-091-0/+1
* Fix TestEvents.py on OS XTodd Fiala2016-05-051-3/+6
* Fix DW_AT_specification handling in DWO filesPavel Labath2016-05-055-0/+70
* Remote flaky decorator from TestSignalsAPI on linuxPavel Labath2016-04-281-1/+0
* Fix TestGetVariables.py.Chaoren Lin2016-04-252-2/+3
* Fix StackFrame::GetVariables(...) function that was broken by 261858 when lam...Greg Clayton2016-04-253-0/+223
* Fix test cases for big-endian systemsUlrich Weigand2016-04-142-3/+7
* Support Linux on SystemZ as platformUlrich Weigand2016-04-144-1/+4
* Mark TestPrintStackTraces as flaky on android armPavel Labath2016-04-111-0/+1
* Extend XFlaky in TestProcessIO to linux as wellPavel Labath2016-03-141-5/+5
* Remove the skip if Darwin since I fixed the crash.Jim Ingham2016-03-111-1/+0
* skip newly segfaulting test on OS X public CITodd Fiala2016-03-111-0/+1
* Remove expectedFailureFreeBSD decoratorEd Maste2016-02-191-1/+1
* Remove expectedFailureLinux decorator.Zachary Turner2016-02-101-2/+2
* Change lldb.value.__int__() so that it takes into account the signedness of t...Enrico Granata2016-02-102-0/+13
* Remove expectedFailureWindows decorator.Zachary Turner2016-02-0817-18/+18
* Move the rest of the tests over to using the new decorator module.Zachary Turner2016-02-0437-44/+99
* Move some of the common decorators to decorators.py.Zachary Turner2016-02-046-4/+12
* Mark TestProcessIO as flaky on androidPavel Labath2016-02-041-1/+5
* Mark TestProcessIO.test_stdin_redirection as flaky on androidPavel Labath2016-02-021-0/+1
* Fix misnamed variable in TestProcessAPI.pyZachary Turner2016-02-011-2/+2
* Remove XFAIL Windows from a test that was fixed by r258758.Zachary Turner2016-01-261-1/+0
* Fix some issues with bytes and strings in Python 3.Zachary Turner2016-01-251-8/+4
* [LLDB][MIPS] Fix TestPrintStackTraces.pySagar Thakur2016-01-251-0/+4
* Remove assumptions that thread 0 is always the main thread.Zachary Turner2016-01-214-13/+16
* Fix for Bug 25338Ravitheja Addepally2016-01-191-2/+0
* [LLDB][MIPS] Fix TestDisassembleRawData.pySagar Thakur2016-01-131-7/+17
* Mark TestChangeValueAPI as flaky on linux (pr25652)Pavel Labath2016-01-111-0/+1
* Skip TestEvents on linux completelyPavel Labath2016-01-111-1/+1
* Centralize the handling of attach permissions on linux in testsPavel Labath2016-01-111-20/+3
* XFAIL 2 more tests based on SWIG version.Zachary Turner2016-01-082-0/+4
* XFAIL TestEvents.test_add_listener_to_broadcasterPavel Labath2016-01-071-1/+1
* skip TestEvents.py on DarwinTodd Fiala2015-12-221-0/+1
* Add API to support retrieving the formatters category for a specific languageEnrico Granata2015-12-181-0/+2
* Merge ENABLE_THREADS and ENABLE_STD_THREADS markersTamas Berghammer2015-12-151-1/+1
* Correction in TestFrames.py test for arm targets in thumb modeOmair Javaid2015-12-141-3/+6
* Python 3 - Skip a certain test for a particular (swig,python) combo.Zachary Turner2015-11-161-0/+2
* Remove a broken hack from Scalar::ULongLong and fix a testTamas Berghammer2015-11-131-2/+2
* Add SBType::IsAnonymousType() and relative plumbing in the debugger internalsEnrico Granata2015-11-072-0/+11
* Teach LLDB how to directly launch processes on the iOS simulatorEnrico Granata2015-11-051-0/+3
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-0341-41/+41
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-0345-96/+118
* This test case does not actually depend on Cocoa; Foundation is good enoguhEnrico Granata2015-11-022-2/+2
* Mark another TestEvents test as flaky on linuxPavel Labath2015-10-301-0/+1
* Mark TestHelloWorld and TestInferiorAssert.py as XFAIL due llvm.org/pr25338.Oleksiy Vyalov2015-10-281-0/+2
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-28150-0/+8310
OpenPOWER on IntegriCloud