forked from OSchip/llvm-project
[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:
parent
a00347b56e
commit
0df28acffb
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue