summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp
Commit message (Expand)AuthorAgeFilesLines
* Add explicit language specifier to test.Adrian Prantl2019-02-141-1/+1
* Deserialize Clang module search path from DWARFAdrian Prantl2019-02-136-0/+53
* Add decorator support for the DWARF version produced by the compilerAdrian Prantl2019-01-242-0/+9
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1938-152/+114
* XFAIL test on WindowsAdrian Prantl2019-01-161-1/+2
* Change TypeSystem::GetBitSize() to return an optional result.Adrian Prantl2019-01-163-0/+39
* [lldbsuite] Skip two more flaky tests on WindowsStella Stamenova2019-01-141-0/+1
* [lldbsuite] Skip flakey Windows testsStella Stamenova2018-12-211-0/+2
* [lldbsuite] Un-xfail tests on Windows that are now passing (pt.5)Stella Stamenova2018-12-205-14/+4
* [lldbsuite] Un-xfail tests on Windows that are now passing (pt.3)Stella Stamenova2018-12-202-8/+4
* [lldbsuite] Un-xfail tests on Windows that are now passing (pt.2)Stella Stamenova2018-12-193-4/+0
* [lldbsuite] Un-xfail tests on Windows that are now passingStella Stamenova2018-12-195-21/+0
* Un-XFAIL TestNamespaceLookup for linuxPavel Labath2018-12-181-12/+3
* [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
OpenPOWER on IntegriCloud