summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
Commit message (Expand)AuthorAgeFilesLines
...
* Move the rest of the tests over to using the new decorator module.Zachary Turner2016-02-04343-803/+1246
* Revert "Use an artifical namespace so that member vars do not hide local vars."Siva Chandra2016-02-043-275/+0
* Use an artifical namespace so that member vars do not hide local vars.Siva Chandra2016-02-043-0/+275
* Move some of the common decorators to decorators.py.Zachary Turner2016-02-0434-278/+347
* Enable test_lldbmi_settings_set_target_run_args_before on linuxPavel Labath2016-02-041-1/+0
* Mark TestProcessIO as flaky on androidPavel Labath2016-02-041-1/+5
* Add verbose logging support to gdb-remote testsPavel Labath2016-02-041-7/+39
* Fix missing module qualification of subprocess.PIPE.Zachary Turner2016-02-031-1/+1
* The SetStopInfo from a Mach Exception was setting the stopJim Ingham2016-02-031-1/+0
* Move some android platform functions to lldbplatformutil.Zachary Turner2016-02-033-79/+80
* Remove skipUnlessListedRemote test decoratorPavel Labath2016-02-032-17/+0
* Fix inverted conditional in TestInferiorAssert.pyZachary Turner2016-02-021-2/+2
* Don't return a tuple from the skip test function.Zachary Turner2016-02-023-34/+36
* Re-write many skip decorators to use shared code.Zachary Turner2016-02-021-205/+90
* XFAIL TestConsecutiveBreakpoints.test_single_step_thread_specific on OSXPavel Labath2016-02-021-0/+1
* skip TestWatchLocation on OS XTodd Fiala2016-02-021-0/+1
* Remove redundant test in TestExitDuringStepPavel Labath2016-02-021-12/+4
* Mark TestProcessIO.test_stdin_redirection as flaky on androidPavel Labath2016-02-021-0/+1
* Fix single-stepping onto a breakpointPavel Labath2016-02-021-25/+67
* Fix compiler lookup when specified without pathPavel Labath2016-02-022-2/+3
* Fix getCompiler in unit testing framework on compiler symlinksStephane Sezer2016-02-011-1/+2
* Always write the session file in UTF-8.Zachary Turner2016-02-014-3/+53
* Fix misnamed variable in TestProcessAPI.pyZachary Turner2016-02-011-2/+2
* Remove flaky annotation for TestCallWithTimeout on linuxPavel Labath2016-02-011-1/+0
* Set correct ThreadStopInfo in case of trace eventAbhishek Aggarwal2016-02-012-4/+0
* Fix this test for the the switch in default for IgnoreBreakpoints in SBFrame....Jim Ingham2016-01-291-1/+6
* Fix crash in lldb-mi when stack variable name is nullptr. This always happens...Eugene Leviant2016-01-292-0/+28
* Fix a bug where type <formatter> list would ignore the -w argumentEnrico Granata2016-01-291-0/+4
* Fix a bug where LLDB would not print the name of the function that a scripted...Enrico Granata2016-01-296-0/+92
* Fix an issue where the type <formatter> list command would not accept a valid...Enrico Granata2016-01-281-0/+26
* Revert "Resubmit r258759 with proper unicode handling."Zachary Turner2016-01-272-2/+3
* Resubmit r258759 with proper unicode handling.Zachary Turner2016-01-272-3/+2
* Fix some python 3 incompatibilities that went in overnight.Zachary Turner2016-01-272-2/+4
* Refactor some of the xfail / skip decorators to share logic.Zachary Turner2016-01-274-74/+122
* Don't automtically try to import pexpect in lldbpexpect.Zachary Turner2016-01-271-45/+51
* XFail TestCPPAuto on Windows until we can find the root problem.Adrian McCarthy2016-01-271-0/+1
* Decorarte TestInferiorAssert xfails on AArch64 LinuxOmair Javaid2016-01-271-3/+3
* [LLDB][MIPS] A small fix in GetBreakableLoadAddress() for MIPSBhushan D. Attarde2016-01-274-4/+120
* Reverting r258759 as it is breaking the OSX buildEnrico Granata2016-01-262-1/+2
* Fix TestRerun.py on Windows.Zachary Turner2016-01-261-25/+6
* Fix the lldbinline tests so they make well-formed Makefiles.Sean Callanan2016-01-261-1/+1
* Remove XFAIL Windows from a test that was fixed by r258758.Zachary Turner2016-01-261-1/+0
* Write the session log file in UTF-8.Zachary Turner2016-01-262-2/+1
* Fix TestSyntheticCapping for Python 3.Zachary Turner2016-01-261-19/+19
* Fix some issues with bytes and strings in Python 3.Zachary Turner2016-01-252-10/+6
* Fix TestSourceManager.py on Windows.Adrian McCarthy2016-01-251-7/+6
* [LLDB][MIPS] Fix TestPrintStackTraces.pySagar Thakur2016-01-251-0/+4
* [LLDB][MIPS] Fix TestExprsChar.pySagar Thakur2016-01-251-0/+1
* Skipped IncompleteModulesTestCase on OS XTodd Fiala2016-01-231-2/+1
* fixed TestConsecutiveBreakpoints test on OS XTodd Fiala2016-01-233-6/+6
OpenPOWER on IntegriCloud