summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb/test] test_breakpoints_func_full from TestNamespace.NamespaceBreakpoint...Stella Stamenova2020-01-141-1/+0
* Expression eval lookup speedup by not returning methods in ManualDWARFIndex::...Levon Ter-Grigoryan2020-01-141-2/+3
* [lldb] Mark several tests as not dependent on debug infoRaphael Isemann2020-01-131-1/+2
* [lldb/Test] C++ test should use CXXFLAGS_EXTRASJonas Devlieghere2019-12-131-1/+1
* [lldb][NFC] Remove all `setUp` overrides that only call the parent implementa...Raphael Isemann2019-12-132-8/+0
* [lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...Raphael Isemann2019-12-1326-27/+0
* [lldb] Remove xpasses after pr44037 fix committedMuhammad Omair Javaid2019-12-131-6/+0
* return-object-by-reference ("non trivial") xfail on arm64 in TestTrivialABI.pyJason Molenda2019-12-112-1/+2
* [lldb] Update hardcoded Makefile.rules inclusions.Jordan Rupprecht2019-12-051-2/+1
* Mark some tests as xfail on AArch64 LinuxDiana Picus2019-12-031-0/+4
* Mark PR44037 tests as XFAIL on AArch64 Linux dwoDiana Picus2019-11-191-0/+7
* [LLDB][Formatters] Re-enable std::function formatter with fixes to improve no...shafik2019-11-122-6/+10
* Speed up accelerator table lookupsAdrian Prantl2019-10-1011-0/+92
* Add test coverage to printing of enums and fix display of unsigned valuesFrederic Riss2019-10-082-29/+57
* [Testsuite] Get rid of most of the recursive shared library MakefilesFrederic Riss2019-10-083-21/+9
* [lldb] Fix evaluation of nested classes with parent from other CURaphael Isemann2019-10-025-0/+81
* [lldb] [test] Add NetBSD to XFAIL list for thread_local testMichal Gorny2019-09-251-1/+2
* Canonicalize variable usage in testsuite MakefilesAdrian Prantl2019-09-256-8/+9
* [dotest] Delete trivial inline test makefilesPavel Labath2019-09-0512-32/+0
* [lldb][NFC] Add a simple test for thread_local storage.Raphael Isemann2019-09-043-0/+25
* [dotest] Avoid the need for LEVEL= makefile boilerplatePavel Labath2019-09-0460-168/+60
* [lldb] [test] Mark 'reenabled' tests XFAIL on NetBSDMichal Gorny2019-09-041-0/+1
* [lldb][NFC] Also test operator new/new[]/delete/delete[]/comma/addr-ofRaphael Isemann2019-08-291-0/+18
* [TestCppOperators] Enable TestCppOperators on Windows.Jonas Devlieghere2019-08-281-2/+1
* [lldb][NFC] Test named operators like new and function names that might confu...Raphael Isemann2019-08-281-0/+18
* [lldb][NFC] Actually run all expects in lang/cpp/operatorsRaphael Isemann2019-08-281-12/+6
* [lldb][NFC] Extend operator test case with conversion operatorsRaphael Isemann2019-08-281-0/+9
* [lldb][NFC] Test custom C++ operatorsRaphael Isemann2019-08-283-0/+150
* 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
OpenPOWER on IntegriCloud