summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/completion/TestCompletion.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-323/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-4/+6
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-8/+2
* Adjust TestCompletion.py and TestDumpDynamic.py after recent changes.Siva Chandra2015-10-201-1/+1
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-12/+33
* Fix TestCompletion.py failure on Darwin after r246639Ying Chen2015-09-031-0/+2
* Change Windows XFAIL comment for TestCompletion.pyZachary Turner2015-09-021-33/+32
* XFAIL new tests in TestCompletion on windows due to missing pexpectPavel Labath2015-09-021-0/+2
* Fix tab completion for command arguments containing spacesTamas Berghammer2015-09-021-0/+17
* XFail pexpect tests for Windows hosts.Chaoren Lin2015-06-091-31/+31
* Refactored lldb executable name discoveryVince Harron2015-05-181-1/+1
* Skip tests that are timing out on the FreeBSD buildbotEd Maste2015-05-091-0/+1
* Skip tests that are timing out on the FreeBSD buildbotEd Maste2015-05-081-0/+30
* Fix CommandLineCompletionTestCase.test_watchpoint_xxx tests after r230408Ilia K2015-02-251-3/+13
* XFAIL pexpect tests on Windows.Zachary Turner2015-01-201-0/+29
* [TestCompletion] Spawn LLDB with '--no-use-colors'.Siva Chandra2014-12-191-1/+2
* Fixes a number of issue related to test portability on Windows.Zachary Turner2014-07-181-1/+1
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* Enable tests affected by llvm.org/pr14637Daniel Malea2013-09-251-1/+0
* Clean up linux test decorators and add links to known bugsDaniel Malea2013-05-151-1/+1
* Revert r181833: lldb prompt issue still occurs on buildbot (http://lab.llvm.o...Daniel Malea2013-05-151-0/+1
* Remove XFAIL from tests affected by llvm.org/pr-14637Daniel Malea2013-05-141-1/+0
* Fix linux argument completion with for "--" options (llvm.org/bugs/pr14425)Daniel Malea2013-04-231-1/+0
* Skip TestCompletion case that fails on linux (with gcc) because the input pro...Daniel Malea2013-02-201-1/+2
* Update test status on LinuxDaniel Malea2012-11-231-0/+1
* Initial commit of a new testsuite feature: test categories.Enrico Granata2012-09-211-2/+5
* rdar://problem/11811338Johnny Chen2012-08-241-0/+8
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-6/+6
* rdar://problem/12096295Johnny Chen2012-08-151-0/+4
* Add command completion test case for 'watchpoint command'.Johnny Chen2012-08-101-0/+4
* Test suite cleanup: use Python API to remove files as part of cleanup instead...Johnny Chen2012-06-191-2/+2
* Fixed TestCompletion, broken by r158173Filipe Cabecinhas2012-06-081-2/+2
* rdar://problem/11457634Johnny Chen2012-05-241-0/+4
* Synthetic values are now automatically enabled and active by default. SBValue...Enrico Granata2012-03-271-4/+4
* Add a test case to go with <rdar://problem/11052829> and svn check-in r152809.Johnny Chen2012-03-151-5/+16
* Remove the functionality of using 'frame variable -w' to set a watchpoint now...Johnny Chen2012-02-141-6/+6
* Add a test case for completion from 'settings set target.exec' to 'settings s...Johnny Chen2012-02-131-0/+4
* After discussions with Jim and Greg, modify the 'watchpoint set' command to b...Johnny Chen2012-02-081-6/+10
* Add a couple of simple completion test cases for 'target ' and 'target va'.Johnny Chen2012-02-031-0/+11
* Add some more test cases for the "watchpoint set" command.Johnny Chen2012-01-311-0/+12
* Move argument checking/manipulation into the front of the function.Johnny Chen2012-01-251-4/+9
* Clearify some comment.Johnny Chen2012-01-251-1/+2
* Cleanup docstring and remove dead code.Johnny Chen2012-01-251-4/+3
* Add some more test cases for command completion:Johnny Chen2012-01-251-0/+12
* Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev,Johnny Chen2012-01-231-0/+12
* Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev,Johnny Chen2012-01-211-0/+4
* Add comment.Johnny Chen2012-01-211-3/+4
* A little bit of cleanup to make the code more understandable.Johnny Chen2012-01-201-6/+6
* o CommandObjectSettingsSet.cpp:Johnny Chen2012-01-201-0/+116
OpenPOWER on IntegriCloud