From d6201b83ac6f81ec574331aba4dbb89f36ff4d99 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Mon, 11 Apr 2016 16:50:08 +0000 Subject: Mark TestPrintStackTraces as flaky on android arm llvm-svn: 265959 --- .../lldbsuite/test/python_api/lldbutil/process/TestPrintStackTraces.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite/test/python_api') 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.""" -- cgit v1.2.3