llvm-project/lldb/test
Johnny Chen 7fa6c95b05 Add test_apropos_should_also_search_settings_description() to make sure that:
apropos 'environment variable'

searches all settings description and returns a topic related to:

    target.process.env-vars

llvm-svn: 124841
2011-02-04 00:50:49 +00:00
..
abbreviation_tests Terminate the current process being debugged. 2011-01-17 22:35:39 +00:00
alias_tests Add test for help on aliased commands. 2011-01-31 19:34:56 +00:00
array_types Modify test scripts to accomodate SBTarget.Launch() API change. 2011-02-03 23:15:53 +00:00
attic Move two files to the 'attic'. 2010-10-05 00:08:08 +00:00
bitfields Modify test scripts to accomodate SBTarget.Launch() API change. 2011-02-03 23:15:53 +00:00
breakpoint_command Fix test function breakpoint_command_script_parameters()'s expect-pattern so that 2011-02-02 00:56:40 +00:00
breakpoint_conditions Modify test scripts to accomodate SBTarget.Launch() API change. 2011-02-03 23:15:53 +00:00
breakpoint_ids Fix breakpoint id test to work with clang as well as gcc; added a few 2011-02-02 17:48:16 +00:00
breakpoint_ignore_count Modify test scripts to accomodate SBTarget.Launch() API change. 2011-02-03 23:15:53 +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 Modify test scripts to accomodate SBTarget.Launch() API change. 2011-02-03 23:15:53 +00:00
class_types Modify test scripts to accomodate SBTarget.Launch() API change. 2011-02-03 23:15:53 +00:00
command_source Add "import sys" for sys.stdout. 2011-01-28 20:59:39 +00:00
conditional_break Modify test scripts to accomodate SBTarget.Launch() API change. 2011-02-03 23:15:53 +00:00
cpp/virtual Add TestVirtual.py to go with test/cpp/virtual/main.cpp file, which tests 2011-02-01 01:23:34 +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 Modify test scripts to accomodate SBTarget.Launch() API change. 2011-02-03 23:15:53 +00:00
forward Fixed the "expression" command object to use the StackFrame::GetValueForExpressionPath() 2010-12-15 05:08:08 +00:00
foundation Modify test scripts to accomodate SBTarget.Launch() API change. 2011-02-03 23:15:53 +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 Modify test scripts to accomodate SBTarget.Launch() API change. 2011-02-03 23:15:53 +00:00
help Print out a more meaningful exception message when/if CFBundleVersion matching failed. 2011-01-07 00:17:44 +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 Add teardown hook to clear image-search-paths after the test. 2011-02-03 18:03:54 +00:00
logging Use different log files for the two test cases in order not to confuse the logging subsystem. 2011-01-29 00:52:54 +00:00
macosx/universal Parametrize make variable CC to also test with clang. 2011-02-03 00:44:32 +00:00
make Minor comment change. 2011-01-28 17:22:29 +00:00
namespace Uncomment the two failed 'expression' commands regarding fully qualified namespace variables. 2010-12-23 23:26:05 +00:00
objc Converted to use Makefile.rules. 2011-01-14 21:55:29 +00:00
objc-stepping Modify test scripts to accomodate SBTarget.Launch() API change. 2011-02-03 23:15:53 +00:00
order Fix wrong test logic -- should pass "-s address" option to "image dump symtab" 2010-12-17 18:02:08 +00:00
plugins Some cleanup to plugins/darwin.py after the recent additions of '-A arch' and '-C compiler' 2011-01-27 02:58:54 +00:00
print-obj Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
process_io Add comment. 2011-01-28 18:31:34 +00:00
python_api Modify test scripts to accomodate SBTarget.Launch() API change. 2011-02-03 23:15:53 +00:00
recurse Added a recursive loop stress test for the unwinder. Not a real world test 2011-01-07 22:10:25 +00:00
set_values Remove comment no longer applied. 2010-12-07 20:22:32 +00:00
settings Add test_apropos_should_also_search_settings_description() to make sure that: 2011-02-04 00:50:49 +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 Modify test scripts to accomodate SBTarget.Launch() API change. 2011-02-03 23:15:53 +00:00
stepping Add test cases for the scenario of selecting a frame index while stopped, and 2011-01-21 18:23:16 +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 Modify test scripts to accomodate SBTarget.Launch() API change. 2011-02-03 23:15:53 +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 Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
README-TestSuite Add the cmdline to invoke the Python profile reporting module. 2011-01-19 19:48:29 +00:00
blacklist.py Blacklisted testclass STLTestCase for a known crasher <rdar://problem/8837118>. 2011-01-08 01:37:33 +00:00
dotest.py Added comment. 2011-01-29 01:21:04 +00:00
lldbtest.py Some cleanup to plugins/darwin.py after the recent additions of '-A arch' and '-C compiler' 2011-01-27 02:58:54 +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