[LLDB] Skip TestExitDuringExpression on arm/linux buildbot

TestExitDuringExpression test_exit_before_one_thread_unwind fails
sporadically on arm/linux. This seems like a thread timing issue.
I am marking it skip for now.
This commit is contained in:
Muhammad Omair Javaid 2021-03-15 16:01:02 +05:00
parent a00347b56e
commit 0df28acffb
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ class TestExitDuringExpression(TestBase):
NO_DEBUG_INFO_TESTCASE = True
@skipIfWindows
@skipIf(oslist=["linux"], archs=["arm"], bugnumber="llvm.org/pr48414")
@expectedFailureAll(oslist=["freebsd"], bugnumber="llvm.org/pr48414")
@expectedFailureNetBSD
def test_exit_before_one_thread_unwind(self):