[Lldb-commits] [lldb] r265959 - Mark TestPrintStackTraces as flaky on android arm

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 11 09:50:08 PDT 2016


Author: labath
Date: Mon Apr 11 11:50:08 2016
New Revision: 265959

URL: http://llvm.org/viewvc/llvm-project?rev=265959&view=rev
Log:
Mark TestPrintStackTraces as flaky on android arm

Modified:
    lldb/trunk/packages/Python/lldbsuite/test/python_api/lldbutil/process/TestPrintStackTraces.py

Modified: lldb/trunk/packages/Python/lldbsuite/test/python_api/lldbutil/process/TestPrintStackTraces.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/python_api/lldbutil/process/TestPrintStackTraces.py?rev=265959&r1=265958&r2=265959&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/python_api/lldbutil/process/TestPrintStackTraces.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/python_api/lldbutil/process/TestPrintStackTraces.py Mon Apr 11 11:50:08 2016
@@ -29,6 +29,7 @@ class ThreadsStackTracesTestCase(TestBas
     #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."""




More information about the lldb-commits mailing list