diff options
| author | Ed Maste <emaste@freebsd.org> | 2014-10-29 15:09:27 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@freebsd.org> | 2014-10-29 15:09:27 +0000 |
| commit | e95d9d2c04d655439214672f73d276c72f7ec510 (patch) | |
| tree | 58407a9efcba41fb3883aa7c5c38f453a9e907a3 | |
| parent | 6af95d3864ca847490c762f87e99b816b3cbde9f (diff) | |
| download | bcm5719-llvm-e95d9d2c04d655439214672f73d276c72f7ec510.tar.gz bcm5719-llvm-e95d9d2c04d655439214672f73d276c72f7ec510.zip | |
Skip test that's hanging on FreeBSD until it can be investigated
llvm.org/pr21411
llvm-svn: 220856
| -rw-r--r-- | lldb/test/functionalities/thread/exit_during_step/TestExitDuringStep.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/test/functionalities/thread/exit_during_step/TestExitDuringStep.py b/lldb/test/functionalities/thread/exit_during_step/TestExitDuringStep.py index 42337fbc765..676d42ec036 100644 --- a/lldb/test/functionalities/thread/exit_during_step/TestExitDuringStep.py +++ b/lldb/test/functionalities/thread/exit_during_step/TestExitDuringStep.py @@ -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.""" |

