diff options
author | Daniel Malea <daniel.malea@intel.com> | 2012-11-23 21:59:29 +0000 |
---|---|---|
committer | Daniel Malea <daniel.malea@intel.com> | 2012-11-23 21:59:29 +0000 |
commit | 93aec0f9a9c94320c373b417055dd5e356fb8e73 (patch) | |
tree | 3d97c62fc19aaeda1cf23ca9f2c789cf335511d1 /lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py | |
parent | 455fa35e511df0f06486796e5ba9a1e067171739 (diff) | |
download | bcm5719-llvm-93aec0f9a9c94320c373b417055dd5e356fb8e73.tar.gz bcm5719-llvm-93aec0f9a9c94320c373b417055dd5e356fb8e73.zip |
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!
llvm-svn: 168529
Diffstat (limited to 'lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py')
-rw-r--r-- | lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py b/lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py index 8f05295322f..c158385a4da 100644 --- a/lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py +++ b/lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py @@ -20,6 +20,7 @@ class TestObjCClassMethod(TestBase): self.buildDsym() self.objc_class_method() + @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") @expectedFailurei386 @python_api_test @dwarf_test |