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:
Ed Maste 2015-12-22 19:08:46 +00:00
parent 28f8ac1db2
commit 7637905318
1 changed files with 1 additions and 0 deletions

View File

@ -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."""