aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/lldbinline.py
AgeCommit message (Expand)AuthorFilesLines
2019-02-20[testsuite] Fix TestUnicodeString to work with Py2 and Py3.Davide Italiano1-2/+2
2018-09-25[lldbinline] Set directory attribute on test-specific classesVedant Kumar1-1/+1
2018-06-05dotest: make inline tests compatible with -fPavel Labath1-54/+7
2018-04-24[dotest] Make the set of tests independent of the test configurationPavel Labath1-17/+8
2018-03-16[dotest] Clean up test folder clean-upPavel Labath1-1/+0
2018-02-27Fix lldbinline tests for remote targetsPavel Labath1-1/+1
2018-02-26Add a sanity check for inline testcases.Adrian Prantl1-0/+9
2018-02-06Build each testcase variant in its own subdirectory and remove the srcdir loc...Adrian Prantl1-2/+2
2018-02-05[dotest] make debug info variant accessible in setUp()Pavel Labath1-4/+4
2018-01-30Compile the LLDB tests out-of-tree.Adrian Prantl1-9/+16
2018-01-19Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl1-2/+1
2017-12-11dotest.py: Correctly annotate lldbinline tests with debug info categoriesPavel Labath1-1/+4
2017-03-15dotest.py: remove the ability to specify different architectures/compilers in...Pavel Labath1-4/+4
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-35/+55
2016-06-07Revert "Make lldbinline.py regenerate the Makefile each time it builds."Pavel Labath1-19/+5
2016-06-07Make lldbinline.py regenerate the Makefile each time it builds.Sean Callanan1-5/+19
2016-05-26Add "-gmodules" support to the test suite.Todd Fiala1-3/+12
2016-05-04XFail TestLambdas.py on Windows after fixing some of the problemsAdrian McCarthy1-5/+9
2016-04-18ensure lldbinline remembers .py extensionTodd Fiala1-1/+8
2016-02-04Move the rest of the tests over to using the new decorator module.Zachary Turner1-0/+1
2016-01-26Fix the lldbinline tests so they make well-formed Makefiles.Sean Callanan1-1/+1
2016-01-06fixup lldbinline-style tests to clean up Makefiles and *.d filesTodd Fiala1-4/+4
2015-12-22test infra: fix lldbinline tests to work with rerunTodd Fiala1-1/+3
2015-11-06Python 3 - Use the exec function, not the exec statement.Zachary Turner1-1/+1
2015-11-05Python 3 - Turn on absolute imports, and fix existing imports.Zachary Turner1-3/+9
2015-10-28Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner1-0/+202