llvm-project/lldb/test/lang/cpp
Ashok Thirumurthi 863bd4a534 Fixed an xpass due to r181841 on Linux with gcc. Note that the clang variant contains to xfail, and r181841 is a fix for the test.
llvm-svn: 181918
2013-05-15 20:26:30 +00:00
..
bool Minor LLDB test improvements 2013-03-13 20:50:05 +00:00
breakpoints Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases. 2012-04-06 19:54:10 +00:00
call-function Add temporary fix for calling c++ global/anonymous functions on Linux. 2013-05-10 17:53:48 +00:00
char1632_t Provided a variant of ReadCStringFromMemory that supports null terminators of any character width. 2013-04-19 15:58:38 +00:00
class_static Fixed an xpass due to r181841 on Linux with gcc. Note that the clang variant contains to xfail, and r181841 is a fix for the test. 2013-05-15 20:26:30 +00:00
class_types Clean up linux test decorators and add links to known bugs 2013-05-15 18:48:32 +00:00
dynamic-value <rdar://problem/13558484> 2013-04-11 22:55:45 +00:00
enum_types Fix enum_types test on Linux 2013-03-07 20:13:11 +00:00
exceptions Re-enabling C++ exception breakpoint testcase (on Linux) 2013-01-07 21:42:11 +00:00
namespace Clean up linux test decorators and add links to known bugs 2013-05-15 18:48:32 +00:00
overloaded-functions Add temporary fix for calling c++ global/anonymous functions on Linux. 2013-05-10 17:53:48 +00:00
rdar12991846 Replace all "-gdwarf-2" with "-g" to use the compiler defaults. 2013-02-28 18:47:39 +00:00
rvalue-references Fixed enum printing for negative enums. There previously was no testing to validate that enum values were being displayed correctly. 2013-03-06 06:23:54 +00:00
signed_types <rdar://problem/12798131> 2012-12-04 00:32:51 +00:00
static_members Add a test case for static member variables 2013-03-01 18:25:42 +00:00
static_methods Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly 2012-09-22 00:05:11 +00:00
stl Fixed incorrect python that was trying to validate that we got a valid lldb.SBThread object by checking to see if it is equal to "None". 2013-03-19 17:59:30 +00:00
this Un-skipping tests affected by llvm.org/pr15256 2013-03-04 23:15:08 +00:00
unique-types Fixed test suite errors due to new clang -v output. 2013-03-06 02:34:51 +00:00
unsigned_types A few more GCC specific test fixes as per logged PRs: 2013-02-19 19:54:16 +00:00
virtual Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly 2012-09-22 00:05:11 +00:00
wchar_t Provided a variant of ReadCStringFromMemory that supports null terminators of any character width. 2013-04-19 15:58:38 +00:00