summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lldbinline.py
Commit message (Expand)AuthorAgeFilesLines
* [dotest] Avoid the need for LEVEL= makefile boilerplatePavel Labath2019-09-041-6/+1
* [testsuite] Fix TestUnicodeString to work with Py2 and Py3.Davide Italiano2019-02-201-2/+2
* [lldbinline] Set directory attribute on test-specific classesVedant Kumar2018-09-251-1/+1
* dotest: make inline tests compatible with -fPavel Labath2018-06-051-54/+7
* [dotest] Make the set of tests independent of the test configurationPavel Labath2018-04-241-17/+8
* [dotest] Clean up test folder clean-upPavel Labath2018-03-161-1/+0
* Fix lldbinline tests for remote targetsPavel Labath2018-02-271-1/+1
* Add a sanity check for inline testcases.Adrian Prantl2018-02-261-0/+9
* Build each testcase variant in its own subdirectory and remove the srcdir loc...Adrian Prantl2018-02-061-2/+2
* [dotest] make debug info variant accessible in setUp()Pavel Labath2018-02-051-4/+4
* Compile the LLDB tests out-of-tree.Adrian Prantl2018-01-301-9/+16
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-191-2/+1
* dotest.py: Correctly annotate lldbinline tests with debug info categoriesPavel Labath2017-12-111-1/+4
* dotest.py: remove the ability to specify different architectures/compilers in...Pavel Labath2017-03-151-4/+4
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-35/+55
* Revert "Make lldbinline.py regenerate the Makefile each time it builds."Pavel Labath2016-06-071-19/+5
* Make lldbinline.py regenerate the Makefile each time it builds.Sean Callanan2016-06-071-5/+19
* Add "-gmodules" support to the test suite.Todd Fiala2016-05-261-3/+12
* XFail TestLambdas.py on Windows after fixing some of the problemsAdrian McCarthy2016-05-041-5/+9
* ensure lldbinline remembers .py extensionTodd Fiala2016-04-181-1/+8
* Move the rest of the tests over to using the new decorator module.Zachary Turner2016-02-041-0/+1
* Fix the lldbinline tests so they make well-formed Makefiles.Sean Callanan2016-01-261-1/+1
* fixup lldbinline-style tests to clean up Makefiles and *.d filesTodd Fiala2016-01-061-4/+4
* test infra: fix lldbinline tests to work with rerunTodd Fiala2015-12-221-1/+3
* Python 3 - Use the exec function, not the exec statement.Zachary Turner2015-11-061-1/+1
* Python 3 - Turn on absolute imports, and fix existing imports.Zachary Turner2015-11-051-3/+9
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-0/+202
OpenPOWER on IntegriCloud