forked from OSchip/llvm-project
Add expectedFailureFreeBSD to an additional thread state test failing on FreeBSD
This new failure has been noted in the existing PR, llvm.org/pr15824 llvm-svn: 256268
This commit is contained in:
parent
28f8ac1db2
commit
7637905318
|
@ -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."""
|
||||
|
|
Loading…
Reference in New Issue