diff options
author | Todd Fiala <todd.fiala@gmail.com> | 2015-09-14 19:53:00 +0000 |
---|---|---|
committer | Todd Fiala <todd.fiala@gmail.com> | 2015-09-14 19:53:00 +0000 |
commit | a22006183f47e4237a3abfac895f4f5bb67abb81 (patch) | |
tree | 07deb0757a47e3f354b61079bbfb6d1c0a1120b1 /lldb/test/python_api | |
parent | 11ab0e155dedf4c45929ce0d901621cdec999d54 (diff) | |
download | bcm5719-llvm-a22006183f47e4237a3abfac895f4f5bb67abb81.tar.gz bcm5719-llvm-a22006183f47e4237a3abfac895f4f5bb67abb81.zip |
Fixes lldb-server commandline test xpass for OS X and Linux; resolves llvm.org/pr20273
llvm-svn: 247605
Diffstat (limited to 'lldb/test/python_api')
-rw-r--r-- | lldb/test/python_api/target/TestTargetAPI.py | 2 |
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() |