hanchenye-llvm-project/lldb/test
Johnny Chen 9c48b8d79c Added a subtest to exercise the capability of lldb Python objects to print
themselves.  Right now, it tests a breakpoint both before and after it has been
resolved.

Updated lldbtest.TestBase.expect() with an additional keyword argument 'exe' (
default to True), which if set to False, will treat the mandatory first argument
as just the string to be matched/or not-matched against the golden input.

llvm-svn: 114501
2010-09-21 23:33:30 +00:00
..
array_types Added a subtest to exercise the capability of lldb Python objects to print 2010-09-21 23:33:30 +00:00
bitfields Removed the two expectedFailure decorators from the test cases. They have been fixed. 2010-09-13 16:14:55 +00:00
breakpoint_command Added a more complex test case of breakpoint commands, which executes a sequence 2010-09-21 21:08:53 +00:00
class_static A few modifications to the class arrays test case. 2010-09-13 02:31:18 +00:00
class_types Fixed typo in the doc strings. 2010-09-15 00:02:30 +00:00
command_source Changed the test case class names to be noun-like instead of verb-like. 2010-09-01 19:59:58 +00:00
conditional_break Wrapped the subclass-specific cleanup call within a try:except: clause. 2010-09-21 22:34:45 +00:00
dead-strip Added comments regarding the two mechanisms of process cleanup to lldbtest.py. 2010-09-02 22:25:47 +00:00
enum_types Removed the @expectedFailure decorator for test_with_dwarf() test case. It has 2010-09-15 16:59:20 +00:00
example Changed the test case class names to be noun-like instead of verb-like. 2010-09-01 19:59:58 +00:00
foundation Removed the @expectedFailure decorators; it was fixed with r114258. 2010-09-19 02:31:53 +00:00
function_types Converted TestFunctionTypes.py to Dsym/Dwarf combination. 2010-09-03 23:14:26 +00:00
global_variables Updated the expected matching strings. 2010-09-13 16:45:59 +00:00
hello_world Moved the process cleanup of Script-Bridge-based APIs into TestBase.tearDown() 2010-09-02 21:23:12 +00:00
help LLDB command "set term-width 0" needs to be changed to "settings set term-width 0" 2010-09-07 16:19:35 +00:00
inlines Converted to Makefile.rules. 2010-08-24 20:54:26 +00:00
load_unload Added a default build phase at the beginning of test_load_unload() test case. 2010-09-03 23:52:15 +00:00
macosx/universal Marked test_process_launch_for_universal() test case as requiring 'darwin' and 'i386' 2010-09-03 23:49:16 +00:00
make Added a simple test case to set breakpoints on objc class/instance methods. 2010-09-16 20:54:06 +00:00
namespace
objc Added an objective C test that creates some NSString, NSArray and NSDictionary 2010-09-07 23:55:31 +00:00
order Test order file with both dsym and dwarf combination. 2010-09-14 22:55:48 +00:00
persistent_variables Decorated PersistentVariablesTestCase.test_persistent_variables() with 2010-09-21 19:12:39 +00:00
plugins Added the capability to source the configFile specified via the "-c" option in 2010-09-21 00:09:27 +00:00
print-obj
set_values Updated the expected matching strings, and added a radar comment. 2010-09-13 16:31:46 +00:00
settings Add UserSettings to Target class, making Target settings 2010-09-20 20:44:43 +00:00
signed_types
stl Fixed an error in Debugger::UpdateExecutionContext() where an invalid index ID 0 2010-09-14 00:53:53 +00:00
struct_types Converted TestUnsignedTypespy and TestStructTypes.py to Dsym/Dwarf combination. 2010-09-07 18:32:57 +00:00
threads
unittest2 o Added unittest2 which has added the new features in unittest for Python 2.7 2010-08-05 23:42:46 +00:00
unsigned_types Updated the expected matching strings. 2010-09-13 16:19:09 +00:00
Makefile
README-TestSuite Updated to reflect the "plugins" directory. 2010-08-31 17:51:08 +00:00
dotest.pl Updated to add plugins directory to PYTHONPATH. 2010-09-01 00:55:36 +00:00
dotest.py Changed the order of two assignment stmts. 2010-09-21 00:16:09 +00:00
lldbtest.py Added a subtest to exercise the capability of lldb Python objects to print 2010-09-21 23:33:30 +00:00
lldbutil.py Added GetStackFrames(thread) utility function. 2010-09-09 00:55:07 +00:00
tester.py Use lldb.SBDebugger.Create() factory method to create an instance first. 2010-06-25 23:22:48 +00:00