[lldb] [test] Update test status for NetBSD

This commit is contained in:
Michał Górny
2020-12-20 11:32:19 +01:00
parent 41ab45d662
commit 99562332e3
40 changed files with 22 additions and 32 deletions

View File

@@ -41,7 +41,6 @@ class ThreadAPITestCase(TestBase):
@add_test_categories(['pyapi'])
@expectedFailureAll(oslist=["linux"], archs=['arm'], bugnumber="llvm.org/pr45892")
@expectedFailureAll(oslist=["windows"])
@expectedFailureNetBSD
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()."""
# We build a different executable than the default build() does.