summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lldbtest.py
Commit message (Expand)AuthorAgeFilesLines
* [lldbtest] Add an "expected_cmd_failure" option to the filecheck helperVedant Kumar2019-09-101-1/+5
* [dotest] Centralize initialization commands even morePavel Labath2019-09-051-20/+19
* [test] Fix various module cache bugs and inconsistenciesJonas Devlieghere2019-08-291-7/+7
* [lldb] Fix and test completion for ambiguous long optionsRaphael Isemann2019-08-281-0/+10
* [dotest] Remove long running test "decorator" and re-enable tests.Jonas Devlieghere2019-08-271-12/+0
* Skip tail call frame tests when dwarf_version < 4Vedant Kumar2019-08-231-0/+1
* [lldb] Fix typo on the BreakpointLocation header and the lldbtest.py (NFC)Med Ismail Bennani2019-08-191-3/+5
* [dotest] Add --dwarf-version to override the tested DWARF version.Jonas Devlieghere2019-08-191-0/+2
* [API] Have SBCommandReturnObject::GetOutput/Error return "" instead of nullptrPavel Labath2019-08-141-2/+0
* [lldb][NFC] Remove unused imports in python testsRaphael Isemann2019-08-021-3/+0
* [lldb] Increase testsuite packet-timeout 5secs -> 1minJan Kratochvil2019-07-291-5/+15
* [dotest] Remove dead codeJonas Devlieghere2019-07-261-2/+0
* [dotest] Set environment variables after potentialy clearing others.Jonas Devlieghere2019-07-251-3/+4
* [lldb][NFC] Cleanup mentions and code related to lldb-miRaphael Isemann2019-07-191-5/+0
* [dotest] Disable color while testing.Jonas Devlieghere2019-07-171-0/+3
* [dotest] Add the ability to set environment variables for the inferior.Jonas Devlieghere2019-06-261-0/+3
* [dotest] Remove unused functionJonas Devlieghere2019-06-251-9/+1
* [lldb] [test] Extend D55859 symbols.enable-external-lookup=false for more tes...Jan Kratochvil2019-06-171-4/+4
* Implement a better way of not passing the sanitizer environment on to tests.Adrian Prantl2019-03-151-3/+2
* Make sure that a sanitizer LLDB's environment doesn't get passed onAdrian Prantl2019-03-141-0/+5
* Relax testcase.Adrian Prantl2019-03-071-1/+1
* Remove redundant second os.path.join call [NFC]Raphael Isemann2019-03-061-2/+1
* Revert "[lldbtest] Check against the correct name for libcxxabi (macOS)."Davide Italiano2019-03-051-1/+1
* [lldbtest] Check against the correct name for libcxxabi (macOS).Davide Italiano2019-03-051-1/+1
* [lldb] [lldbtest] Fix getBuildFlags() not to use libstdc++ on NetBSDMichal Gorny2019-03-021-1/+2
* [lldbtest] Remove some accidentally commented out code.Davide Italiano2019-02-201-2/+0
* [lldbtest] Fix some code to be compatible between py2 and py3.Davide Italiano2019-02-181-18/+4
* [dotest] Fix compiler version number comparisonFrederic Riss2019-02-141-4/+5
* Only check the dwarf version when using the dwarf categoryAdrian Prantl2019-01-241-2/+2
* Unbreak windows botsAdrian Prantl2019-01-241-9/+10
* Add decorator support for the DWARF version produced by the compilerAdrian Prantl2019-01-241-0/+13
* Revert "[dotest] Add logging to investigate CI issue."Jonas Devlieghere2019-01-231-6/+1
* [dotest] Add logging to investigate CI issue.Jonas Devlieghere2019-01-181-1/+6
* lldbtest.py: try to fix a runtime exceptionAdrian Prantl2019-01-101-4/+7
* Update a comment according to r255360 "Remove -r and -R options from dotest.py"Tatyana Krasnukha2018-12-141-2/+1
* Use a shared module cache directory for LLDB.Adrian Prantl2018-11-161-2/+3
* Remove Go debugger pluginJonas Devlieghere2018-11-051-18/+0
* [dotest] Make a missing FileCheck binary a warning, not an errorVedant Kumar2018-10-121-0/+2
* [lldbsuite] Fix the filecheck functionality to work with Python 3Stella Stamenova2018-10-121-1/+1
* [lldbtest] Fix self.filecheck check file lookupVedant Kumar2018-09-201-10/+11
* Allow use of self.filecheck in LLDB tests (c.f self.expect)Vedant Kumar2018-09-181-0/+48
* Add support for descriptions with command completions.Raphael Isemann2018-09-131-0/+29
* Added initial code completion support for the `expr` commandRaphael Isemann2018-08-301-0/+40
* lldbtest.py: Unconditionally set the clang module cache path.Adrian Prantl2018-08-211-12/+9
* Add a new tool named "lldb-vscode" that implements the Visual Studio Code Deb...Greg Clayton2018-08-161-0/+5
* Added missing null checks to fix r339351Raphael Isemann2018-08-091-1/+5
* Also display the output and error output of a failed commandRaphael Isemann2018-08-091-1/+6
* Add the actually calculated completions to COMPLETION_MSGRaphael Isemann2018-07-271-2/+3
* Fix whitespace in the python test suite.Raphael Isemann2018-07-271-5/+5
* [lit] Split test_set_working_dir TestProcessLaunch into two tests and fix it ...Stella Stamenova2018-06-131-1/+1
OpenPOWER on IntegriCloud