summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2016-04-11 16:50:08 +0000
committerPavel Labath <labath@google.com>2016-04-11 16:50:08 +0000
commitd6201b83ac6f81ec574331aba4dbb89f36ff4d99 (patch)
treee86e8a77aef0575aef3d6e06cc6f462a03369e4c /lldb/packages/Python/lldbsuite
parentbb5c39d79e4b0a187c180bc25d41921eb7d51dac (diff)
downloadbcm5719-llvm-d6201b83ac6f81ec574331aba4dbb89f36ff4d99.tar.gz
bcm5719-llvm-d6201b83ac6f81ec574331aba4dbb89f36ff4d99.zip
Mark TestPrintStackTraces as flaky on android arm
llvm-svn: 265959
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
-rw-r--r--lldb/packages/Python/lldbsuite/test/python_api/lldbutil/process/TestPrintStackTraces.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/python_api/lldbutil/process/TestPrintStackTraces.py b/lldb/packages/Python/lldbsuite/test/python_api/lldbutil/process/TestPrintStackTraces.py
index 66fb21a71da..380a04227a5 100644
--- a/lldb/packages/Python/lldbsuite/test/python_api/lldbutil/process/TestPrintStackTraces.py
+++ b/lldb/packages/Python/lldbsuite/test/python_api/lldbutil/process/TestPrintStackTraces.py
@@ -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."""
OpenPOWER on IntegriCloud