summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add "-gmodules" support to the test suite.Todd Fiala2016-05-261-7/+1
* Avoid using stdio in TestVirtualPavel Labath2016-05-262-20/+22
* Clean up test results on Windows.Zachary Turner2016-05-132-1/+3
* Enable NamespaceLookupTestCase.test_scope_lookup_before_using_with_run_comman...Pavel Labath2016-05-091-1/+1
* XFail TestLambdas.py on Windows after fixing some of the problemsAdrian McCarthy2016-05-042-4/+4
* [fix] Fixed a bug where const this would cause parser errors about $__lldb_expr.Sean Callanan2016-04-293-0/+35
* Revert "Fixed a bug where const this would cause parser errors about $__lldb_...Pavel Labath2016-04-283-35/+0
* Fixed a bug where const this would cause parser errors about $__lldb_expr.Sean Callanan2016-04-283-0/+35
* Remove flaky decorator from three tests on linuxPavel Labath2016-04-271-1/+0
* Adds a test to detect when clang omits specialized generic types from debug i...Kate Stone2016-04-194-0/+80
* Added a testcase for defining and using lambdas in the expression parser.Sean Callanan2016-04-152-0/+21
* Fix test cases for big-endian systemsUlrich Weigand2016-04-141-1/+7
* Skip a test in TestNamespaceLookup on linux to avoid a crashPavel Labath2016-04-121-0/+1
* Switch from unittest2.expectedFailure to our own decorator on TestSTLPavel Labath2016-03-161-2/+1
* Fix TestInlines.py on WindowsAdrian McCarthy2016-02-294-0/+114
OpenPOWER on IntegriCloud