38a34c9349267c99ce1ddbd0b6e985147415d355 |
|
17-Dec-2015 |
Dmitry V. Levin <ldv@altlinux.org> |
Add copyright headers to some files which lack them Before this change, all files that exist since 20th century had copyright headers, while most files that appeared later didn't. This change fixes the inconsistency by adding missing copyright headers. It doesn't mean that copyright headers became maintained. In my view, git history provides much better information on this subject and is much more accurate than copyright headers.
/external/strace/tests/inet-accept-connect-send-recv.c
|
552bc3a09ae1e40773a4de2713ca45710c0e3c4e |
|
14-Jan-2015 |
Dmitry V. Levin <ldv@altlinux.org> |
tests: skip ip network tests when the network is not functional * tests/inet-accept-connect-send-recv.c (main): Return 77 if inet stream socket cannot be created or it cannot be bound to INADDR_LOOPBACK. * tests/net-yy.test: Skip the test if inet-accept-connect-send-recv returns 77.
/external/strace/tests/inet-accept-connect-send-recv.c
|
fdfa72276a16d0bd42b795aef3ac6c8969210469 |
|
23-Sep-2014 |
Dmitry V. Levin <ldv@altlinux.org> |
tests: add a test for -yy option * tests/net-yy.test: New test. * tests/inet-accept-connect-send-recv.c: New file. * tests/netlink_inet_diag.c: Likewise. * tests/net-yy-accept.awk: Likewise. * tests/net-yy-connect.awk: Likewise. * tests/.gitignore: Add inet-accept-connect-send-recv, netlink_inet_diag, *.tmp-*, and *.tmp.*. * tests/Makefile.am (check_PROGRAMS): Add inet-accept-connect-send-recv and netlink_inet_diag. (TESTS): Add net-yy.test. (EXTRA_DIST): Add net-yy-accept.awk and net-yy-connect.awk.
/external/strace/tests/inet-accept-connect-send-recv.c
|