llvm-project/lldb/test
Johnny Chen 02028fa190 For now, use 'b.out' compiled from main2.cpp as the executable name for test_run_to_address_with_dsym/dwarf()
to distinguish between other test cases which use 'a.out' compiled from main.cpp.

llvm-svn: 133764
2011-06-23 21:22:01 +00:00
..
abbreviation_tests Change the command 'breakpoint command remove' to 'breakpoint command delete', 2011-05-22 07:14:46 +00:00
alias_tests Introduced support for UnknownAnyTy, the Clang type 2011-05-12 23:54:16 +00:00
arm_emulation Remove old emulation test data files. 2011-04-22 16:29:23 +00:00
array_types The extra burden for the Python API test case to assign its process object to self.process 2011-06-15 22:14:12 +00:00
attic Move two files to the 'attic'. 2010-10-05 00:08:08 +00:00
bitfields The extra burden for the Python API test case to assign its process object to self.process 2011-06-15 22:14:12 +00:00
breakpoint_command Change the command 'breakpoint command remove' to 'breakpoint command delete', 2011-05-22 07:14:46 +00:00
breakpoint_conditions The extra burden for the Python API test case to assign its process object to self.process 2011-06-15 22:14:12 +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 The extra burden for the Python API test case to assign its process object to self.process 2011-06-15 22:14:12 +00:00
breakpoint_locations Change "breakpoint list" command to default to brief output rather than full output. 2011-02-04 22:59:41 +00:00
class_static The extra burden for the Python API test case to assign its process object to self.process 2011-06-15 22:14:12 +00:00
class_types The extra burden for the Python API test case to assign its process object to self.process 2011-06-15 22:14:12 +00:00
command_regex Use a more gentle way of shutting down the child process spawned during the test execution using pexpect. 2011-05-03 22:14:19 +00:00
command_source Add a HideStdout() method to our TestBase class and call it from TestAbbreviations.py 2011-04-21 22:50:23 +00:00
conditional_break The extra burden for the Python API test case to assign its process object to self.process 2011-06-15 22:14:12 +00:00
connect_remote Test case test_connect_remote() has been passing consistently for some times. 2011-06-17 21:17:56 +00:00
cpp The extra burden for the Python API test case to assign its process object to self.process 2011-06-15 22:14:12 +00:00
dead-strip Centralized a lot of the status information for processes, 2011-04-18 08:33:37 +00:00
embedded_interpreter Fix wrong test method name due to cut-and-paste. 2011-05-06 22:53:08 +00:00
enum_types Centralized a lot of the status information for processes, 2011-04-18 08:33:37 +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 The extra burden for the Python API test case to assign its process object to self.process 2011-06-15 22:14:12 +00:00
forward Change "frame var" over to using OptionGroups (and thus the OptionGroupVariableObjectDisplay). 2011-05-04 03:43:18 +00:00
foundation The extra burden for the Python API test case to assign its process object to self.process 2011-06-15 22:14:12 +00:00
function_types Change "frame var" over to using OptionGroups (and thus the OptionGroupVariableObjectDisplay). 2011-05-04 03:43:18 +00:00
global_variables Add Linux rules to test makefile 2011-06-20 19:06:04 +00:00
hello_world Modify a bunch of docstrings to be more correct. Check the SBError.Success() after attaching. 2011-06-17 19:38:48 +00:00
help Modify TestHelp to search for LLDB-Info.plist in the correct place 2011-06-20 19:06:45 +00:00
inferior-crashing The extra burden for the Python API test case to assign its process object to self.process 2011-06-15 22:14:12 +00:00
inlined_breakpoints Centralized a lot of the status information for processes, 2011-04-18 08:33:37 +00:00
inlines Converted to Makefile.rules. 2010-08-24 20:54:26 +00:00
load_unload Modify the test case related to "target modules search-paths" as it suffers from code rotting. 2011-05-06 23:59:10 +00:00
logging Hopefully fix the last fallout of 'commands' to 'command' change. 2011-04-21 20:55:57 +00:00
macosx/universal Now that we have added a post-processing step for adding truth value testing to 2011-05-24 18:22:45 +00:00
make Change to get around the nested ifeq woes on OS X Snow Leopard: 2011-06-20 20:08:26 +00:00
namespace Centralized a lot of the status information for processes, 2011-04-18 08:33:37 +00:00
objc Converted to use Makefile.rules. 2011-01-14 21:55:29 +00:00
objc-dynamic-value The extra burden for the Python API test case to assign its process object to self.process 2011-06-15 22:14:12 +00:00
objc-optimized Change the CFLAGS variable assignment operator to ?= (conditional variable assignment operator). 2011-03-04 18:31:00 +00:00
objc-stepping The extra burden for the Python API test case to assign its process object to self.process 2011-06-15 22:14:12 +00:00
order Fix wrong test logic -- should pass "-s address" option to "image dump symtab" 2010-12-17 18:02:08 +00:00
pexpect-2.4 Add pexpect-2.4 (a pure Python module for controlling and automating other programs) to the test directory. 2011-03-11 20:13:06 +00:00
platform Add a test case test_process_info_with_no_arg(self) to 'class PlatformCommandTestCase' 2011-05-09 20:51:47 +00:00
plugins Add a builder module for Linux (plus some refactoring) 2011-06-20 19:06:20 +00:00
print-obj Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
process_launch Remove extra '.' in the comment. 2011-05-26 22:01:50 +00:00
python_api For now, use 'b.out' compiled from main2.cpp as the executable name for test_run_to_address_with_dsym/dwarf() 2011-06-23 21:22:01 +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 Change "frame var" over to using OptionGroups (and thus the OptionGroupVariableObjectDisplay). 2011-05-04 03:43:18 +00:00
settings General cleanup on the UserSettingsController stuff. There were 5 different 2011-04-19 22:32:36 +00:00
signal Centralized a lot of the status information for processes, 2011-04-18 08:33:37 +00:00
signed_types Change "frame var" over to using OptionGroups (and thus the OptionGroupVariableObjectDisplay). 2011-05-04 03:43:18 +00:00
source-manager Now that we have added a post-processing step for adding truth value testing to 2011-05-24 18:22:45 +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 Fix bad test case; not all compilers are guaranteed to step into code inlined from the STL header file. 2011-05-16 23:24:17 +00:00
stop-hook Cleaned up the expected substring for output from the stop-hook mechanism. 2011-05-12 21:58:22 +00:00
struct_types Change "breakpoint list" command to default to brief output rather than full output. 2011-02-04 22:59:41 +00:00
target Add a test script for exercising the "taregt create", "target list", and "target select" commands. 2011-04-18 21:08:05 +00:00
types Refactorings of the test/types directory to more elegantly express the uniqueness of 2011-06-23 20:10:23 +00:00
unique-types Change "frame var" over to using OptionGroups (and thus the OptionGroupVariableObjectDisplay). 2011-05-04 03:43:18 +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 Change "frame var" over to using OptionGroups (and thus the OptionGroupVariableObjectDisplay). 2011-05-04 03:43:18 +00:00
Makefile Add a default rule to test/Makefile which runs the test suite 2011-06-20 19:06:51 +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 Fix the log channel for gdb-remote. It should be "gdb-remote" now, instead of "process.gdb-remote". 2011-06-21 19:25:45 +00:00
lldbtest.py For now, insert some delays between succesive test cases in the test/types directory 2011-06-21 00:53:00 +00:00
lldbutil.py Add TestInlinedFrame.py to exercise the newly added SBFrame APIs: IsInlined() and GetFunctionName(). 2011-06-20 00:26:39 +00:00