summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/thread/TestThreadAPI.py
diff options
context:
space:
mode:
authorMichał Górny <mgorny@moritz.systems>2020-11-03 18:46:10 +0100
committerMichał Górny <mgorny@moritz.systems>2020-11-03 22:01:59 +0100
commitb7de7be098d7f167d10acb713fe601ad15f37071 (patch)
tree565926adaf9cdb8bffa7d3d25d9ab41ede0bb423 /lldb/test/API/python_api/thread/TestThreadAPI.py
parentf5eebc25cc37332713888116beb4c2d9b09107ff (diff)
[lldb] [test] Remove xfail from tests that pass on FreeBSD
Diffstat (limited to 'lldb/test/API/python_api/thread/TestThreadAPI.py')
-rw-r--r--lldb/test/API/python_api/thread/TestThreadAPI.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/API/python_api/thread/TestThreadAPI.py b/lldb/test/API/python_api/thread/TestThreadAPI.py
index 2101527dee6b..595ab778da20 100644
--- a/lldb/test/API/python_api/thread/TestThreadAPI.py
+++ b/lldb/test/API/python_api/thread/TestThreadAPI.py
@@ -40,7 +40,6 @@ class ThreadAPITestCase(TestBase):
@skipIfAsan # The output looks different under ASAN.
@add_test_categories(['pyapi'])
@expectedFailureAll(oslist=["linux"], archs=['arm'], bugnumber="llvm.org/pr45892")
- @expectedFailureAll(oslist=['freebsd'], bugnumber='llvm.org/pr20476')
@expectedFailureAll(oslist=["windows"])
@expectedFailureNetBSD
def test_step_out_of_malloc_into_function_b(self):