aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/lldbtest.py
AgeCommit message (Expand)AuthorFilesLines
2019-02-18[lldbtest] Fix some code to be compatible between py2 and py3.Davide Italiano1-18/+4
2019-02-14[dotest] Fix compiler version number comparisonFrederic Riss1-4/+5
2019-01-24Only check the dwarf version when using the dwarf categoryAdrian Prantl1-2/+2
2019-01-24Unbreak windows botsAdrian Prantl1-9/+10
2019-01-24Add decorator support for the DWARF version produced by the compilerAdrian Prantl1-0/+13
2019-01-23Revert "[dotest] Add logging to investigate CI issue."Jonas Devlieghere1-6/+1
2019-01-18[dotest] Add logging to investigate CI issue.Jonas Devlieghere1-1/+6
2019-01-10lldbtest.py: try to fix a runtime exceptionAdrian Prantl1-4/+7
2018-12-14Update a comment according to r255360 "Remove -r and -R options from dotest.py"Tatyana Krasnukha1-2/+1
2018-11-16Use a shared module cache directory for LLDB.Adrian Prantl1-2/+3
2018-11-05Remove Go debugger pluginJonas Devlieghere1-18/+0
2018-10-12[dotest] Make a missing FileCheck binary a warning, not an errorVedant Kumar1-0/+2
2018-10-12[lldbsuite] Fix the filecheck functionality to work with Python 3Stella Stamenova1-1/+1
2018-09-20[lldbtest] Fix self.filecheck check file lookupVedant Kumar1-10/+11
2018-09-18Allow use of self.filecheck in LLDB tests (c.f self.expect)Vedant Kumar1-0/+48
2018-09-13Add support for descriptions with command completions.Raphael Isemann1-0/+29
2018-08-30Added initial code completion support for the `expr` commandRaphael Isemann1-0/+40
2018-08-21lldbtest.py: Unconditionally set the clang module cache path.Adrian Prantl1-12/+9
2018-08-16Add a new tool named "lldb-vscode" that implements the Visual Studio Code Deb...Greg Clayton1-0/+5
2018-08-09Added missing null checks to fix r339351Raphael Isemann1-1/+5
2018-08-09Also display the output and error output of a failed commandRaphael Isemann1-1/+6
2018-07-27Add the actually calculated completions to COMPLETION_MSGRaphael Isemann1-2/+3
2018-07-27Fix whitespace in the python test suite.Raphael Isemann1-5/+5
2018-06-13[lit] Split test_set_working_dir TestProcessLaunch into two tests and fix it ...Stella Stamenova1-1/+1
2018-06-04[LLDB] Unit tests basic support for OpenBSDDavid Carlier1-15/+19
2018-04-24[dotest] Make the set of tests independent of the test configurationPavel Labath1-44/+8
2018-03-20Fix some tests for PPC64le architecturePavel Labath1-0/+7
2018-03-16[dotest] Clean up test folder clean-upPavel Labath1-33/+23
2018-03-15[dotest] remove confirm_directory_exclusivity remnantsPavel Labath1-13/+0
2018-03-12Introduce a setting to disable Spotlight while running the test suiteAdrian Prantl1-1/+6
2018-03-10Rename clang.modules-cache-path to symbols.clang-modules-cache-pathAdrian Prantl1-1/+1
2018-03-02Make the clang module cache setting available without a targetAdrian Prantl1-2/+2
2018-02-21Fix a couple of more tests to not create files in the source treePavel Labath1-3/+3
2018-02-16Fix paralelization of remote testsPavel Labath1-1/+1
2018-02-16[dosep] Run tests in a more parallel fashionPavel Labath1-6/+9
2018-02-09Make LLDB's clang module cache path customizableAdrian Prantl1-0/+8
2018-02-08Only throw -fPIC when building a shared libraryAaron Smith1-4/+4
2018-02-06Build each testcase variant in its own subdirectory and remove the srcdir loc...Adrian Prantl1-63/+42
2018-02-05[dotest] make debug info variant accessible in setUp()Pavel Labath1-18/+19
2018-01-30Enforce that NO_DEBUG_INFO_TESTCASEs build using buildDefault().Adrian Prantl1-0/+12
2018-01-30Compile the LLDB tests out-of-tree.Adrian Prantl1-49/+72
2018-01-30Enforce that tests building with buildDefault set NO_DEBUG_INFO_TESTCASEAdrian Prantl1-0/+2
2018-01-30One more TestGDBRemoteClient/windows fixPavel Labath1-2/+3
2018-01-30Fix TestGDBRemoteClient on windowsPavel Labath1-2/+3
2018-01-30dotest: Apply --skip-categories to debug info categoriesVedant Kumar1-1/+1
2018-01-29[lldb] Generic base for testing gdb-remote behaviorPavel Labath1-4/+29
2018-01-23Move getBuildArtifact() from TestBase to Base and derive MiTestCaseBase from itAdrian Prantl1-4/+4
2018-01-19Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl1-1/+6
2017-11-02Remove getCategories mechanism of specifying test categoriesPavel Labath1-24/+0
2017-11-01dotest: consistently call finalize_build_dictionary in debug info variantsPavel Labath1-0/+2