CVS commit: src/tests/lib/librumpclient

2020-11-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Nov 8 08:54:50 UTC 2020 Modified Files: src/tests/lib/librumpclient: t_exec.sh Log Message: PR 55338: re-enable threxec test for more test coverage. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/tests/lib/librumpclient

2020-08-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Aug 29 05:46:34 UTC 2020 Modified Files: src/tests/lib/librumpclient: t_exec.sh Log Message: Skip threxec test pointing at PR 55338, this kills some test beds. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/tests/lib/librumpclient

2016-11-23 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Nov 24 00:37:29 UTC 2016 Modified Files: src/tests/lib/librumpclient: h_execthr.c Log Message: Turn off the PR 49140 logging, because it itself makes the test fail. As usual, ATF is actively interfering with test

CVS commit: src/tests/lib/librumpclient

2016-11-20 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Nov 21 06:38:18 UTC 2016 Modified Files: src/tests/lib/librumpclient: h_execthr.c Log Message: As a debugging measure for PR 49141, log what this is doing as it runs to stdout. Hopefully this will get reported when the test

CVS commit: src/tests/lib/librumpclient

2016-11-20 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Nov 21 06:19:26 UTC 2016 Modified Files: src/tests/lib/librumpclient: h_execthr.c Log Message: More of previous. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/lib/librumpclient/h_execthr.c Please

CVS commit: src/tests/lib/librumpclient

2016-11-20 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Nov 21 06:17:20 UTC 2016 Modified Files: src/tests/lib/librumpclient: h_execthr.c Log Message: If pthread_create fails, report the error instead of discarding it. To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/tests/lib/librumpclient

2016-10-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 6 20:14:11 UTC 2016 Modified Files: src/tests/lib/librumpclient: Makefile Log Message: revert, fixing the real cause. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tests/lib/librumpclient/Makefile

CVS commit: src/tests/lib/librumpclient

2016-10-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 6 19:52:36 UTC 2016 Modified Files: src/tests/lib/librumpclient: Makefile Log Message: Add more indirect library dependencies To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/tests/lib/librumpclient

2016-08-10 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Aug 10 21:10:18 UTC 2016 Modified Files: src/tests/lib/librumpclient: Makefile t_exec.sh t_fd.c Log Message: Extra libs for rump. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/lib/librumpclient/Makefile

CVS commit: src/tests/lib/librumpclient

2014-08-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Aug 13 00:03:00 UTC 2014 Modified Files: src/tests/lib/librumpclient: h_execthr.c Log Message: Update hardcoded fd expectations now that rump kernels open 0/1/2. (since we exec, it's convenient to just assume the values of

CVS commit: src/tests/lib/librumpclient

2011-08-25 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Thu Aug 25 18:46:01 UTC 2011 Modified Files: src/tests/lib/librumpclient: t_fd.c Log Message: t_fd/sigio: pass test if we receive at least one SIGIO signal. While a real kernel collects these signals until the connect() returns

CVS commit: src/tests/lib/librumpclient

2011-08-15 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Aug 15 15:19:09 UTC 2011 Modified Files: src/tests/lib/librumpclient: t_fd.c Log Message: As the sigio test case is currently failing with sigcnt != 1, print the actual sigcnt value to aid in diagnosing the problem. To

CVS commit: src/tests/lib/librumpclient

2011-03-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Mar 8 12:40:26 UTC 2011 Modified Files: src/tests/lib/librumpclient: Makefile t_exec.sh Added Files: src/tests/lib/librumpclient: h_execthr.c Log Message: add test case for multithreaded client calling exec To

CVS commit: src/tests/lib/librumpclient

2011-03-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Mar 8 15:35:28 UTC 2011 Modified Files: src/tests/lib/librumpclient: h_execthr.c Log Message: Enable the send a lot of syscall requests before exec code, since it works now. (or at least works in my tests) To generate a

CVS commit: src/tests/lib/librumpclient

2011-02-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Feb 20 13:27:46 UTC 2011 Modified Files: src/tests/lib/librumpclient: t_fd.c Log Message: Add a test that checks that the client receives SIGIO for an O_ASYNC socket. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/tests/lib/librumpclient

2011-02-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Feb 19 09:59:12 UTC 2011 Modified Files: src/tests/lib/librumpclient: t_exec.sh Log Message: Run sockstat with -n so that difference in /etc/services don't affect the test outcome. To generate a diff of this commit: cvs

CVS commit: src/tests/lib/librumpclient

2011-02-16 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Feb 16 15:34:18 UTC 2011 Modified Files: src/tests/lib/librumpclient: h_exec.c t_exec.sh Log Message: Don't use hijack here since exec is now easy in pure rump clients. To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/tests/lib/librumpclient

2011-02-16 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Feb 16 17:57:44 UTC 2011 Modified Files: src/tests/lib/librumpclient: h_exec.c t_exec.sh Log Message: test rumpclient_vfork() To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/lib/librumpclient/h_exec.c

CVS commit: src/tests/lib/librumpclient

2011-02-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Feb 15 15:16:46 UTC 2011 Modified Files: src/tests/lib/librumpclient: Makefile Added Files: src/tests/lib/librumpclient: Atffile h_exec.c t_exec.sh Log Message: add some exec() tests To generate a diff of this

CVS commit: src/tests/lib/librumpclient

2011-02-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Feb 15 15:54:56 UTC 2011 Modified Files: src/tests/lib/librumpclient: h_exec.c t_exec.sh Log Message: test FD_CLOEXEC To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/librumpclient/h_exec.c \

CVS commit: src/tests/lib/librumpclient

2011-02-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Feb 15 15:57:34 UTC 2011 Modified Files: src/tests/lib/librumpclient: h_exec.c Log Message: remove unnecessary debug printf To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/librumpclient/h_exec.c