summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Check return code of connect in test_thread_echo_tcp_sendmsg_recvmsgAndreas Schneider2018-10-231-0/+2
* tests: Check the return code of connect in test_echo_udp_sendmsg_recvmsgAndreas Schneider2018-10-231-0/+3
* tests: Check return code of connnect in test_echo_tcp_sendmsg_recvmsgAndreas Schneider2018-10-231-0/+3
* echo_srv: Check for a valid pidfile pointerAndreas Schneider2018-10-231-1/+1
* echo_srv: Only use 128K as buffer size instead of 4MBAndreas Schneider2018-10-231-1/+1
* torture: Wait longer for echo_srv startupAndreas Schneider2018-10-231-2/+2
* echo_srv: Do not close bogus file descriptorsAndreas Schneider2018-10-231-4/+2
* tests: Use assert_return_code() to get errnoAndreas Schneider2018-10-231-8/+8
* tests: Avoid -Wcast-align warningAnoop C S2018-10-231-28/+18
* tests: Fix -Wformat gcc warningAnoop C S2018-10-231-1/+1
* cmake: Update AddCMockaTestAndreas Schneider2018-10-231-42/+41
* cmake: Support running the tests with AddressSanitizerAndreas Schneider2018-10-231-1/+27
* cmake: Improve checks for compiler flagsAndreas Schneider2018-10-231-0/+14
* cmake: Suppress helgrind race condition warning we created on purposeAndreas Schneider2018-10-232-1/+12
* cmake: Create an error if helgrind finds a bugAndreas Schneider2018-10-231-1/+1
* cmake: Write helgrind logs to stderr so we can see themAndreas Schneider2018-10-231-2/+2
* tests: Update valgrind suppression fileAndreas Schneider2018-08-171-1/+9
* tests: Prevent child process falling to defunct stateAnoop C S2018-08-091-0/+2
* tests: Add missing header for IPPROTO_TCPAndreas Schneider2018-08-091-0/+1
* tests: Fix resouce leak in echo_srv tcp handlingAndreas Schneider2018-05-041-2/+1
* cmake: Run threaded tests with helgrindAndreas Schneider2018-05-031-6/+35
* tests: Add test case to validate free-list indexesAnoop C S2018-05-022-1/+76
* tests: New threaded test casesAnoop C S2018-05-025-1/+591
* tests: Modify echo server to accept multiple connectionsAnoop C S2018-05-021-23/+35
* tests: Add new test to check mutex lock contentionMichael Adam2018-05-022-1/+74
* swrap: set errno to ENFILE if there is no more free socket_infoMichael Adam2018-05-021-2/+2
* tests: Increase wait time for setup and teardown to 5msAndreas Schneider2018-05-021-2/+2
* tests: Remove extra test by moving getsockname() to anotherAnoop C S2018-03-263-70/+2
* tests: Add a thread deadlock reproducerAndreas Schneider2017-12-043-1/+175
* tests: Fix sa_socklen for sockaddr_inAndreas Schneider2017-12-041-2/+2
* tests: Add a simple fnctl() testAndreas Schneider2017-09-072-0/+68
* tests: Fix test_close_failure test caseMichael Adam2017-03-171-3/+1
* Increase wait time during echo_server's pid-file checkAnoop C S2017-02-271-1/+1
* Avoid mutex lock wait in socket close failureAnoop C S2017-02-102-1/+52
* tests: Clean-up max_sockets test caseAnoop C S2016-10-271-20/+4
* cmake: Link pthread library headersMichael Adam2016-10-201-1/+2
* tests: Add a test for max_socketsMichael Adam2016-10-202-1/+112
* swrap: Add test case to validate oldfd = newfd case in dup2()Anoop C S2016-08-232-0/+51
* tests: Add test_connect_sendto_null_ipv4() testAndreas Schneider2016-05-171-0/+52
* tests: Add a udp test case for sendto() after a connect()Richard Sharpe2016-05-171-0/+52
* tests: Add test for ephemeral port binding in listen()Andreas Schneider2015-11-042-0/+116
* tests: Add valgrind suppression file for dlopen() issuesAndreas Schneider2015-10-281-0/+16
* torture: Use a short torture socket dirAndreas Schneider2015-10-271-1/+1
* tests: Fix compile warningAndreas Schneider2015-10-191-1/+1
* tests: Add a unit test for wrap_sendmsg_filter_cmsghdr()Ralph Boehme2015-10-142-1/+122
* tests: Add test for TCP_NODELAY setsockopt()Andreas Schneider2015-10-141-0/+11
* tests: Add test for TCP_NODELAY getsockopt()Andreas Schneider2015-10-141-0/+38
* tests: Rename s_addr to send_addrAndreas Schneider2015-08-172-20/+20
* tests: Fix memset() call in new testsAndreas Schneider2015-08-172-4/+4
* tests: Fix passing pointer of incompatible typeAndreas Schneider2015-08-173-3/+3