diff options
| author | Daniel Malea <daniel.malea@intel.com> | 2012-12-19 17:19:28 +0000 |
|---|---|---|
| committer | Daniel Malea <daniel.malea@intel.com> | 2012-12-19 17:19:28 +0000 |
| commit | 34f21d18b56e5c3dbce62affcf1631fcb696bf48 (patch) | |
| tree | 651d864f3e17f045df1ae5a9d1708263519c9231 /lldb/test/python_api | |
| parent | 696d7226d6699ebe0535fe1cccc070fd8b1dd6ce (diff) | |
| download | bcm5719-llvm-34f21d18b56e5c3dbce62affcf1631fcb696bf48.tar.gz bcm5719-llvm-34f21d18b56e5c3dbce62affcf1631fcb696bf48.zip | |
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
Diffstat (limited to 'lldb/test/python_api')
| -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): |

