summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* The PR that caused this test ot fail was fixed in July, removing the XFAIL.Jim Ingham2016-10-071-1/+0
* Fixup the xfail situation on Windows.Zachary Turner2016-10-059-4/+7
* The collision of class C and libsystem_c.dylib:C is a failureJim Ingham2016-10-051-2/+17
* This test is failing because there's a global symbol "C" in libsystem_c.dylib,Jim Ingham2016-10-051-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-0643-819/+1508
* Make all the Function implementations different so the compiler won't share t...Jim Ingham2016-08-262-56/+54
* Fix expression evaluation with operator newPavel Labath2016-08-152-4/+54
* XFAIL TestNamespaceDefinitions on gcc-4.8 and belowPavel Labath2016-08-121-0/+2
* Undid LLVM macro usage in test suite test subject files.Todd Fiala2016-08-102-11/+11
* Delete Host/windows/win32.hZachary Turner2016-08-092-11/+11
* mark newly failing tests as XFAILPavel Labath2016-07-141-0/+2
* Added test for setting breakpoints by basename and fullname.Greg Clayton2016-07-131-0/+67
* Fixed a bug where we report a single type multiple times in namespaces.Sean Callanan2016-07-058-0/+156
* Split TestTemplateIntegerArgs test into twoPavel Labath2016-07-041-14/+17
* XFAIL tests which fail with gcc on linuxPavel Labath2016-06-291-0/+1
* Made templates that have Enumeration values as arguments work correctly.Greg Clayton2016-06-242-1/+69
* Test that lldb calls the right 'printf' even when a 'printf' method exists.Sean Callanan2016-06-202-0/+25
* xfail TestWithModuleDebugging.py on macOSTodd Fiala2016-06-161-0/+1
* Fixed C++ template integer parameter types to work correctly when the integer...Greg Clayton2016-06-103-0/+94
* Enable some tests on linuxPavel Labath2016-06-092-2/+0
* Revert "Make lldbinline.py regenerate the Makefile each time it builds."Pavel Labath2016-06-072-15/+0
* Make lldbinline.py regenerate the Makefile each time it builds.Sean Callanan2016-06-072-0/+15
* Fix makefile for TestExternCSymbolsTamas Berghammer2016-06-031-1/+1
* Fixed a problem where we couldn't call extern "C" functions.Sean Callanan2016-06-023-0/+36
OpenPOWER on IntegriCloud