forked from OSchip/llvm-project
Marked failing TestObjCDynamicValue tests as XFAIL on Darwin.
See http://llvm.org/bugs/show_bug.cgi?id=20271 llvm-svn: 212656
This commit is contained in:
parent
7a7dbb8a6c
commit
2efa5655a9
|
@ -15,6 +15,7 @@ class ObjCDynamicValueTestCase(TestBase):
|
|||
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
|
||||
@python_api_test
|
||||
@dsym_test
|
||||
@expectedFailureDarwin("llvm.org/pr20271")
|
||||
def test_get_dynamic_objc_vals_with_dsym(self):
|
||||
"""Test fetching ObjC dynamic values."""
|
||||
if self.getArchitecture() == 'i386':
|
||||
|
@ -26,6 +27,7 @@ class ObjCDynamicValueTestCase(TestBase):
|
|||
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
|
||||
@python_api_test
|
||||
@dwarf_test
|
||||
@expectedFailureDarwin("llvm.org/pr20271")
|
||||
def test_get_objc_dynamic_vals_with_dwarf(self):
|
||||
"""Test fetching ObjC dynamic values."""
|
||||
if self.getArchitecture() == 'i386':
|
||||
|
|
Loading…
Reference in New Issue