From 2529ae3962b8a766182bfc7b214cd64e410d94b8 Mon Sep 17 00:00:00 2001 From: Andrew Kaylor Date: Thu, 13 Dec 2012 01:28:44 +0000 Subject: [PATCH] Marking test_lldb_iter_frame in TestLLDBIterator.py as expectedFailureLinux (due to lack of multi-threaded debugging support). llvm-svn: 170074 --- lldb/test/python_api/lldbutil/iter/TestLLDBIterator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/python_api/lldbutil/iter/TestLLDBIterator.py b/lldb/test/python_api/lldbutil/iter/TestLLDBIterator.py index 47fe16590191..05f9b658ab46 100644 --- a/lldb/test/python_api/lldbutil/iter/TestLLDBIterator.py +++ b/lldb/test/python_api/lldbutil/iter/TestLLDBIterator.py @@ -31,6 +31,7 @@ class LLDBIteratorTestCase(TestBase): self.buildDefault() self.lldb_iter_breakpoint() + @expectedFailureLinux # bugzilla 14323 @python_api_test def test_lldb_iter_frame(self): """Test iterator works correctly for SBProcess->SBThread->SBFrame.""" -- GitLab