forked from OSchip/llvm-project
Mark TestPrintStackTraces as flaky on android arm
llvm-svn: 265959
This commit is contained in:
parent
bb5c39d79e
commit
d6201b83ac
|
@ -29,6 +29,7 @@ class ThreadsStackTracesTestCase(TestBase):
|
|||
#hence unwinding fail when we are stopped in __thread_start
|
||||
@expectedFailureAll(triple = 'mips*')
|
||||
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24778")
|
||||
@expectedFlakeyAndroid("llvm.org/26492", archs=["arm"])
|
||||
@add_test_categories(['pyapi'])
|
||||
def test_stack_traces(self):
|
||||
"""Test SBprocess and SBThread APIs with printing of the stack traces."""
|
||||
|
|
Loading…
Reference in New Issue