Mark TestPrintStackTraces as flaky on android arm

llvm-svn: 265959
This commit is contained in:
Pavel Labath 2016-04-11 16:50:08 +00:00
parent bb5c39d79e
commit d6201b83ac
1 changed files with 1 additions and 0 deletions

View File

@ -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."""