lib/libc/tests/rpc: Correctly set timeoutThe rpc_control() API does not accept the CLCR_SET_RPCB_TIMEOUT command,it only accepts RPC_SVC_CONNMAXREC_GET/RPC_SVC_CONNMAXREC_SET, so it wasnot doing
lib/libc/tests/rpc: Correctly set timeoutThe rpc_control() API does not accept the CLCR_SET_RPCB_TIMEOUT command,it only accepts RPC_SVC_CONNMAXREC_GET/RPC_SVC_CONNMAXREC_SET, so it wasnot doing anything.Instead of incorrectly calling this API, use clnt_create_timed() instead.I noticed this because the test was timing out after 120s in the CheriBSD CI.Reviewed By: ngieDifferential Revision: https://reviews.freebsd.org/D28478
show more ...
Remove expected failure now that it was fixed in r317660.PR: 211804Reviewed by: ngieObtained from: CheriBSDMFC after: 2 weeksSponsored by: DARPA, AFRLDifferential Revision: https://reviews.fr
Remove expected failure now that it was fixed in r317660.PR: 211804Reviewed by: ngieObtained from: CheriBSDMFC after: 2 weeksSponsored by: DARPA, AFRLDifferential Revision: https://reviews.freebsd.org/D10576
Diff reduce with upstream by using macros and logic integrated inlater revisions of the test
Upgrade NetBSD tests to 01.11.2017_23.20 snapshotThis contains some new testcases in /usr/tests/...:- .../lib/libc- .../lib/libthr- .../lib/msun- .../sys/kernTested on: amd64, i386MFC after
Upgrade NetBSD tests to 01.11.2017_23.20 snapshotThis contains some new testcases in /usr/tests/...:- .../lib/libc- .../lib/libthr- .../lib/msun- .../sys/kernTested on: amd64, i386MFC after: 1 month
Fix lib/libc/rpc test assumptions added in r305358- Require root in the tcp/udp subtests (it's needed on FreeBSD when registering services).- Skip the tests if service registration fails.MFC a
Fix lib/libc/rpc test assumptions added in r305358- Require root in the tcp/udp subtests (it's needed on FreeBSD when registering services).- Skip the tests if service registration fails.MFC after: 59 daysX-MFC with: r305358Reported by: Jenkins, rodrigcSponsored by: EMC / Isilon Storage Division
Expect :raw to fail on FreeBSDclnt_raw fails with `RPC_CANTDECODERES` today with the testcaseprovided by NetBSD.PR: 211804Sponsored by: EMC / Isilon Storage Division
Checkpoint initial integration work- Some of the lib/libc and lib/thr tests fail- lib/msun/exp_test:exp2_values now passes with clang 3.8.0The Makefiles in contrib/netbsd-tests were pruned as th
Checkpoint initial integration work- Some of the lib/libc and lib/thr tests fail- lib/msun/exp_test:exp2_values now passes with clang 3.8.0The Makefiles in contrib/netbsd-tests were pruned as they have no valueSponsored by: EMC / Isilon Storage Division
Cast xdr_void to xdrproc_t to mute -Wincompatible-pointer-types warnings fromclangThis pattern is used in other areas of lib/libc/rpcMFC after: 1 weekSponsored by: EMC / Isilon Storage Division
rpc_control on FreeBSD is a public-ish API (not prefixed with __), not privatelike NetBSDSubmitted by: pho
Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 ,minus the vendor MakefilesProvide directions for how to bootstrap the vendor sources inFREEBSD-upgradeMFC after 2 weeks
Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 ,minus the vendor MakefilesProvide directions for how to bootstrap the vendor sources inFREEBSD-upgradeMFC after 2 weeksDiscussed with: rpauloSponsored by: EMC / Isilon Storage Division