summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/tools
Commit message (Expand)AuthorAgeFilesLines
* Make TestPlatformProcessConnect to support abstract/domain sockets.Oleksiy Vyalov2016-02-261-4/+20
* Mark TestMiBreak.test_lldbmi_break_insert_function_pending as flaky on linuxPavel Labath2016-02-221-0/+1
* Remove expectedFailureFreeBSD decoratorEd Maste2016-02-191-1/+1
* Mark TestLldbGdbServer.test_software_breakpoint_set_and_remove_work_llgs as f...Pavel Labath2016-02-191-0/+1
* Mark TestLldbGdbServer.test_written_M_content_reads_back_correctly as flaky o...Pavel Labath2016-02-161-0/+1
* Remove expectedFailureLinux decorator.Zachary Turner2016-02-107-8/+8
* Delete all the xfail / skip decorators for specific compilers.Zachary Turner2016-02-091-2/+2
* Remove skip and xfail decorators for target architecture.Zachary Turner2016-02-091-1/+1
* Remove expectedFailureWindows decorator.Zachary Turner2016-02-082-11/+11
* Show real error message in -data-evaluate-expressionEugene Leviant2016-02-081-1/+1
* Revert "Enable test_lldbmi_settings_set_target_run_args_before on linux"Pavel Labath2016-02-081-0/+1
* Bump up the packet timeout for gdbremote testsPavel Labath2016-02-051-1/+1
* Move the rest of the tests over to using the new decorator module.Zachary Turner2016-02-0434-18/+73
* Move some of the common decorators to decorators.py.Zachary Turner2016-02-041-1/+2
* Enable test_lldbmi_settings_set_target_run_args_before on linuxPavel Labath2016-02-041-1/+0
* Add verbose logging support to gdb-remote testsPavel Labath2016-02-041-7/+39
* Always write the session file in UTF-8.Zachary Turner2016-02-011-1/+2
* Fix crash in lldb-mi when stack variable name is nullptr. This always happens...Eugene Leviant2016-01-292-0/+28
* Mark arm/aarch64 specific xfails with expectedFailureLinux decoratorOmair Javaid2016-01-202-3/+6
* Centralize the handling of attach permissions on linux in testsPavel Labath2016-01-111-14/+1
* XFAIL TestMiSymbol on linuxPavel Labath2016-01-061-0/+1
* Apply missed changes from svn r256863 "Add support for "source info" and use ...Dawn Perchik2016-01-061-3/+3
* Add support for "source info" and use it to fix MI's -symbol-list-lines.Dawn Perchik2016-01-052-3/+10
* Mark a test_lldbmi_gdb_set_target_async_on as flaky on linuxPavel Labath2016-01-051-0/+1
* XFAIL some tests failing for Windows -> AndroidTamas Berghammer2015-12-171-0/+1
* Fix a cleanup error in TestPlatformProcessConnect.pyTamas Berghammer2015-12-091-1/+1
* Modify "platform connect" to connect to processes as wellTamas Berghammer2015-12-084-15/+83
* Get rid of global variables in dotest.pyZachary Turner2015-12-081-4/+5
* Allow variable names to be quoted with -var-list-childrenChuck Ries2015-12-071-0/+3
* [LLDB][MIPS] Fix gdbremote_testcase.pyMohit K. Bhakkad2015-12-041-3/+9
* Enable TestMiBreak on LinuxPavel Labath2015-11-251-1/+0
* Support unix-abstract-connect scheme as platform url in lldb testsuiteYing Chen2015-11-181-2/+6
* Fix to solve Bug 23139 & Bug 23560Abhishek Aggarwal2015-11-132-6/+0
* Marked test_qRegisterInfo_returns_{one_valid_result,all_valid_results} XFAIL ...Todd Fiala2015-11-111-0/+2
* Mark TestMiInterpreterExec.test_lldbmi_thread_continue as flaky on linuxPavel Labath2015-11-101-0/+1
* Python 3 - Port use of string.maketrans and don't use sets.Set.Zachary Turner2015-11-061-2/+1
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-0338-38/+38
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-0337-38/+38
* Handle the options and parameters separator in every MI commandHafiz Abid Qadeer2015-11-021-0/+4
* Better handle the arguments common to all MI commands.Hafiz Abid Qadeer2015-10-291-1/+1
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-2873-0/+10354
OpenPOWER on IntegriCloud