Skip test that's hanging on FreeBSD until it can be investigated

llvm.org/pr21411

llvm-svn: 220856
This commit is contained in:
Ed Maste 2014-10-29 15:09:27 +00:00
parent 6af95d3864
commit e95d9d2c04
1 changed files with 3 additions and 0 deletions

View File

@ -49,18 +49,21 @@ class ExitDuringStepTestCase(TestBase):
self.buildDsym(dictionary=self.getBuildFlags())
self.exit_during_step_in_test()
@skipIfFreeBSD # llvm.org/pr21411: test is hanging
@dwarf_test
def test_with_dwarf(self):
"""Test thread exit during step handling."""
self.buildDwarf(dictionary=self.getBuildFlags())
self.exit_during_step_inst_test()
@skipIfFreeBSD # llvm.org/pr21411: test is hanging
@dwarf_test
def test_step_over_with_dwarf(self):
"""Test thread exit during step-over handling."""
self.buildDwarf(dictionary=self.getBuildFlags())
self.exit_during_step_over_test()
@skipIfFreeBSD # llvm.org/pr21411: test is hanging
@dwarf_test
def test_step_in_with_dwarf(self):
"""Test thread exit during step-in handling."""