llvm-project/lldb/packages/Python/lldbsuite/test/api/multithreaded
Jim Ingham df1e4b697e Ignore SIGPIPE in the mini-driver used by these tests.
We're seeing some very occasional failures in these tests where the
mini-driver dies with a SIGPIPE.  We don't use SIGPIPE for anything, and
the main lldb driver program already ignores SIGPIPE, so ignoring it in
the mini-driver is a good way to remove these spurious failures.

<rdar://problem/29740488>

llvm-svn: 290216
2016-12-21 00:12:54 +00:00
..
Makefile Merge ENABLE_THREADS and ENABLE_STD_THREADS markers 2015-12-15 12:11:00 +00:00
TestMultithreaded.py Enable TestMultithreaded-sb_api_listener_event_process_state on linux/gcc 2016-11-24 15:10:15 +00:00
common.h getwd(3) with NULL pointer extension is supported on NetBSD 2015-12-07 21:21:12 +00:00
driver.cpp.template Ignore SIGPIPE in the mini-driver used by these tests. 2016-12-21 00:12:54 +00:00
inferior.cpp
listener_test.cpp.template [Test Suite] Pull generateSource into lldbtest 2016-10-31 04:48:19 +00:00
test_breakpoint_callback.cpp.template [Test Suite] Pull generateSource into lldbtest 2016-10-31 04:48:19 +00:00
test_listener_event_description.cpp.template [Test Suite] Pull generateSource into lldbtest 2016-10-31 04:48:19 +00:00
test_listener_event_process_state.cpp.template [Test Suite] Pull generateSource into lldbtest 2016-10-31 04:48:19 +00:00
test_listener_resume.cpp.template [Test Suite] Pull generateSource into lldbtest 2016-10-31 04:48:19 +00:00