History log of /src/tests/lib/libc/rpc |
Revision | Date | Author | Comments |
1.4 | 03-Jun-2023 |
lukem | bsd.own.mk: rename GCC_NO_* to CC_WNO_*
Rename compiler-warning-disable variables from GCC_NO_warning to CC_WNO_warning where warning is the full warning name as used by the compiler.
GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH
Using the convention CC_compilerflag, where compilerflag is based on the full compiler flag name.
|
1.3 | 13-Oct-2019 |
mrg | introduce some common variables for use in GCC warning disables:
GCC_NO_FORMAT_TRUNCATION -Wno-format-truncation (GCC 7/8) GCC_NO_STRINGOP_TRUNCATION -Wno-stringop-truncation (GCC 8) GCC_NO_STRINGOP_OVERFLOW -Wno-stringop-overflow (GCC 8) GCC_NO_CAST_FUNCTION_TYPE -Wno-cast-function-type (GCC 8)
use these to turn off warnings for most GCC-8 complaints. many of these are false positives, most of the real bugs are already commited, or are yet to come.
we plan to introduce versions of (some?) of these that use the "-Wno-error=" form, which still displays the warnings but does not make it an error, and all of the above will be re-considered as either being "fix me" (warning still displayed) or "warning is wrong."
|
1.2 | 26-Feb-2013 |
christos | branches: 1.2.30; Add a test for the rpc getaddr bug lib/13082. Timeout added, but it needs rpcbind to be running to succeed.
|
1.1 | 08-Jan-2011 |
pgoyette | branches: 1.1.6; 1.1.12; Atf-ify the rpc/t_xdr test
|
1.1.12.1 | 23-Jun-2013 |
tls | resync from head
|
1.1.6.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.2.30.1 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.1 | 08-Jan-2011 |
pgoyette | Atf-ify the rpc/t_xdr test
|
1.11 | 04-Feb-2019 |
mrg | - make ERRX() return a value since it doesn't actually exit in the !TEST case.
|
1.10 | 27-Aug-2016 |
christos | branches: 1.10.14; skip if we are not running rpcbind.
|
1.9 | 27-Nov-2015 |
christos | fix double negation
|
1.8 | 10-Nov-2015 |
christos | CID 1338516: Handle svc_run() returning.
|
1.7 | 08-Nov-2015 |
christos | Disable debugging.
|
1.6 | 08-Nov-2015 |
christos | Add more rpc tests. XXX: Need rpcbind running.
|
1.5 | 06-Nov-2015 |
christos | make this compile for tests.
|
1.4 | 06-Nov-2015 |
christos | Add a test for the raw transports which are currently busted.
|
1.3 | 28-Feb-2013 |
christos | branches: 1.3.4; 1.3.10; remove the timeout; it is handled internally.
|
1.2 | 27-Feb-2013 |
christos | skip the tests if rpcbind is not responding.
|
1.1 | 26-Feb-2013 |
christos | Add a test for the rpc getaddr bug lib/13082. Timeout added, but it needs rpcbind to be running to succeed.
|
1.3.10.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.3.10.1 | 28-Feb-2013 |
yamt | file t_rpc.c was added on branch yamt-pagecache on 2014-05-22 11:42:20 +0000
|
1.3.4.2 | 23-Jun-2013 |
tls | resync from head
|
1.3.4.1 | 28-Feb-2013 |
tls | file t_rpc.c was added on branch tls-maxphys on 2013-06-23 06:28:56 +0000
|
1.10.14.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.1 | 08-Jan-2011 |
pgoyette | Atf-ify the rpc/t_xdr test
|