forked from OSchip/llvm-project
Skip test that's hanging on FreeBSD until it can be investigated
llvm.org/pr21411 llvm-svn: 220856
This commit is contained in:
parent
6af95d3864
commit
e95d9d2c04
|
@ -49,18 +49,21 @@ class ExitDuringStepTestCase(TestBase):
|
||||||
self.buildDsym(dictionary=self.getBuildFlags())
|
self.buildDsym(dictionary=self.getBuildFlags())
|
||||||
self.exit_during_step_in_test()
|
self.exit_during_step_in_test()
|
||||||
|
|
||||||
|
@skipIfFreeBSD # llvm.org/pr21411: test is hanging
|
||||||
@dwarf_test
|
@dwarf_test
|
||||||
def test_with_dwarf(self):
|
def test_with_dwarf(self):
|
||||||
"""Test thread exit during step handling."""
|
"""Test thread exit during step handling."""
|
||||||
self.buildDwarf(dictionary=self.getBuildFlags())
|
self.buildDwarf(dictionary=self.getBuildFlags())
|
||||||
self.exit_during_step_inst_test()
|
self.exit_during_step_inst_test()
|
||||||
|
|
||||||
|
@skipIfFreeBSD # llvm.org/pr21411: test is hanging
|
||||||
@dwarf_test
|
@dwarf_test
|
||||||
def test_step_over_with_dwarf(self):
|
def test_step_over_with_dwarf(self):
|
||||||
"""Test thread exit during step-over handling."""
|
"""Test thread exit during step-over handling."""
|
||||||
self.buildDwarf(dictionary=self.getBuildFlags())
|
self.buildDwarf(dictionary=self.getBuildFlags())
|
||||||
self.exit_during_step_over_test()
|
self.exit_during_step_over_test()
|
||||||
|
|
||||||
|
@skipIfFreeBSD # llvm.org/pr21411: test is hanging
|
||||||
@dwarf_test
|
@dwarf_test
|
||||||
def test_step_in_with_dwarf(self):
|
def test_step_in_with_dwarf(self):
|
||||||
"""Test thread exit during step-in handling."""
|
"""Test thread exit during step-in handling."""
|
||||||
|
|
Loading…
Reference in New Issue