summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lldbtest.py
Commit message (Expand)AuthorAgeFilesLines
* [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
* [LLDB] Unit tests basic support for OpenBSDDavid Carlier2018-06-041-15/+19
* [dotest] Make the set of tests independent of the test configurationPavel Labath2018-04-241-44/+8
* Fix some tests for PPC64le architecturePavel Labath2018-03-201-0/+7
* [dotest] Clean up test folder clean-upPavel Labath2018-03-161-33/+23
* [dotest] remove confirm_directory_exclusivity remnantsPavel Labath2018-03-151-13/+0
* Introduce a setting to disable Spotlight while running the test suiteAdrian Prantl2018-03-121-1/+6
* Rename clang.modules-cache-path to symbols.clang-modules-cache-pathAdrian Prantl2018-03-101-1/+1
* Make the clang module cache setting available without a targetAdrian Prantl2018-03-021-2/+2
* Fix a couple of more tests to not create files in the source treePavel Labath2018-02-211-3/+3
* Fix paralelization of remote testsPavel Labath2018-02-161-1/+1
* [dosep] Run tests in a more parallel fashionPavel Labath2018-02-161-6/+9
* Make LLDB's clang module cache path customizableAdrian Prantl2018-02-091-0/+8
* Only throw -fPIC when building a shared libraryAaron Smith2018-02-081-4/+4
OpenPOWER on IntegriCloud