mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-05 08:58:30 +00:00
Disable TestDataFormatterStdMap.test_with_dsym_and_run_command on Darwin
See http://llvm.org/bugs/show_bug.cgi?id=20263 llvm-svn: 212645
This commit is contained in:
parent
73d80faa78
commit
1928c9bd53
@ -14,6 +14,7 @@ class StdMapDataFormatterTestCase(TestBase):
|
||||
|
||||
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
|
||||
@dsym_test
|
||||
@expectedFailureDarwin("llvm.org/pr20263")
|
||||
def test_with_dsym_and_run_command(self):
|
||||
"""Test data formatter commands."""
|
||||
self.buildDsym()
|
||||
|
Loading…
x
Reference in New Issue
Block a user