[Lldb-commits] [lldb] r256268 - Add expectedFailureFreeBSD to an additional thread state test failing on FreeBSD
Ed Maste via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 22 11:08:46 PST 2015
Author: emaste
Date: Tue Dec 22 13:08:46 2015
New Revision: 256268
URL: http://llvm.org/viewvc/llvm-project?rev=256268&view=rev
Log:
Add expectedFailureFreeBSD to an additional thread state test failing on FreeBSD
This new failure has been noted in the existing PR, llvm.org/pr15824
Modified:
lldb/trunk/packages/Python/lldbsuite/test/functionalities/thread/state/TestThreadStates.py
Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/thread/state/TestThreadStates.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/thread/state/TestThreadStates.py?rev=256268&r1=256267&r2=256268&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/thread/state/TestThreadStates.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/thread/state/TestThreadStates.py Tue Dec 22 13:08:46 2015
@@ -27,6 +27,7 @@ class ThreadStateTestCase(TestBase):
@skipIfDarwin # 'llvm.org/pr23669', cause Python crash randomly
@expectedFailureDarwin('llvm.org/pr23669')
+ @expectedFailureFreeBSD('llvm.org/pr15824')
@expectedFailureWindows("llvm.org/pr24660")
def test_state_after_continue(self):
"""Test thread state after continue."""
More information about the lldb-commits
mailing list