llvm-project/lldb/packages/Python/lldbsuite/test/lang/objc
Greg Clayton 7853dd5dec Add support for Objective-C class properties.
Added test cases to exiting tests to cover the new functionality.

<rdar://problem/24311282> 

llvm-svn: 275459
2016-07-14 19:31:18 +00:00
..
bitfield_ivars Added a test case for bitfield ivars. It currently fails. 2016-06-24 20:41:18 +00:00
blocks Remove skip and xfail decorators for target architecture. 2016-02-09 00:36:34 +00:00
forward-decl Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
foundation Add "-gmodules" support to the test suite. 2016-05-26 13:57:03 +00:00
global_ptrs Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
hidden-ivars Remove decorators related to debug info types. 2016-02-09 21:36:23 +00:00
ivar-IMP Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
modules Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
modules-auto-import Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
modules-incomplete Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
modules-inline-functions Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
objc++ Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
objc-baseclass-sbtype Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
objc-builtin-types Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
objc-checker Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
objc-class-method Remove skip and xfail decorators for target architecture. 2016-02-09 00:36:34 +00:00
objc-dyn-sbtype Remove skip and xfail decorators for target architecture. 2016-02-09 00:36:34 +00:00
objc-dynamic-value Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
objc-ivar-offsets Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
objc-ivar-protocols Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
objc-ivar-stripped Remove decorators related to debug info types. 2016-02-09 21:36:23 +00:00
objc-new-syntax Move some of the common decorators to decorators.py. 2016-02-04 18:03:01 +00:00
objc-optimized Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
objc-property Add support for Objective-C class properties. 2016-07-14 19:31:18 +00:00
objc-runtime-ivars Revert "Make lldbinline.py regenerate the Makefile each time it builds." 2016-06-07 21:29:46 +00:00
objc-static-method Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
objc-static-method-stripped Fix clean rule for a makefile 2016-04-01 12:59:37 +00:00
objc-stepping Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
objc-struct-argument Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
objc-struct-return Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
objc-super Remove skip and xfail decorators for target architecture. 2016-02-09 00:36:34 +00:00
print-obj Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
radar-9691614 Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
rdar-10967107 Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
rdar-11355592 Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
rdar-12408181 Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
real-definition Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
sample
self Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
single-entry-dictionary Fix an issue where LLDB would show the key and value of a single entry NSDictionary in the wrong order 2016-06-24 17:48:01 +00:00
variadic_methods Handle variadic Objective-C methods from DWARF correctly. 2016-06-24 00:24:40 +00:00
.categories