From 28cbb8616e2764340d4c583ba531e3391346025e Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Fri, 19 Feb 2016 19:25:03 +0000 Subject: Remove expectedFailureFreeBSD decorator All invocations are updated to use the generic expectedFailureAll. Differential Revision: http://reviews.llvm.org/D17455 llvm-svn: 261355 --- lldb/packages/Python/lldbsuite/test/python_api/thread/TestThreadAPI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/TestThreadAPI.py') diff --git a/lldb/packages/Python/lldbsuite/test/python_api/thread/TestThreadAPI.py b/lldb/packages/Python/lldbsuite/test/python_api/thread/TestThreadAPI.py index e767e5e71e2..588aa66cf53 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/thread/TestThreadAPI.py +++ b/lldb/packages/Python/lldbsuite/test/python_api/thread/TestThreadAPI.py @@ -39,7 +39,7 @@ class ThreadAPITestCase(TestBase): self.run_to_address(self.exe_name) @add_test_categories(['pyapi']) - @expectedFailureFreeBSD # llvm.org/pr20476 + @expectedFailureAll(oslist=['freebsd'], bugnumber='llvm.org/pr20476') @expectedFailureAll(oslist=["windows"]) def test_step_out_of_malloc_into_function_b(self): """Test Python SBThread.StepOut() API to step out of a malloc call where the call site is at function b().""" -- cgit v1.2.3