Mark TestPrintStackTraces as flaky on linux

PR27687

llvm-svn: 268934
This commit is contained in:
Pavel Labath 2016-05-09 16:59:29 +00:00
parent 1af53a91c0
commit b5935bfd7d
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ class ThreadsStackTracesTestCase(TestBase):
@expectedFailureAll(triple = 'mips*')
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24778")
@expectedFlakeyAndroid("llvm.org/26492", archs=["arm"])
@expectedFlakeyLinux("llvm.org/pr27687")
@add_test_categories(['pyapi'])
def test_stack_traces(self):
"""Test SBprocess and SBThread APIs with printing of the stack traces."""