[Lldb-commits] [lldb] r235523 - Add decorator for signal test failing on FreeBSD
Ed Maste
emaste at freebsd.org
Wed Apr 22 10:06:49 PDT 2015
Author: emaste
Date: Wed Apr 22 12:06:48 2015
New Revision: 235523
URL: http://llvm.org/viewvc/llvm-project?rev=235523&view=rev
Log:
Add decorator for signal test failing on FreeBSD
llvm.org/pr23318
Modified:
lldb/trunk/test/functionalities/signal/TestSendSignal.py
Modified: lldb/trunk/test/functionalities/signal/TestSendSignal.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/signal/TestSendSignal.py?rev=235523&r1=235522&r2=235523&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/signal/TestSendSignal.py (original)
+++ lldb/trunk/test/functionalities/signal/TestSendSignal.py Wed Apr 22 12:06:48 2015
@@ -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."""
More information about the lldb-commits
mailing list