diff options
Diffstat (limited to 'lldb/test/python_api/hello_world')
| -rw-r--r-- | lldb/test/python_api/hello_world/TestHelloWorld.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/hello_world/TestHelloWorld.py b/lldb/test/python_api/hello_world/TestHelloWorld.py index d6532aaf45b..acb583b0061 100644 --- a/lldb/test/python_api/hello_world/TestHelloWorld.py +++ b/lldb/test/python_api/hello_world/TestHelloWorld.py @@ -67,6 +67,7 @@ class HelloWorldTestCase(TestBase): self.setTearDownCleanup(dictionary=self.d) self.hello_world_attach_with_name_api() + @expectedFailureLinux # due to bugzilla 14541 @python_api_test @dwarf_test def test_with_dwarf_and_attach_to_process_with_name_api(self): |

