Add decorator for signal test failing on FreeBSD

llvm.org/pr23318

llvm-svn: 235523
This commit is contained in:
Ed Maste 2015-04-22 17:06:48 +00:00
parent c0f7cc009a
commit 5ff2140527
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ class SendSignalTestCase(TestBase):
self.buildDsym()
self.send_signal()
@expectedFailureFreeBSD("llvm.org/pr23318: does not report running state")
@dwarf_test
def test_with_dwarf_and_run_command(self):
"""Test that lldb command 'process signal SIGUSR1' sends a signal to the inferior process."""