summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/target
diff options
context:
space:
mode:
authorTodd Fiala <todd.fiala@gmail.com>2014-07-09 21:24:41 +0000
committerTodd Fiala <todd.fiala@gmail.com>2014-07-09 21:24:41 +0000
commitfb17762ee5bf35ac0b21ee4b5adc9b1ce4eef2aa (patch)
tree76f673e545fa05cd68fbf22d857630178fc2bac7 /lldb/test/python_api/target
parent47d7ae9875bb0591d3c4384f9596d3b8b5b3cc09 (diff)
downloadbcm5719-llvm-fb17762ee5bf35ac0b21ee4b5adc9b1ce4eef2aa.tar.gz
bcm5719-llvm-fb17762ee5bf35ac0b21ee4b5adc9b1ce4eef2aa.zip
Marked TestTargetAPI.test_launch_new_process_and_redirect_stdout_with_* as XFAIL on Darwin.
See http://llvm.org/bugs/show_bug.cgi?id=20273 llvm-svn: 212659
Diffstat (limited to 'lldb/test/python_api/target')
-rw-r--r--lldb/test/python_api/target/TestTargetAPI.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/python_api/target/TestTargetAPI.py b/lldb/test/python_api/target/TestTargetAPI.py
index b385edc2c21..9f51482defb 100644
--- a/lldb/test/python_api/target/TestTargetAPI.py
+++ b/lldb/test/python_api/target/TestTargetAPI.py
@@ -75,6 +75,7 @@ class TargetAPITestCase(TestBase):
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
@python_api_test
@dsym_test
+ @expectedFailureDarwin("llvm.org/pr20273")
def test_launch_new_process_and_redirect_stdout_with_dsym(self):
"""Exercise SBTaget.Launch() API."""
self.buildDsym()
@@ -82,6 +83,7 @@ class TargetAPITestCase(TestBase):
@python_api_test
@dwarf_test
+ @expectedFailureDarwin("llvm.org/pr20273")
def test_launch_new_process_and_redirect_stdout_with_dwarf(self):
"""Exercise SBTarget.Launch() API."""
self.buildDwarf()
OpenPOWER on IntegriCloud