summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix TestStdCXXDisassembly.pyPavel Labath2019-08-271-1/+1
* [test] Disable two of the recently (re)enabled tests on Windows.Jonas Devlieghere2019-08-271-0/+1
* [dotest] Remove long running test "decorator" and re-enable tests.Jonas Devlieghere2019-08-271-5/+0
* [LLDB] Address post-commit code review feedback.Jonas Devlieghere2019-08-231-2/+0
* [test] Update test so it matches the Windows outputJonas Devlieghere2019-08-211-3/+3
* Add char8_t support (C++20)Jonas Devlieghere2019-08-213-0/+53
* Revert "[lldb] Fix dynamic_cast by no longer failing on variable without meta...Stella Stamenova2019-08-125-65/+0
* [lldb] Fix dynamic_cast by no longer failing on variable without metadataRaphael Isemann2019-08-105-0/+65
* Fix ClangASTContext::CreateParameterDeclaration to not call addDeclShafik Yaghmour2019-08-026-0/+71
* [lldb][NFC] Remove unused imports in python testsRaphael Isemann2019-08-0222-45/+0
* Add offsetof support to expression evaluator.Raphael Isemann2019-07-183-0/+31
* [ABI] Fix SystemV ABI to handle nested aggregate type returned in registerAlex Langford2019-06-041-1/+2
* Inject only relevant local variables in the expression evaluation contextRaphael Isemann2019-05-021-0/+37
* Disabling test in TestClassTemplateParameterPack.py until we do template look...Shafik Yaghmour2019-05-012-7/+9
* [TestTemplateFunction] Add a missing debug info variant.Davide Italiano2019-04-251-1/+1
* Skip test introduced in r359140 on windowsFrederic Riss2019-04-241-0/+2
* Fix infinite recursion when calling C++ template functionsFrederic Riss2019-04-243-0/+51
* Rename C++ TestGlobalVariables.py to have a distinct name from C version.Adrian Prantl2019-04-221-0/+0
* [lldb] Don't filter variable list when doing a lookup by mangled name in Symb...Kuba Mracek2019-04-183-0/+63
* Improve error handling for Clang module imports.Adrian Prantl2019-03-195-8/+22
* [lldb] [test] Mark a few tests flakey on NetBSDMichal Gorny2019-03-111-0/+1
* [lldb] [test] Mark failing tests XFAIL on NetBSDMichal Gorny2019-03-044-0/+4
* [testsuite] Skip this test correctly also on macOS.Davide Italiano2019-02-161-3/+2
* Temporarily disable test:Richard Smith2019-02-161-1/+4
* 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
OpenPOWER on IntegriCloud