summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp
Commit message (Expand)AuthorAgeFilesLines
* Really test type lookup in TestCppTypeLookup.pyFrederic Riss2018-05-081-0/+5
* Fix type_lookup test to make buildbots happyEugene Zemtsov2018-05-013-3/+3
* Fix expression parser to not accept any type whose basename matches for a typ...Greg Clayton2018-04-303-0/+159
* Fix a crash when resolving overloads of C++ virtual methods.Adrian Prantl2018-04-203-0/+25
* Support template template parametersFrederic Riss2018-04-022-0/+35
* Revert r328715. Wasn't wrong, just not the issue.Jim Ingham2018-03-281-1/+0
* Explicitly import subprocessJim Ingham2018-03-281-0/+1
* Add support for __attribute__(trivial_abi).Jim Ingham2018-03-233-0/+115
* Fix TestOperatorOverload for 32-bit buildsPavel Labath2018-03-212-14/+4
* [Testsuite] Modernize this test to be run out-of-tree.Davide Italiano2018-03-201-5/+3
* [ExpressionParser] Re-implement r327356 in a less disruptive way.Davide Italiano2018-03-204-0/+61
* Modernize a test.Jim Ingham2018-03-191-29/+2
* [DWARFASTParserClang] Complete external record types before using them as a d...Frederic Riss2018-03-163-0/+31
* [test] Replace some references to Apple-internal bugsVedant Kumar2018-03-134-13/+3
* Make TestDynamicValueSameBase gcc-compatiblePavel Labath2018-03-011-3/+7
* We were getting the wrong dynamic type if there were two classes with the sam...Jim Ingham2018-03-013-0/+99
* Mark test_*int*_t_dwarf as failing on FreeBSDEd Maste2018-02-271-0/+9
* Revert r326134 due to broken buildbotEd Maste2018-02-261-8/+0
* Mark test_*int*_t_dwarf as failing on FreeBSDEd Maste2018-02-261-0/+8
* Only throw -fPIC when building a shared libraryAaron Smith2018-02-082-4/+0
* Compile the LLDB tests out-of-tree.Adrian Prantl2018-01-3010-23/+14
* Skip TestWithModuleDebugging on i386 linux (pr36146)Pavel Labath2018-01-301-0/+1
* Fix linux fallout from c++ gmodules enablePavel Labath2018-01-261-2/+4
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-1938-58/+57
* Skip TestFunctionTemplateParameterPack.py, which unexpectedly asserts (PR35920)Vedant Kumar2018-01-121-1/+7
* Look for external types in all clang modules imported by the current symbol f...Adrian Prantl2018-01-047-0/+51
* Work around test failures on red-hat linuxPavel Labath2017-12-211-1/+1
* [TestCppScope] This test now passes on Darwin.Davide Italiano2017-12-121-5/+0
* Makefile.rules: compile all tests with -fno-limit-debug-infoPavel Labath2017-12-043-11/+0
* Support scoped enums in the DWARF AST parserTamas Berghammer2017-11-071-2/+2
* remove FreeBSD xfail decorator from TestCppNsImportEd Maste2017-08-101-1/+0
* RFix PR33875 by distinguishing between DWO and clang modules.Adrian Prantl2017-07-241-2/+0
* Revert "Fix PR33875 by distinguishing between DWO and clang modules"Adrian Prantl2017-07-231-0/+2
* Fix PR33875 by distinguishing between DWO and clang modulesAdrian Prantl2017-07-231-2/+0
* XFail TestWithModuleDebugging on linux (bug 33875)Pavel Labath2017-07-211-0/+2
* Added a testcase for local/namespaced name conflicts.Sean Callanan2017-05-313-0/+39
* xfail TestClassTemplateParameterPack on gcc to mollify lldb-x86_64-ubuntu-14....Sean Callanan2017-05-111-1/+3
* [DWARF parser] Produce correct template parameter packsSean Callanan2017-05-116-0/+104
* Name the C++ source files for two tests correctly.Sean Callanan2017-04-242-2/+2
* Fixed two bad Makefiles that might be breaking Linux.Sean Callanan2017-04-242-2/+2
* [Expression parser] Return both types and variablesSean Callanan2017-04-247-2/+98
* Update two android XFAILSPavel Labath2017-04-241-1/+1
* Make TestStaticVariables XFAIL more specificPavel Labath2017-04-201-6/+5
* TestStaticVariables still fails on Linux.Jim Ingham2017-04-181-0/+2
* This test is succeeding on macOS with clang.Jim Ingham2017-04-181-6/+1
* Fix TestCppIncompleteTypes for android/clangPavel Labath2017-04-121-2/+2
* Mark xfail TestNamespaceDefinitions for arm/aarch64 targetsOmair Javaid2016-11-111-0/+3
* Fix expectation in TestStaticVariables.py after rL286302Tamas Berghammer2016-11-091-1/+1
* Fix an issue where frame variable -s <varname> would not show the scope even ...Enrico Granata2016-10-261-1/+1
* Fixing the bug number for darwin on this failure.Jim Ingham2016-10-111-1/+3
OpenPOWER on IntegriCloud