summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp
Commit message (Expand)AuthorAgeFilesLines
* [testsuite] Skip an already failing test on MacOS.Davide Italiano2018-10-301-0/+1
* Changing test names in TestDataFormatterLibcxxVariant.py and TestStdFunctionS...Shafik Yaghmour2018-10-121-1/+1
* Adding support to step into the callable wrapped by libc++ std::functionShafik Yaghmour2018-10-123-0/+116
* Avoid using short identifiers in some testsPavel Labath2018-08-312-20/+20
* [lldbsuite, windows] Mark tests as XFAIL on Windows or skip themStella Stamenova2018-08-021-0/+1
* Fix whitespace in the python test suite.Raphael Isemann2018-07-275-8/+8
* [lldbsuite] The test inside TestOverloadedFunctions.py has the wrong class nameStella Stamenova2018-07-121-1/+1
* [lldbsuite, windows] Don't crash LLDB when we try to retrieve a register on W...Stella Stamenova2018-07-021-10/+9
* Android.rules: Use libc++ by defaultPavel Labath2018-06-221-0/+5
* Make test sources compatible with android+libcxx+modulesPavel Labath2018-06-206-54/+53
* Exempt some compilers from new static variable test.Jonas Devlieghere2018-06-121-8/+34
* [Test] Update static variable test.Jonas Devlieghere2018-06-111-4/+23
* [lit, windows] Disable a number of tests that are failing on WindowsStella Stamenova2018-06-074-0/+5
* Typo fixes.Bruce Mitchener2018-05-291-1/+1
* 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
OpenPOWER on IntegriCloud