summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lldbtest.py
Commit message (Expand)AuthorAgeFilesLines
* [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
* Build each testcase variant in its own subdirectory and remove the srcdir loc...Adrian Prantl2018-02-061-63/+42
* [dotest] make debug info variant accessible in setUp()Pavel Labath2018-02-051-18/+19
* Enforce that NO_DEBUG_INFO_TESTCASEs build using buildDefault().Adrian Prantl2018-01-301-0/+12
* Compile the LLDB tests out-of-tree.Adrian Prantl2018-01-301-49/+72
* Enforce that tests building with buildDefault set NO_DEBUG_INFO_TESTCASEAdrian Prantl2018-01-301-0/+2
* One more TestGDBRemoteClient/windows fixPavel Labath2018-01-301-2/+3
* Fix TestGDBRemoteClient on windowsPavel Labath2018-01-301-2/+3
* dotest: Apply --skip-categories to debug info categoriesVedant Kumar2018-01-301-1/+1
* [lldb] Generic base for testing gdb-remote behaviorPavel Labath2018-01-291-4/+29
* Move getBuildArtifact() from TestBase to Base and derive MiTestCaseBase from itAdrian Prantl2018-01-231-4/+4
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-191-1/+6
* Remove getCategories mechanism of specifying test categoriesPavel Labath2017-11-021-24/+0
OpenPOWER on IntegriCloud