llvm-project/lldb/test/API/lang/cpp
Michał Górny 99562332e3 [lldb] [test] Update test status for NetBSD 2020-12-20 11:32:43 +01:00
..
accelerator-table [lldb/Test] Fix tests that rely on logfiles with reproducers. 2020-06-17 10:09:06 -07: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] Un-XFAIL two tests on NetBSD 2020-03-07 18:35:22 +01:00
bitfields [LLDB] Fix handling of bit-fields in a union 2020-11-12 14:09:27 -08:00
bool [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
breakpoint-commands
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][NFC] Modernize and cleanup TestClassTemplateParameterPack 2020-12-01 15:53:40 +01: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] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
class_types [lldb/Test] Add a trace method to replace print statements. 2020-05-25 11:11:46 -07:00
const_this [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
constructors [lldb/test] Catch invalid calls to expect() 2020-10-05 12:41:52 -07:00
covariant-return-types [lldb] Fix another crash in covariant type handling 2020-03-30 16:00:21 +02:00
default-template-args [lldb] Give TestDefaultTemplateArgs a unique class name 2020-11-30 14:41:35 -08:00
diamond [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
dynamic-value [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
dynamic-value-same-basename
elaborated-types [lldb] Ignore certain Clang type sugar when creating the type name 2020-09-22 13:37:20 +02:00
enum_types [lldb] [test] Remove xfail from tests that pass on FreeBSD 2020-11-03 22:01:59 +01:00
exceptions [lldb] [test] Update test status for NetBSD 2020-12-20 11:32:43 +01:00
extern_c [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01: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
global_variables [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
gmodules [lldb] Replace assertTrue(a == b, "msg") with assertEquals(a, b, "msg") in the test suite 2020-02-13 15:00:55 +01:00
gmodules-templates
incomplete-types
inlines
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
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/Test] Fix tests that rely on logfiles with reproducers. 2020-06-17 10:09:06 -07: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] [test] Update test status for NetBSD 2020-12-20 11:32:43 +01: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
offsetof
operator-overload [lldb] Modernize TestOperatorOverload.py asserts 2020-06-30 11:38:42 +02:00
operators [LLDB] Fix overloaded operator new cases in TestCppOperators.py which currently work by accident 2020-05-04 13:57:42 -07:00
overloaded-functions [lldb][NFC] Modernize test setup code in several lang/cpp tests 2020-02-19 15:07:26 +01:00
printf [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01: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
static_members [lldb] Replace unittest2.expectedFailure with expectedFailure (NFC) 2020-08-17 10:05:49 -07: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] Remove license headers from all test source files 2020-02-20 08:32:01 +01: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] Decorate tests failing on arm-linux buildbot 2020-05-11 07:31:18 +05: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
virtual-overload
wchar_t [lldb] Add expect_var_path to test variable path results 2020-11-12 16:14:48 +01:00