aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/lldbtest.py
AgeCommit message (Expand)AuthorFilesLines
2019-08-28[lldb] Fix and test completion for ambiguous long optionsRaphael Isemann1-0/+10
2019-08-27[dotest] Remove long running test "decorator" and re-enable tests.Jonas Devlieghere1-12/+0
2019-08-23Skip tail call frame tests when dwarf_version < 4Vedant Kumar1-0/+1
2019-08-19[lldb] Fix typo on the BreakpointLocation header and the lldbtest.py (NFC)Med Ismail Bennani1-3/+5
2019-08-19[dotest] Add --dwarf-version to override the tested DWARF version.Jonas Devlieghere1-0/+2
2019-08-14[API] Have SBCommandReturnObject::GetOutput/Error return "" instead of nullptrPavel Labath1-2/+0
2019-08-02[lldb][NFC] Remove unused imports in python testsRaphael Isemann1-3/+0
2019-07-29[lldb] Increase testsuite packet-timeout 5secs -> 1minJan Kratochvil1-5/+15
2019-07-26[dotest] Remove dead codeJonas Devlieghere1-2/+0
2019-07-25[dotest] Set environment variables after potentialy clearing others.Jonas Devlieghere1-3/+4
2019-07-19[lldb][NFC] Cleanup mentions and code related to lldb-miRaphael Isemann1-5/+0
2019-07-17[dotest] Disable color while testing.Jonas Devlieghere1-0/+3
2019-06-26[dotest] Add the ability to set environment variables for the inferior.Jonas Devlieghere1-0/+3
2019-06-25[dotest] Remove unused functionJonas Devlieghere1-9/+1
2019-06-17[lldb] [test] Extend D55859 symbols.enable-external-lookup=false for more tes...Jan Kratochvil1-4/+4
2019-03-15Implement a better way of not passing the sanitizer environment on to tests.Adrian Prantl1-3/+2
2019-03-14Make sure that a sanitizer LLDB's environment doesn't get passed onAdrian Prantl1-0/+5
2019-03-07Relax testcase.Adrian Prantl1-1/+1
2019-03-06Remove redundant second os.path.join call [NFC]Raphael Isemann1-2/+1
2019-03-05Revert "[lldbtest] Check against the correct name for libcxxabi (macOS)."Davide Italiano1-1/+1
2019-03-05[lldbtest] Check against the correct name for libcxxabi (macOS).Davide Italiano1-1/+1
2019-03-02[lldb] [lldbtest] Fix getBuildFlags() not to use libstdc++ on NetBSDMichal Gorny1-1/+2
2019-02-20[lldbtest] Remove some accidentally commented out code.Davide Italiano1-2/+0
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