summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/thread
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/python_api/thread')
-rw-r--r--lldb/test/python_api/thread/TestThreadAPI.py1
1 files changed, 1 insertions, 0 deletions
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
OpenPOWER on IntegriCloud