mirror of
https://github.com/intel/llvm.git
synced 2026-01-30 22:53:05 +08:00
Mark TestPrintStackTraces as flaky on android arm
llvm-svn: 265959
This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user