llvm-project/lldb/test/lang/cpp
Greg Clayton 53c5ddf0d7 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".
This test is incorrect as functions that return lldb.SBThread objects never return None, they just return lldb.SBThread objects that contain invalid opaque classes. 

llvm-svn: 177416
2013-03-19 17:59: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
char1632_t Replace all "-gdwarf-2" with "-g" to use the compiler defaults. 2013-02-28 18:47:39 +00:00
class_static Fixing issues in previous checkin - still figuring out how to make expectedFailureClang take the bugnumber 2013-02-23 01:28:30 +00:00
class_types Test suite cleanup for Linux: mark test cases expected to fail due to open bugzillas 2012-12-19 17:19:28 +00:00
dynamic-value Patch from Matt Kopec <matt.kopec@intel.com> to fix the problem that if two breakpoints were set on consecutive addresses, the continue from the 2012-10-16 00:09:33 +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 A few more GCC specific test fixes as per logged PRs: 2013-02-19 19:54:16 +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 Replace all "-gdwarf-2" with "-g" to use the compiler defaults. 2013-02-28 18:47:39 +00:00