teak-llvm/lldb/packages/Python/lldbsuite/test/lang/cpp
Pavel Labath 733ad45b9f Android.rules: Use libc++ by default
libstdc++ will soon be dropped from the android NDK. This patch makes
sure we are prepared for that by using libc++ in tests by default (i.e.,
except for libstdc++ data formatter tests).

Only a couple of small tweaks were needed to make this work:
- Add the libc++ include paths to CXXFLAGS only. This was necessary to
  make the tests compile with -fmodules. The modules tests have been
  disabled, but this way, they will be ready for them if they are
  enabled.
- in one test I had to add an explicit std::string copy to make sure the
  copy constructor is there for the expression evaluator to find it.

llvm-svn: 335344
2018-06-22 13:13:29 +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 Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +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 Make TestDynamicValueSameBase gcc-compatible 2018-03-01 16:56:28 +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 Modernize a test. 2018-03-19 23:15:06 +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 Name the C++ source files for two tests correctly. 2017-04-24 23:58:36 +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 Make test sources compatible with android+libcxx+modules 2018-06-20 17:32:48 +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 Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
printf [test] Replace some references to Apple-internal bugs 2018-03-13 23:37:11 +00:00
rvalue-references Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
scope Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +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
stl [test] Replace some references to Apple-internal bugs 2018-03-13 23:37:11 +00:00
symbols Name the C++ source files for two tests correctly. 2017-04-24 23:58:36 +00:00
template [lit, windows] Disable a number of tests that are failing on Windows 2018-06-07 17:49:22 +00:00
this Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
trivial_abi Revert r328715. Wasn't wrong, just not the issue. 2018-03-28 18:05:43 +00:00
type_lookup Really test type lookup in TestCppTypeLookup.py 2018-05-08 03:08:46 +00:00
unicode-literals Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +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 Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +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