[lldb] [test] Remove xfail from tests that pass on FreeBSD

This commit is contained in:
Michał Górny
2020-11-03 18:46:10 +01:00
parent f5eebc25cc
commit b7de7be098
6 changed files with 1 additions and 18 deletions

View File

@@ -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):