summaryrefslogtreecommitdiffstats
path: root/tools/regression/sockets
Commit message (Collapse)AuthorAgeFilesLines
* tools: minor spelling fixes.pfg2016-05-011-1/+1
| | | | | | Mostly comments but also some user-visible strings. MFC after: 2 weeks
* Use different ports in the TCP/UDP testcases with the first set andngie2016-01-231-10/+10
| | | | | | | | | | | | | | the second set (increment the original ports by 10) This avoids issues where the first listening socket might not be torn down by the time it makes it to the second set of testcases. The sockets should likely only be setup once, but this keeps in the spirit of the original testcases, so this will be easier to backport to ^/stable/9 MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Don't run the t_cmsg_len testcase on 64-bit architecturesngie2016-01-231-0/+12
| | | | | | | | | | | It always fails when trying to send through the sendit(9) private KPI in the kernel due to a size mismatch between the msghdr and data being sent [*], which suspiciously seems like it's related to sizeof pointers instead of scalars, or something of that ilk MFC after: 1 week PR: 206543, 206544 [*] Sponsored by: EMC / Isilon Storage Division
* - Don't return immediately in check_xucred, check_scm_creds_cmsgcred, andngie2016-01-231-81/+98
| | | | | | | | | | | | | | check_scm_creds_sockcred after initial != NULL checks have been done for debugging purposes - Use more terse names for bintime (bt), cmesgcred (cmcred), sockcred (sc), and timeval (tv) [*] - Add some debug messages to better understand some of the flow of the test program MFC after: 1 week Requested by: bde [*] Use of the word "terse" (^.^) corrected by: jhb, rpokala [*] Sponsored by: EMC / Isilon Storage Division
* Fix -Wunused warning with clang/gccngie2016-01-162-2/+2
| | | | | | | | - Get rid of unused argc/argv variables in main - Bump WARNS to 6 MFC after: 3 days Sponsored by: EMC / Isilon Storage Division
* Fix warnings with clang/gccngie2016-01-162-33/+33
| | | | | | | | | | - Get rid of unused argc/argv variables in main - Exit on failure with a return code of 1 instead of -1 with err/errx as a return code of -1 is implementation dependent - Bump WARNS to 6 MFC after: 5 days Sponsored by: EMC / Isilon Storage Division
* Fix warnings with gcc 5.0ngie2016-01-162-4/+2
| | | | | | | | | | | | | | reconnect.c: - Convert the K&R prototype of main to an ANSI prototype to mute a warning from gcc 4.2.1 - Close s_sock2 after finishing off the last test to plug a leak and mute a warning from gcc 5.0 about a -Wunused-but-set variable sendfile.c: - Fix a -Wunused-but-set warning with gcc 5.0 with pagesize in main(..) MFC after: 5 days Sponsored by: EMC / Isilon Storage Division
* Test for EPROTOTYPE not EPROTONOSUPPORTngie2016-01-162-5/+5
| | | | | | | | | | - `SOCK_RAW` is the implied supported type parameter for socket(2) per route(4) - localsw in `sys/kern/uipc_usrreq.c` doesn't have an entry for `SOCK_RAW`, so the prototype is invalid (this isn't explicitly documented anywhere I could find) MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Add missing newline to message about requiring root privilegesngie2016-01-161-1/+1
| | | | | | | | This will help ensure that scripts/parsers don't get confused when the message is printed out MFC after: 3 days Sponsored by: EMC / Isilon Storage Division
* - Check for accf_filter before running the tests, otherwise it will alwaysngie2016-01-151-2/+13
| | | | | fail at subtest 9/11 - Use strncpy instead of strcpy with afa.af_name
* Integrate tools/regression/sockets/unix_passfd into the FreeBSD testngie2015-12-302-397/+0
| | | | | | | | | | | | | | | suite as tests/sys/kern/unix_passfd_test - Convert testcases to ATF - Fix an alignment issues - Mark rights_creds_payload(..) as an expected failure (see PR # 181741) Based [in part] on the following Differential Revision: https://reviews.freebsd.org/D689 MFC after: 1 week Submitted by: markj Sponsored by: EMC / Isilon Storage Division
* - Explicitly initialize ch to 0ngie2015-12-281-5/+6
| | | | | | | | | | | | - Delete some spurious whitespace - Use calloc instead of malloc in the last test to ensure that sendspace is properly zero'ed out Differential Revision: https://reviews.freebsd.org/D689 (part of a larger diff) MFC after: 1 week Reviewed by: asomers, ngie Submitted by: markj Sponsored by: EMC / Isilon Storage Division
* Fix LDADD/DPADD that should be LIBADD.bdrewery2015-12-041-2/+1
| | | | Sponsored by: EMC / Isilon Storage Division
* Fix even more warnings..ngie2015-04-112-3/+4
| | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Fix more warnings I didn't catch in the first go-aroundngie2015-04-112-6/+3
| | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Fix warnings, bump WARNS to 6, and use a temporary socket instead of one in /tmpngie2015-04-112-8/+8
| | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* - Remove the .t wrapper and put the "magic" of determining the number ofngie2015-04-112-59/+11
| | | | | | | | | testcases into the .c file - Require root for now because it fails with SOCK_RAW without root privileges - Increment the test count properly on socket create failure MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Fix the knob twiddling to work properly per src.opts.mkngie2015-04-111-4/+6
| | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Generate temporary files with mkstemp instead of mktempngie2015-04-111-3/+3
| | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Garbage collect argc/argv and bump WARNS to 6ngie2015-04-112-2/+2
| | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Garbage collect argc/argv and bump WARNS to 6ngie2015-04-112-2/+2
| | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* - Garbage collect argc/argvngie2015-04-112-11/+14
| | | | | | | - Use random paths instead of one in /tmp MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* - Garbage collect argc/argv; bump WARNS to 6ngie2015-04-112-6/+11
| | | | | | | | - Make the socket path random and move it out of /tmp as that's outside ATF's prescribed path MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Fix warnings and bump WARNS to 6ngie2015-04-112-6/+6
| | | | | | | | | - Staticize variables as needed - Garbage collect argc/argv - Fix -Wsign-compare warnings by casting small sizeof to (int) MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Garbage collect argc/argv and bump WARNS to 6ngie2015-04-112-2/+2
| | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Mark signum unused in signal_handler; bump WARNS to 6ngie2015-04-112-2/+2
| | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Fix a -Wuninitialized warning by setting the socket to -1 and bump WARNS to 6ngie2015-04-112-1/+3
| | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* - Don't use /tmp because it's outside ATF's prescribed sandboxngie2015-04-111-4/+4
| | | | | | | | - Replace a hardcoded PATH_MAX value with sizeof(path) - Use path like an array, not a pointer, and always try to unlink it in cleanup MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Fix warnings and bump WARNS to 6ngie2015-04-112-7/+7
| | | | | | | | | - Garbage collect argc/argv (-Wunused) - sleep(3) will always return an unsigned int; don't check for return codes <0 (-Wsign-compare) MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* - Garbage collect argc/argv (-Wunused)ngie2015-04-112-2/+2
| | | | | | | - Bump WARNS to 6 MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* - Use static buffers for temporary file paths instead of strdup of constant ↵ngie2015-04-111-14/+8
| | | | | | | | | | strings - Don't use /tmp because it's outside ATF's prescribed sandbox - Use mkstemp instead of mktemp to eliminate warning MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Use _exit, not exit in forked processngie2015-04-101-1/+1
| | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Remove argc/argv (-Wunused)ngie2015-04-102-2/+2
| | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Fix warningsngie2015-04-102-3/+4
| | | | | | | | - Remove argc/argv (-Wunused) - Mark some parameters to socket_listen_update __unused (-Wunused) MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Remove argc/argv (-Wunused)ngie2015-04-102-2/+2
| | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* - Parameterize out the number of accept/connect attemptsngie2015-04-102-19/+35
| | | | | | | | | | | | | | - Randomize the bind port to allow 2+ consecutive calls in < 10 minutes, and to also not fail if (for instance) there's a server already listening on port 8080 - Don't leak the listening socket / fds into the child process - Fix warnings: -- Remove argc/argv (-Wunused) -- Mark sig __unused (-Wunused) -- Mark quit static (-Wmissing-variable-declarations) MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Fix -Wunused warnings, bump WARNS to 6ngie2015-04-102-2/+3
| | | | | | | | | The output is still broken if prove -rv is run and the testcase aborts prematurely with fail_assertion (the testcase doesn't really conform to TAP protocol properly, except when it completes fully) MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Fix -Wunused warnings, bump WARNS to 6ngie2015-04-102-4/+2
| | | | | | | | | | | The testcase fails today on subtest # 9 The output is still broken if prove -rv is run and the testcase aborts prematurely (the testcase doesn't really conform to TAP protocol properly, except when it completes fully) MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Fix warnings, fix a typo in a testcase description, bump WARNS to 3ngie2015-04-102-5/+5
| | | | | | | | - Remove argc/argv (-Wunused) - Cast len in comparison to size_t (-Wsign-compare) MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-04-1324-24/+24
| | | | | | and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit.
* Add test case for kern/181741. Right now test fails.glebius2014-02-061-25/+79
| | | | | PR: 181741 Sponsored by: Nginx, Inc.
* Replace the old unix_seqpacket and unix_seqpacket_exercise tests, whichasomers2014-01-234-593/+0
| | | | | | | | | | | were a little broken and not automatable, with unix_seqpacket_test. It's coverage is a superset of the old tests and it uses ATF. It includes test cases for bugs kern/185813 and kern/185812. PR: kern/185812 PR: kern/185813 Sponsored by: Spectra Logic MFC after: 2 weeks
* Add a sendfile regression test for transmit length > file size.emaste2013-09-101-32/+64
| | | | | | | This test identified the issue fixed in FreeBSD-SA-13:11.sendfile. Sponsored by: The FreeBSD Foundation Approved by: re (glebius)
* Major update for unix_cmsg from Andrey Simonenko.pluknet2013-02-113-1249/+1652
| | | | | | | | | | | | | | | | | | Quoting the submitter: - Added tests for SCM_BINTIME, LOCAL_PEERCRED, cmsghdr.cmsg_len - Code that checks correctness of groups was corrected (getgroups(2) change) - unix_cmsg.c was completely redesigned and simplified - Use less timeout value in unix_cmsg.c for faster work - Added support for not sending data in a message, not sending data and data array associated with a cmsghdr structure in a message - Existent tests were improved - unix_cmsg.t was redesigned and simplified Correctness of unix_cmsg verified on 7.1-STABLE, 9.1-STABLE and 10-CURRENT. PR: bin/131567 Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> MFC after: 2 weeks
* Zero the whole struct not just the size of a pointer.emaste2012-11-191-1/+1
| | | | Found by: clang
* Use '%zd' format specifier for ssize_temaste2012-11-193-13/+13
| | | | Found by: clang
* Use '%zd' printf format for ssize_t.emaste2012-11-191-2/+2
|
* remove duplicate semicolons where possible.eadler2012-10-221-1/+1
| | | | | Approved by: cperciva MFC after: 1 week
* Add regression tests for the setsockopt(2) SO_SETFIB socket option.bz2012-02-173-0/+262
| | | | | | | | Check that the expected domain(9) families all handle the socket option correctly and do proper bounds checks. This would catch bugs as fixed in (r230938,)r230981. Sponsored by: Cisco Systems, Inc.
* - Add a test for PR 151758.jhb2011-12-091-26/+54
| | | | | | | | | | | | | - While here, make this compile and work on non-i386: - Use CMSG_SPACE(), CMSG_LEN(), and CMSG_FIRSTHDR() instead of ignoring padding between 'struct cmsghdr' and control message payloads. - Don't initialize the control message before calling recvmsg(). Instead, check that we get a valid control message on return from recvmsg(). - Use errx() instead of err() for some errors that don't report failures that set errno. Requested by: kib (1)
OpenPOWER on IntegriCloud