teak-llvm/lldb/packages/Python/lldbsuite/test/lang/cpp
Stella Stamenova 756b91dc14 [lldbsuite] Un-xfail tests on Windows that are now passing
This is a set of tests that were all marked as failing becuse of pr24489. The bug is not fixed (as in more of the tests that were marked this way are failing), but this set is passing. It is possible that some of them are false positives, but there's a large number of unexpectedly passing tests on Windows, so I am doing a bulk un-xfail to get the buildbot to green.

llvm-svn: 349665
2018-12-19 19:04:01 +00:00
..
auto Android.rules: Use libc++ by default 2018-06-22 13:13:29 +00:00
bool Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +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 Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
char1632_t Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
class_static Exempt some compilers from new static variable test. 2018-06-12 00:15:59 +00:00
class_types Make test sources compatible with android+libcxx+modules 2018-06-20 17:32:48 +00:00
class-template-parameter-pack xfail TestClassTemplateParameterPack on gcc to mollify lldb-x86_64-ubuntu-14.04-cmake. 2017-05-11 23:38:21 +00:00
const_this
diamond Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
dynamic-value [test] Replace some references to Apple-internal bugs 2018-03-13 23:37:11 +00:00
dynamic-value-same-basename Fix whitespace in the python test suite. 2018-07-27 22:20:59 +00:00
enum_types Mark test_*int*_t_dwarf as failing on FreeBSD 2018-02-27 02:54:17 +00:00
exceptions Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
extern_c
frame-var-anon-unions Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
function-template-parameter-pack Skip TestFunctionTemplateParameterPack.py, which unexpectedly asserts (PR35920) 2018-01-12 01:23:52 +00:00
global_operators Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +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 Work around test failures on red-hat linux 2017-12-21 14:40:03 +00:00
limit-debug-info Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
llvm-style Fix whitespace in the python test suite. 2018-07-27 22:20:59 +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
namespace Un-XFAIL TestNamespaceLookup for linux 2018-12-18 12:55:30 +00:00
namespace_conflicts Added a testcase for local/namespaced name conflicts. 2017-05-31 17:18:10 +00:00
namespace_definitions Only throw -fPIC when building a shared library 2018-02-08 23:10:29 +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 [test] Replace some references to Apple-internal bugs 2018-03-13 23:37:11 +00:00
rvalue-references [lldbsuite] Un-xfail tests on Windows that are now passing 2018-12-19 19:04:01 +00:00
scope Fix whitespace in the python test suite. 2018-07-27 22:20:59 +00:00
signed_types [lit, windows] Disable a number of tests that are failing on Windows 2018-06-07 17:49:22 +00:00
static_members Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
static_methods Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +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 [testsuite] Skip an already failing test on MacOS. 2018-10-30 22:49:22 +00:00
symbols Name the C++ source files for two tests correctly. 2017-04-24 23:58:36 +00:00
template [lldbsuite] Un-xfail tests on Windows that are now passing 2018-12-19 19:04:01 +00:00
this Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
trivial_abi Fix whitespace in the python test suite. 2018-07-27 22:20:59 +00:00
type_lookup Avoid using short identifiers in some tests 2018-08-31 18:25:01 +00:00
unicode-literals [lldbsuite] Un-xfail tests on Windows that are now passing 2018-12-19 19:04:01 +00:00
unique-types [test] Replace some references to Apple-internal bugs 2018-03-13 23:37:11 +00:00
unsigned_types Typo fixes. 2018-05-29 09:10:46 +00:00
virtual [lldbsuite, windows] Mark tests as XFAIL on Windows or skip them 2018-08-02 21:26:19 +00:00
virtual-overload Fix a crash when resolving overloads of C++ virtual methods. 2018-04-20 17:14:05 +00:00
wchar_t Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00