[Lldb-commits] [lldb] r268934 - Mark TestPrintStackTraces as flaky on linux

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon May 9 09:59:29 PDT 2016


Author: labath
Date: Mon May  9 11:59:29 2016
New Revision: 268934

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

PR27687

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=268934&r1=268933&r2=268934&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 May  9 11:59:29 2016
@@ -30,6 +30,7 @@ class ThreadsStackTracesTestCase(TestBas
     @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."""




More information about the lldb-commits mailing list