From 34f21d18b56e5c3dbce62affcf1631fcb696bf48 Mon Sep 17 00:00:00 2001 From: Daniel Malea Date: Wed, 19 Dec 2012 17:19:28 +0000 Subject: Test suite cleanup for Linux: mark test cases expected to fail due to open bugzillas - bugzillas covered: 14323, 14600, 14541, 14437, 14540, 14541 llvm-svn: 170564 --- lldb/test/python_api/hello_world/TestHelloWorld.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/test/python_api') 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): -- cgit v1.2.3