History log of /external/lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
40c9d75f2f6402227fed4e0a25daf18b683cb5e7 23-Nov-2012 Daniel Malea <daniel.malea@intel.com> Update test status on Linux
- add decorators @expectedFailLinux and @skipOnLinux
- skip/mark xfail cases due to open bugzillas # 14323, 14416, 14423, 14424, 14425, 14426

Patch by Ashok Thirumurthi!



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@168529 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py
f3e5da20b61550f25c40191c777cab31d2496d72 15-May-2012 Johnny Chen <johnny.chen@apple.com> Add i386-only expectedFailure decorators for current ToT.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@156855 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py
21b1984e161b0cadee331d32bfd721eccfdf4b1f 06-Apr-2012 Johnny Chen <johnny.chen@apple.com> Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.
Plus some minor cleanup of test method names.
Third and final batch is coming.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@154197 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py
6cfd26721bb7a0aea8fba13896ba949daa188f78 17-Nov-2011 Johnny Chen <johnny.chen@apple.com> Rename test class appropriately.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@144915 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py
9911d2fa3380028c9b798110bd1dcdeb44920421 02-Nov-2011 Sean Callanan <scallanan@apple.com> Added functionality to call Objective-C class methods
correctly, and added a testcase to check that it works.

The main problem here is that Objective-C class method
selectors are external references stored in a special
data structure in the LLVM IR module for an expression.
I just had to extract them and ensure that the real
class object locations were properly resolved.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@143520 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py