llvm-project/lldb/test/functionalities/expr-doesnt-deadlock
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
..
.categories Initial commit of a new testsuite feature: test categories. 2012-09-21 19:10:53 +00:00
Makefile Patch from Dan Malea daniel.malea@gmail.com to add some required 2012-11-08 23:50:33 +00:00
TestExprDoesntBlock.py 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
locking.c