summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2016-02-19 19:25:03 +0000
committerEd Maste <emaste@freebsd.org>2016-02-19 19:25:03 +0000
commit28cbb8616e2764340d4c583ba531e3391346025e (patch)
treee2d7f9b6db8e6c21aac3ea0282b4a90ac48731c0 /lldb/packages/Python/lldbsuite/test/python_api
parent87e368b7db8ec570b82f94c706734320a7145e6c (diff)
downloadbcm5719-llvm-28cbb8616e2764340d4c583ba531e3391346025e.tar.gz
bcm5719-llvm-28cbb8616e2764340d4c583ba531e3391346025e.zip
Remove expectedFailureFreeBSD decorator
All invocations are updated to use the generic expectedFailureAll. Differential Revision: http://reviews.llvm.org/D17455 llvm-svn: 261355
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
-rw-r--r--lldb/packages/Python/lldbsuite/test/python_api/thread/TestThreadAPI.py2
1 files changed, 1 insertions, 1 deletions
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()."""
OpenPOWER on IntegriCloud