From f369dba051641cd3bb422c95618c8b561f992184 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Mon, 9 Dec 2013 15:25:37 +0000 Subject: test: Add annotation for FreeBSD failures w/ threaded inferiors llvm.org/pr17944 llvm.org/pr17946 llvm-svn: 196786 --- lldb/test/python_api/thread/TestThreadAPI.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/test/python_api/thread') diff --git a/lldb/test/python_api/thread/TestThreadAPI.py b/lldb/test/python_api/thread/TestThreadAPI.py index 4eb09c2a38f..1d22550bbfd 100644 --- a/lldb/test/python_api/thread/TestThreadAPI.py +++ b/lldb/test/python_api/thread/TestThreadAPI.py @@ -74,6 +74,7 @@ class ThreadAPITestCase(TestBase): self.setTearDownCleanup(dictionary=d) self.step_out_of_malloc_into_function_b(self.exe_name) + @expectedFailureFreeBSD('llvm.org/pr17944') @expectedFailureLinux # llvm.org/pr14416 @python_api_test @dwarf_test -- cgit v1.2.3