summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lldbtest.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* dotest: consistently call finalize_build_dictionary in debug info variantsPavel Labath2017-11-011-0/+2
* [lldbtest] Simplify removing an unneeded else. NFCI.Davide Italiano2017-10-231-2/+1
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-251-1/+1
* Revert "Initial patchset to get the testsuite running against armv7 and arm64...Chris Bieneman2017-09-251-1/+1
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-221-1/+1
* Revert this patch; I was emailing with Eugene and they have some other change...Jason Molenda2017-09-211-1/+1
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-211-1/+1
* Make TestConflictingSymbol run on non-darwin targetsPavel Labath2017-05-171-1/+1
* Fix remote test suite directory creationPavel Labath2017-03-201-25/+24
* dotest.py: remove the ability to specify different architectures/compilers in...Pavel Labath2017-03-151-1/+1
* test: shorten test trace file namesPavel Labath2017-03-031-2/+5
* [LLDB][MIPS] Fix TestMiExec and TestMiData failuresNitesh Jain2017-02-081-0/+7
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-0/+2
* [Test Suite] Properly quote python stringChris Bieneman2016-11-081-1/+1
* [Test Suite] Attempt to fix issue zturner reported to meChris Bieneman2016-11-081-1/+1
* [Test Suite] Pull generateSource into lldbtestChris Bieneman2016-10-311-0/+27
* [Test Suite] Properly respect --framework optionChris Bieneman2016-10-311-12/+36
* Revert "[Test Suite] Pull generateSource into lldbtest"Chris Bieneman2016-10-271-27/+0
OpenPOWER on IntegriCloud