hanchenye-llvm-project/lldb/packages/Python/lldbsuite/test/lang/cpp
Adrian Prantl da8c0e4a3c Improve error handling for Clang module imports.
rdar://problem/48883558

Differential Revision: https://reviews.llvm.org/D59524

llvm-svn: 356462
2019-03-19 15:38:26 +00:00
..
auto [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
bool Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
breakpoint-commands
call-function [lldbsuite] Un-xfail tests on Windows that are now passing 2018-12-19 19:04:01 +00:00
chained-calls [lldbsuite] Un-xfail tests on Windows that are now passing (pt.2) 2018-12-19 19:10:25 +00:00
char1632_t Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
class-template-parameter-pack [testsuite] Skip this test correctly also on macOS. 2019-02-16 17:16:53 +00:00
class_static Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
class_types Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
const_this Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
diamond Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
dynamic-value Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
dynamic-value-same-basename Fix whitespace in the python test suite. 2018-07-27 22:20:59 +00:00
enum_types Add decorator support for the DWARF version produced by the compiler 2019-01-24 18:24:14 +00:00
exceptions [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
extern_c Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
frame-var-anon-unions Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
function-template-parameter-pack Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
function_refs XFAIL test on Windows 2019-01-16 22:07:21 +00:00
global_operators [lldbsuite] Un-xfail tests on Windows that are now passing (pt.2) 2018-12-19 19:10:25 +00:00
gmodules [DWARFASTParserClang] Complete external record types before using them as a decl context. 2018-03-16 22:12:22 +00:00
gmodules-templates
incomplete-types Fix whitespace in the python test suite. 2018-07-27 22:20:59 +00:00
inlines
lambdas Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
limit-debug-info Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
llvm-style Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
member-and-local-vars-with-same-name
modules-import Improve error handling for Clang module imports. 2019-03-19 15:38:26 +00:00
namespace Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
namespace_conflicts Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
namespace_definitions [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
nsimport Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
operator-overload Fix TestOperatorOverload for 32-bit builds 2018-03-21 09:43:50 +00:00
overloaded-functions [lldbsuite] Un-xfail tests on Windows that are now passing 2018-12-19 19:04:01 +00:00
printf Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
rvalue-references [lldbsuite] Un-xfail tests on Windows that are now passing 2018-12-19 19:04:01 +00:00
scope [lldbsuite] Un-xfail tests on Windows that are now passing (pt.5) 2018-12-20 02:04:01 +00:00
signed_types Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
static_members Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
static_methods Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
std-function-step-into-callable Changing test names in TestDataFormatterLibcxxVariant.py and TestStdFunctionStepIntoCallable.py to be unique, NFC 2018-10-12 19:46:17 +00:00
stl Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
symbols Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
template Add decorator support for the DWARF version produced by the compiler 2019-01-24 18:24:14 +00:00
this [lldb] [test] Mark failing tests XFAIL on NetBSD 2019-03-04 16:54:06 +00:00
trivial_abi Fix whitespace in the python test suite. 2018-07-27 22:20:59 +00:00
type_lookup Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
unicode-literals Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
unique-types Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
unsigned_types Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
virtual [lldb] [test] Mark a few tests flakey on NetBSD 2019-03-11 15:46:07 +00:00
virtual-overload Fix a crash when resolving overloads of C++ virtual methods. 2018-04-20 17:14:05 +00:00
wchar_t Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00