XFAIL test_thread_state_after_continue on Windows.

https://llvm.org/pr24660

llvm-svn: 246668
This commit is contained in:
Zachary Turner 2015-09-02 16:47:01 +00:00
parent ecb17985c5
commit fbb79bb789
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
"""
"""
Test thread states.
"""
@ -39,6 +39,7 @@ class ThreadStateTestCase(TestBase):
@dwarf_test
@skipIfDarwin # 'llvm.org/pr23669', cause Python crash randomly
@expectedFailureDarwin('llvm.org/pr23669')
@expectedFailureWindows("llvm.org/pr24660")
def test_state_after_continue_with_dwarf(self):
"""Test thread state after continue."""
self.buildDwarf(dictionary=self.getBuildFlags(use_cpp11=False))
@ -55,6 +56,7 @@ class ThreadStateTestCase(TestBase):
@skipIfDarwin # 'llvm.org/pr23669', cause Python crash randomly
@expectedFailureDarwin('llvm.org/pr23669')
@expectedFailureWindows("llvm.org/pr24660")
@dwarf_test
def test_state_after_expression_with_dwarf(self):
"""Test thread state after expression."""