summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Relax completion tests for log command to make them pass on LinuxRaphael Isemann2019-09-241-15/+4
* [lldb] Add completion support for log enable/disable/listRaphael Isemann2019-09-241-0/+32
* Remove `bugreport` commandJonas Devlieghere2019-09-051-1/+1
* [lldb] Add description to option completions.Raphael Isemann2019-09-021-0/+24
* [lldb][NFC] Try fixing TestCompletion.py on WindowsRaphael Isemann2019-08-291-2/+1
* [test] Temporarily disable two tests on WindowsJonas Devlieghere2019-08-281-0/+1
* [lldb] Fix and test completion for ambiguous long optionsRaphael Isemann2019-08-281-0/+7
* [lldb][NFC] Give added test method a unique nameRaphael Isemann2019-08-271-2/+2
* [lldb] Allow partial completions to fix directory completion.Raphael Isemann2019-08-271-0/+7
* [lldb] Add tests for setting completions and enable 'settings remove' completionRaphael Isemann2019-08-211-0/+18
* [lldb][NFC] Add tests for invalid command invocationsRaphael Isemann2019-08-211-0/+4
* [lldb][NFC] Test quotes when completingRaphael Isemann2019-08-201-0/+26
* [lldb][NFC] Add a few more completion tests to increase test coverageRaphael Isemann2019-08-191-0/+23
* Fix completion for functions in anonymous namespacesJonas Devlieghere2019-07-311-0/+3
* 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