hanchenye-llvm-project/lldb/test
Johnny Chen 5b3a357dec Add a test/source-manager directory for testing lldb core component SourceManager.
Initial test case test_modify_source_file_while_debugging() in TestSourceManager.py
tests the caching mechanism of the source manager.

llvm-svn: 121389
2010-12-09 18:22:12 +00:00
..
array_types For SBTarget.Launch()/LaunchProcess(), there's no need to pass an empty string 2010-12-08 01:25:21 +00:00
attic Move two files to the 'attic'. 2010-10-05 00:08:08 +00:00
bitfields For SBTarget.Launch()/LaunchProcess(), there's no need to pass an empty string 2010-12-08 01:25:21 +00:00
breakpoint_command Add text about test class cleanup. 2010-10-22 21:06:04 +00:00
breakpoint_conditions Test that "breakpoint modify -c ''" clears the condition for the last created 2010-12-03 23:57:17 +00:00
breakpoint_locations Fix wrong test logic with regard to hit count and resolved status of disabled/enabled breakpoints. 2010-10-20 17:26:59 +00:00
class_static For SBTarget.Launch()/LaunchProcess(), there's no need to pass an empty string 2010-12-08 01:25:21 +00:00
class_types For SBTarget.Launch()/LaunchProcess(), there's no need to pass an empty string 2010-12-08 01:25:21 +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 For SBTarget.Launch()/LaunchProcess(), there's no need to pass an empty string 2010-12-08 01:25:21 +00:00
dead-strip The StateType representation has been changed. Modify the test cases to accommodate. 2010-10-18 15:44:42 +00:00
enum_types The StateType representation has been changed. Modify the test cases to accommodate. 2010-10-18 15:44:42 +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
expression_command Add test_evaluate_expression_python() to exercise SBFrame.EvaluateExpression() Python API. 2010-12-08 01:08:27 +00:00
forward Remove @skip decorator: 2010-11-10 18:25:18 +00:00
foundation Modify the TestObjCMethods2.py test to fix a typo (should be str_id, not id). 2010-12-08 18:14:20 +00:00
function_types The StateType representation has been changed. Modify the test cases to accommodate. 2010-10-18 15:44:42 +00:00
global_variables Add test sequences for 'frame variable' address-of operator and 'frame variable' fully-qualified name variable. 2010-11-15 18:27:57 +00:00
hello_world For SBTarget.Launch()/LaunchProcess(), there's no need to pass an empty string 2010-12-08 01:25:21 +00:00
help Add test cases to test that: 2010-12-01 19:10:59 +00:00
inlined_breakpoints Add a test case for a bug fixed: 2010-11-02 19:46:35 +00:00
inlines Converted to Makefile.rules. 2010-08-24 20:54:26 +00:00
load_unload Forgot to also check in this file with the previous r121036 change: 2010-12-06 22:07:36 +00:00
macosx/universal Remove @expectedFailure decorator as the bug has been fixed. 2010-12-01 23:15:58 +00:00
make Stop using LLDB_CC/LLDB_ARCH in the plugins for test configurations. Use make 2010-09-30 17:11:58 +00:00
namespace Remove @skip decorators for fixed crashes. 2010-11-30 22:34:19 +00:00
objc Added quotes around names that are being lookup up or inspected in the 2010-11-15 01:47:11 +00:00
order Test order file with both dsym and dwarf combination. 2010-09-14 22:55:48 +00:00
plugins Make the string matching for 'frame variable' more stringent with respect to 2010-11-17 00:52:41 +00:00
print-obj
set_values Remove comment no longer applied. 2010-12-07 20:22:32 +00:00
settings Add a test method test_pass_host_env_vars to 'class SettingsCommandTestCase(TestBase)' 2010-12-04 00:44:56 +00:00
signal 'thread backtrace', not 'thread backtrac'. 2010-12-07 17:10:46 +00:00
signed_types Add TestSignedTypes.py to test that variables with signed types display correctly. 2010-11-19 20:35:15 +00:00
source-manager Add a test/source-manager directory for testing lldb core component SourceManager. 2010-12-09 18:22:12 +00:00
stl The StateType representation has been changed. Modify the test cases to accommodate. 2010-10-18 15:44:42 +00:00
struct_types Make calling the super class's setUp() method less fragile. 2010-10-14 17:31:24 +00:00
threads For SBTarget.Launch()/LaunchProcess(), there's no need to pass an empty string 2010-12-08 01:25:21 +00:00
types On second thought, inserting a delay of 1.0 second slows down the test suite 2010-12-02 18:03:37 +00:00
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 The StateType representation has been changed. Modify the test cases to accommodate. 2010-10-18 15:44:42 +00:00
Makefile
README-TestSuite Move two files to the 'attic'. 2010-10-05 00:08:08 +00:00
blacklist.py Add a '-b blacklistFile' option to the test driver to take a file specifying the 2010-12-01 22:47:54 +00:00
dotest.py For SBTarget.Launch()/LaunchProcess(), there's no need to pass an empty string 2010-12-08 01:25:21 +00:00
lldbtest.py Add a test/source-manager directory for testing lldb core component SourceManager. 2010-12-09 18:22:12 +00:00
lldbutil.py Add more docstring for the lldb_iter() utility function which provides a compact 2010-12-08 19:19:08 +00:00