summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py
Commit message (Expand)AuthorAgeFilesLines
* Update test that checks auto-completion for settings set.Jonas Devlieghere2018-10-261-0/+5
* Remove test that checks auto-completion for settings set.Jonas Devlieghere2018-10-261-5/+0
* Add support for descriptions with command completions.Raphael Isemann2018-09-131-0/+16
* Added initial code completion support for the `expr` commandRaphael Isemann2018-08-301-36/+0
* Remove unnecessary target from TestCompletion patchRaphael Isemann2018-08-011-1/+0
* Add the actually calculated completions to COMPLETION_MSGRaphael Isemann2018-07-271-2/+2
* Add missing boundary checks to variable completion.Raphael Isemann2018-07-271-0/+40
* Fix whitespace in the python test suite.Raphael Isemann2018-07-271-1/+1
* [lit, lldbsuite] Disable tests that are failing because of pr21765 and pr24489Stella Stamenova2018-05-171-0/+1
* Make TestCompletion work on windowsPavel Labath2018-03-091-58/+0
* Move option parsing out of the Args classPavel Labath2018-03-091-26/+21
* Rewrite this test not to use pexpect.Jim Ingham2018-01-301-70/+41
* [test-suite] UNXfail several tests that now pass locally.Davide Italiano2018-01-291-3/+0
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-191-2/+3
* Clean up the stop printing header lines.Jim Ingham2016-11-081-4/+4
* Add the radar from our end to the bugreport string.Jim Ingham2016-09-301-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-60/+106
* Add target and host platform enumerations so we're not using strings.Zachary Turner2016-02-181-1/+2
* Remove expected failure and skip decorators for host os.Zachary Turner2016-02-091-32/+32
* Move the rest of the tests over to using the new decorator module.Zachary Turner2016-02-041-0/+2
* Mark TestCompletion.py test_symbol_name_dwarf XFAIL on Darwin.Todd Fiala2015-11-111-0/+1
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-031-1/+1
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-031-1/+1
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-0/+323
OpenPOWER on IntegriCloud