summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2015-04-22 17:06:48 +0000
committerEd Maste <emaste@freebsd.org>2015-04-22 17:06:48 +0000
commit5ff214052791d0de71a3a476cc6c3edd43e277a1 (patch)
tree5f416a9753fad1fae1e4dba396b80dae2a00c492 /lldb
parentc0f7cc009a89a7aa12bf345664b236723366fa42 (diff)
downloadbcm5719-llvm-5ff214052791d0de71a3a476cc6c3edd43e277a1.tar.gz
bcm5719-llvm-5ff214052791d0de71a3a476cc6c3edd43e277a1.zip
Add decorator for signal test failing on FreeBSD
llvm.org/pr23318 llvm-svn: 235523
Diffstat (limited to 'lldb')
-rw-r--r--lldb/test/functionalities/signal/TestSendSignal.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/functionalities/signal/TestSendSignal.py b/lldb/test/functionalities/signal/TestSendSignal.py
index 7e883ad59ae..db23704f651 100644
--- a/lldb/test/functionalities/signal/TestSendSignal.py
+++ b/lldb/test/functionalities/signal/TestSendSignal.py
@@ -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."""
OpenPOWER on IntegriCloud