summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/python_api')
-rw-r--r--lldb/test/python_api/target/TestTargetAPI.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/test/python_api/target/TestTargetAPI.py b/lldb/test/python_api/target/TestTargetAPI.py
index 8c087c39f30..8163440cc4a 100644
--- a/lldb/test/python_api/target/TestTargetAPI.py
+++ b/lldb/test/python_api/target/TestTargetAPI.py
@@ -76,7 +76,6 @@ class TargetAPITestCase(TestBase):
@skipUnlessDarwin
@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()
@@ -84,7 +83,6 @@ 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