aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/lldbtest.py
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-23[lldbtest] Simplify removing an unneeded else. NFCI.Davide Italiano1-2/+1
2017-09-25Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda1-1/+1
2017-09-25Revert "Initial patchset to get the testsuite running against armv7 and arm64...Chris Bieneman1-1/+1
2017-09-22Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda1-1/+1
2017-09-21Revert this patch; I was emailing with Eugene and they have some other change...Jason Molenda1-1/+1
2017-09-21Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda1-1/+1
2017-05-17Make TestConflictingSymbol run on non-darwin targetsPavel Labath1-1/+1
2017-03-20Fix remote test suite directory creationPavel Labath1-25/+24
2017-03-15dotest.py: remove the ability to specify different architectures/compilers in...Pavel Labath1-1/+1
2017-03-03test: shorten test trace file namesPavel Labath1-2/+5
2017-02-08[LLDB][MIPS] Fix TestMiExec and TestMiData failuresNitesh Jain1-0/+7
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner1-0/+2
2016-11-08[Test Suite] Properly quote python stringChris Bieneman1-1/+1
2016-11-08[Test Suite] Attempt to fix issue zturner reported to meChris Bieneman1-1/+1
2016-10-31[Test Suite] Pull generateSource into lldbtestChris Bieneman1-0/+27
2016-10-31[Test Suite] Properly respect --framework optionChris Bieneman1-12/+36
2016-10-27Revert "[Test Suite] Pull generateSource into lldbtest"Chris Bieneman1-27/+0
2016-10-27[Test Suite] Pull generateSource into lldbtestChris Bieneman1-0/+27
2016-10-21[Test Suite] Allow overriding codesign identityChris Bieneman1-2/+2
2016-09-21add stop column highlighting supportTodd Fiala1-0/+4
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-211/+467
2016-07-04Enable test log collection from remote debug servers (take 2)Pavel Labath1-34/+47
2016-05-26Add "-gmodules" support to the test suite.Todd Fiala1-2/+22
2016-05-17Allow custom formatting of session log file names.Zachary Turner1-12/+20
2016-05-14surface build error content through test event systemTodd Fiala1-1/+8
2016-04-20test infra: move test event-related handling into its own packageTodd Fiala1-4/+3