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/foundation/TestObjectDescriptionAPI.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/foundation/TestObjectDescriptionAPI.py')
-rw-r--r-- | lldb/test/lang/objc/foundation/TestObjectDescriptionAPI.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/lang/objc/foundation/TestObjectDescriptionAPI.py b/lldb/test/lang/objc/foundation/TestObjectDescriptionAPI.py index 77032a5009d..1c42553b526 100644 --- a/lldb/test/lang/objc/foundation/TestObjectDescriptionAPI.py +++ b/lldb/test/lang/objc/foundation/TestObjectDescriptionAPI.py @@ -24,6 +24,7 @@ class ObjectDescriptionAPITestCase(TestBase): self.find_global_variables_then_object_description('a.out') # rdar://problem/10857337 + @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") @python_api_test @dwarf_test def test_find_global_variables_then_object_description_with_dwarf(self): |