teak-llvm/lldb/packages/Python/lldbsuite/test/lang/cpp
Shafik Yaghmour c3dd67204c Disabling test in TestClassTemplateParameterPack.py until we do template lookup correctly
Summary:
Some tests currently only work because we are pulling all the local variables when we are evaluating an expression. This will soon
change and these test are working but for the wrong reasons. The details can be found in the discussion here:
http://lists.llvm.org/pipermail/lldb-commits/Week-of-Mon-20180507/040689.html

Differential Review:  https://reviews.llvm.org/D61266

llvm-svn: 359699
2019-05-01 16:39:31 +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 Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
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_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
class-template-parameter-pack Disabling test in TestClassTemplateParameterPack.py until we do template lookup correctly 2019-05-01 16:39:31 +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_refs XFAIL test on Windows 2019-01-16 22:07:21 +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
global_operators [lldbsuite] Un-xfail tests on Windows that are now passing (pt.2) 2018-12-19 19:10:25 +00:00
global_variables Rename C++ TestGlobalVariables.py to have a distinct name from C version. 2019-04-22 22:16:33 +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 Fix linux fallout from c++ gmodules enable 2018-01-26 11:40:59 +00:00
incomplete-types Fix whitespace in the python test suite. 2018-07-27 22:20:59 +00:00
inlines Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
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 Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
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
template-function [TestTemplateFunction] Add a missing debug info variant. 2019-04-25 22:53:10 +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