teak-llvm/lldb/packages/Python/lldbsuite/test/lang/cpp
Raphael Isemann 95686fa898 [lldb][NFC] Actually run all expects in lang/cpp/operators
Apparently inline tests stop running anything after an empty line
behind an self.expect, which is a very good approach that could
never cause people to write tests that never run.

This patch removes all the empty lines so that all this test
is actually run. Also fixes the broken expects that only passed
because they weren't run before.

llvm-svn: 370195
2019-08-28 12:32:58 +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_in_member_func_w_non_primitive_params Fix ClangASTContext::CreateParameterDeclaration to not call addDecl 2019-08-02 21:41:50 +00:00
breakpoint-commands [lldb][NFC] Remove unused imports in python tests 2019-08-02 08:06:22 +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
char8_t [LLDB] Address post-commit code review feedback. 2019-08-23 04:11:38 +00:00
char1632_t [lldb][NFC] Remove unused imports in python tests 2019-08-02 08:06:22 +00:00
class_static [lldb][NFC] Remove unused imports in python tests 2019-08-02 08:06:22 +00:00
class_types [lldb][NFC] Remove unused imports in python tests 2019-08-02 08:06:22 +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 [lldb][NFC] Remove unused imports in python tests 2019-08-02 08:06:22 +00:00
dynamic-value-same-basename [lldb][NFC] Remove unused imports in python tests 2019-08-02 08:06:22 +00:00
enum_types [lldb][NFC] Remove unused imports in python tests 2019-08-02 08:06:22 +00:00
exceptions [lldb][NFC] Remove unused imports in python tests 2019-08-02 08:06:22 +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
gmodules-templates
incomplete-types
inlines [lldb][NFC] Remove unused imports in python tests 2019-08-02 08:06:22 +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
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 Inject only relevant local variables in the expression evaluation context 2019-05-02 10:12:56 +00:00
modules-import Improve error handling for Clang module imports. 2019-03-19 15:38:26 +00:00
namespace [lldb][NFC] Remove unused imports in python tests 2019-08-02 08:06:22 +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
offsetof Add offsetof support to expression evaluator. 2019-07-18 17:58:04 +00:00
operator-overload
operators [lldb][NFC] Actually run all expects in lang/cpp/operators 2019-08-28 12:32:58 +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 [lldb][NFC] Remove unused imports in python tests 2019-08-02 08:06:22 +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 [lldb][NFC] Remove unused imports in python tests 2019-08-02 08:06:22 +00:00
stl Fix TestStdCXXDisassembly.py 2019-08-27 06:43:45 +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 [lldb][NFC] Remove unused imports in python tests 2019-08-02 08:06:22 +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 [lldb][NFC] Remove unused imports in python tests 2019-08-02 08:06:22 +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 [lldb][NFC] Remove unused imports in python tests 2019-08-02 08:06:22 +00:00
virtual [lldb][NFC] Remove unused imports in python tests 2019-08-02 08:06:22 +00:00
virtual-overload
wchar_t [lldb][NFC] Remove unused imports in python tests 2019-08-02 08:06:22 +00:00