llvm-project/lldb/test
Johnny Chen 2f71831ceb Remove the @skip() and @expectedFaiure decorators, the previously affected tests
have now all passed.

rdar://problem/8502549 and rdar://problem/8493023 are fixed

llvm-svn: 115399
2010-10-02 01:46:20 +00:00
..
array_types Sanity check the print representations of SBThread, SBFrame, and SBValue. 2010-09-28 18:13:04 +00:00
bitfields Added comments about the usage of int(string, 0) and long(string, 0) which pass 2010-09-24 21:52:37 +00:00
breakpoint_command These prints should go to stderr as well. Plus add a global assert string. 2010-09-30 17:06:27 +00:00
breakpoint_locations Modification required to test clang, gcc, and llvm-gcc. 2010-09-30 22:11:33 +00:00
class_static A few modifications to the class arrays test case. 2010-09-13 02:31:18 +00:00
class_types Remove the @skip() and @expectedFaiure decorators, the previously affected tests 2010-10-02 01:46:20 +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 Use a more robust regexp to search for the 'Code' symbol. Plus compile the 2010-10-02 01:23:40 +00:00
function_types Changed 'frame variable' output to match '(const char *)' instead of '(char const *)'. 2010-09-23 16:04:46 +00:00
global_variables Changed 'frame variable' output to match '(const char *)' instead of '(char const *)'. 2010-09-23 15:57:32 +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 Stop using LLDB_CC/LLDB_ARCH in the plugins for test configurations. Use make 2010-09-30 17:11:58 +00:00
namespace Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
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 Removed the @expectedFailure decorator from test_persistent_variables(). 2010-09-28 22:47:28 +00:00
plugins Stop using LLDB_CC/LLDB_ARCH in the plugins for test configurations. Use make 2010-09-30 17:11:58 +00:00
print-obj Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
set_values Add extra value string to self.expect(). 2010-09-30 16:00:12 +00:00
settings Updated test case to "settings set prompt 'lldb2'" since the '-o' option is gone. 2010-09-27 17:36:59 +00:00
signed_types Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
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 Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
types Remove the @skip() and @expectedFaiure decorators, the previously affected tests 2010-10-02 01:46:20 +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 Made 'frame variable' printing of unsigned types more readable, like gdb. 2010-09-24 17:33:29 +00:00
Makefile Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
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 o Added a new feature to the test framework to skip long running tests conditionally. 2010-10-01 22:59:49 +00:00
lldbtest.py o Added a new feature to the test framework to skip long running tests conditionally. 2010-10-01 22:59:49 +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