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."""
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits