llvm-project/lldb/test/API/lang/cpp
Raphael Isemann f6748b24d4 [lldb][NFC] Fix small format error in TestCppVirtualFunctions 2021-08-11 12:26:56 +02:00
..
accelerator-table [lldb] Use assertIn/NotIn over assertTrue/False (NFC) 2021-02-06 11:52:01 -08:00
alignas_base_class [RecordLayout] Fix ItaniumRecordLayoutBuilder so that is grabs the correct bases class offsets from the external source 2020-07-08 10:07:15 -07:00
auto [lldb] Remove GCC XFAIL for TestCPPAuto and TestClassTemplateParameterPack 2021-06-11 23:22:26 +02:00
bitfields [lldb] Enable TestCppBitfields on Windows 2021-05-19 17:04:19 +02:00
bool [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
break-on-initializers [lldb][NFC] Remove sample test boilerplate from TestBreakOnCPP11Initializers 2021-05-19 15:22:11 +02:00
breakpoint-commands [lldb] Convert more assertTrue to assertEqual (NFC) 2021-02-03 21:15:08 -08:00
breakpoint_in_member_func_w_non_primitive_params [lldb][NFC] Modernize test setup code in several lang/cpp tests 2020-02-19 15:07:26 +01:00
call-function [lldb][NFC] Modernize test setup code in several lang/cpp tests 2020-02-19 15:07:26 +01:00
chained-calls [lldb][NFC] Modernize test setup code in several lang/cpp tests 2020-02-19 15:07:26 +01:00
char8_t [lldb][NFC] Modernize test setup code in several lang/cpp tests 2020-02-19 15:07:26 +01:00
char1632_t [lldb] [test] Rename '.categories' to 'categories' 2020-11-10 12:02:38 +01:00
class-template-non-type-parameter-pack [lldb] X-FAIL class template parameter pack tests on Windows 2020-12-03 00:38:05 +01:00
class-template-parameter-pack [lldb] Remove GCC XFAIL for TestCPPAuto and TestClassTemplateParameterPack 2021-06-11 23:22:26 +02:00
class-template-type-parameter-pack [lldb] X-FAIL class template parameter pack tests on Windows 2020-12-03 00:38:05 +01:00
class_static [lldb][NFC] Make assert in TestStaticVariables more expressive 2021-05-06 16:00:24 +02:00
class_types [lldb] Use assertIn/NotIn over assertTrue/False (NFC) 2021-02-06 11:52:01 -08:00
const_this [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
constructors [lldb] Skip tests failing with GCC due to LLDB not being able to call constructors 2021-06-25 11:33:09 +02:00
covariant-return-types [lldb] Fix typos. NFC. 2021-05-31 06:48:57 +07:00
default-template-args [lldb] Give TestDefaultTemplateArgs a unique class name 2020-11-30 14:41:35 -08:00
dereferencing_references [lldb] Preserve type sugar when using SBValue::Dereference on C++ references 2021-06-02 19:23:11 +02:00
diamond [lldb] Convert more assertTrue to assertEqual (NFC) 2021-02-03 21:15:08 -08:00
dynamic-value [lldb] Convert assertTrue(a == b) to assertEqual(a, b) 2021-02-02 12:39:03 -08:00
dynamic-value-same-basename
elaborated-types [lldb] Fix that running a top level expression without a process fails with a cryptic error 2021-02-11 17:07:11 +01:00
enum_types [lldb] [test] Remove xfail from tests that pass on FreeBSD 2020-11-03 22:01:59 +01:00
exceptions [lldb] Convert more assertTrue to assertEqual (NFC) 2021-02-03 21:15:08 -08:00
extern_c [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
forward-declared-template-specialization [lldb] Make the ClassTemplateDecl merging logic in TypeSystemClang respect template parameters 2021-06-15 19:25:07 +02:00
frame-var-anon-unions [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
function-qualifiers
function-template-parameter-pack [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
function_refs
global_operators [lldb] Convert more assertTrue to assertEqual (NFC) 2021-02-03 21:15:08 -08:00
global_variables [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
gmodules [lldb] Convert more assertTrue to assertEqual (NFC) 2021-02-03 21:15:08 -08:00
gmodules-templates
incompatible-class-templates [lldb] Make the ClassTemplateDecl merging logic in TypeSystemClang respect template parameters 2021-06-15 19:25:07 +02:00
incomplete-types
inlines [lldb] Unmark TestInlines as XFAIL for gcc 2021-06-11 16:06:39 +02:00
keywords_enabled [lldb] Add support for using variables with C++ keywords names in non-C++ expressions 2020-11-16 16:04:44 +01:00
lambdas [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
limit-debug-info [lldb] Convert more assertTrue to assertEqual (NFC) 2021-02-03 21:15:08 -08:00
llvm-style [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
member-and-local-vars-with-same-name [lldb] Convert more assertTrue to assertEqual (NFC) 2021-02-03 21:15:08 -08:00
modules-import
multiple-inheritance [lldb][NFC] Fix a typo in TestCppMultipleInheritance 2020-12-10 10:56:46 +01:00
namespace [lldb] [test] Remove xfail from tests that pass on FreeBSD 2020-11-03 22:01:59 +01:00
namespace_conflicts [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
namespace_definitions [lldb] Skip tests failing with GCC due to LLDB not being able to call constructors 2021-06-25 11:33:09 +02:00
nested-class-other-compilation-unit
non-type-template-param [lldb][NFC] Fix test file name in lang/cpp/non-type-template-param 2020-12-02 08:41:53 +01:00
nsimport [lldb] Convert more assertTrue to assertEqual (NFC) 2021-02-03 21:15:08 -08:00
offsetof
operator-overload [lldb] Modernize TestOperatorOverload.py asserts 2020-06-30 11:38:42 +02:00
operators [lldb] Skip tests failing with GCC due to LLDB not being able to call constructors 2021-06-25 11:33:09 +02:00
overloaded-functions [lldb][NFC] Modernize test setup code in several lang/cpp tests 2020-02-19 15:07:26 +01:00
pointer_to_member_type_depending_on_parent_size [lldb] Skip TestPointerToMemberTypeDependingOnParentSize on Windows and GCC 2021-04-26 18:55:54 +02:00
printf Reland "[lldb/DWARF] Only match mangled name in full-name function lookup (with accelerators)" 2021-08-04 12:50:13 +02:00
reference-to-outer-type [lldb] Disable minimal import mode for RecordDecls that back FieldDecls 2021-05-25 12:08:50 +02:00
rvalue-references
scope [lldb] [testsuite] Fix a regression of TestCppScope.py 2020-04-18 10:46:32 +02:00
signed_types [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
sizeof [lldb] Generalize empty record size computation to avoid giving empty C++ structs a size of 0 2021-07-22 13:30:48 +02:00
static_member_type_depending_on_parent_size [lldb] Don't recursively load types of static member variables in the DWARF AST parser 2021-04-12 14:37:07 +02:00
static_members [lldb] X-FAIL TestCPPStaticMembers on Windows 2021-05-25 13:10:19 +02:00
static_methods [lldb][NFC] Modernize TestCPPStaticMethods 2020-05-20 12:27:44 +02:00
std-function-step-into-callable
stl [lldb] [test] Update test status for NetBSD 2020-12-20 11:32:43 +01:00
struct_with_keyword_name [lldb] Add support for using variables with C++ keywords names in non-C++ expressions 2020-11-16 16:04:44 +01:00
subst_template_type_param [lldb] Add SubstTemplateTypeParm to RemoveWrappingTypes 2020-08-11 14:31:47 +02:00
symbols [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
template [lldb] Convert more assertTrue to assertEqual (NFC) 2021-02-03 21:15:08 -08:00
template-arguments [lldb] Explicitly test the template argument SB API 2020-10-15 11:17:43 +02:00
template-function [lldb] Remove template parameters from FunctionTemplateDecl names 2020-03-17 11:00:23 -07:00
template-specialization-type [lldb] Desugar template specializations 2020-07-16 09:01:01 +02:00
this [lldb] [test] Update test status for NetBSD 2020-12-20 11:32:43 +01:00
this_class_type_mixing [lldb] Test compatibility between a class type from a member function expr and its original version 2020-06-09 15:48:00 +02:00
thread_local [lldb] [test] Update XFAILs/skips for FreeBSD 2020-11-03 22:01:59 +01:00
trivial_abi [lldb] [test] Update XFAILs for FreeBSD/aarch64 2021-03-10 18:36:19 +01:00
type_lookup [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
typedef [lldb] Add typedefs to the DeclContext they are created in 2020-08-19 14:57:43 +02:00
typeof [lldb] Make expect_expr fall back to the dummy target if no target is selected 2020-07-15 13:56:00 +02:00
unicode-literals [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
unique-types [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
unsigned_types [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
virtual-functions [lldb][NFC] Fix small format error in TestCppVirtualFunctions 2021-08-11 12:26:56 +02:00
virtual-overload
wchar_t [lldb] Add expect_var_path to test variable path results 2020-11-12 16:14:48 +01:00