History log of /external/lldb/test/lang/objc/objc-checker/TestObjCCheckers.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-checker/TestObjCCheckers.py
800bd70d72909050dc6efe181e02f4565769ad96 25-Apr-2012 Sean Callanan <scallanan@apple.com> Forgo the selector test on i386, where we can't
test whether an object responds to a selector
from outside the process.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@155504 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/objc/objc-checker/TestObjCCheckers.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-checker/TestObjCCheckers.py
04bb5837ad7148a378ac0205c73e2da97caf56ab 20-Dec-2011 Johnny Chen <johnny.chen@apple.com> Properly name the test class as well as the test methods.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@146956 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/objc/objc-checker/TestObjCCheckers.py
ba560cc7d03c9f7d9df81e60201c5ec75cff5232 01-Nov-2011 Jim Ingham <jingham@apple.com> Enhanced the ObjC DynamicCheckerFunction to test for "object responds to selector" as well as
"object borked"... Also made the error when the checker fails reflect this fact rather than
report a crash at 0x0.

Also a little cleanup:
- StopInfoMachException had a redundant copy of the description string.
- ThreadPlanCallFunction had a redundant copy of the thread, and had a
copy of the process that it didn't really need.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@143419 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/objc/objc-checker/TestObjCCheckers.py