CVS commit: src/tests/rump/rumpkern

2021-01-22 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Fri Jan 22 22:03:01 UTC 2021 Modified Files: src/tests/rump/rumpkern: t_vm.c Log Message: for the busypage test, replace atf_tc_expect_fail() with atf_tc_skip() because atf apparently has no way to expect a test program to crash. fix

CVS commit: src/tests/rump/rumpkern

2020-12-08 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Tue Dec 8 17:52:11 UTC 2020 Modified Files: src/tests/rump/rumpkern: t_vm.c Log Message: the busypage test is buggy, expect it to fail. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/rump/rumpkern/t_vm.c Pl

CVS commit: src/tests/rump/rumpkern

2020-09-01 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Sep 1 18:40:09 UTC 2020 Modified Files: src/tests/rump/rumpkern: t_sp.sh Log Message: Format PR references consistently so that they can be automatically turned into links in HTML reports. To generate a diff of this commit: c

CVS commit: src/tests/rump/rumpkern

2020-08-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Aug 28 19:35:07 UTC 2020 Modified Files: src/tests/rump/rumpkern: t_sp.sh Log Message: Also skip the stress_short test - it just needs way too long to timeout and fail. To generate a diff of this commit: cvs rdiff -u -r1.15

CVS commit: src/tests/rump/rumpkern

2020-08-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Aug 28 19:29:58 UTC 2020 Modified Files: src/tests/rump/rumpkern: t_kern.c Log Message: lockme_DOUBLEINIT: The failure message differs slightly when using LOCKDEBUG, modify the expected pattern to cover both variants. To gen

CVS commit: src/tests/rump/rumpkern

2020-08-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Aug 28 19:14:17 UTC 2020 Modified Files: src/tests/rump/rumpkern: t_sp.sh Log Message: Skip a few tests with reference to already existing PRs as after "recent" scheduler changes these tests now leave rump_server processes aro

CVS commit: src/tests/rump/rumpkern

2018-12-26 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Dec 26 14:27:23 UTC 2018 Modified Files: src/tests/rump/rumpkern: Makefile Log Message: Add -lrump after -lkernspace, because kernspace.a references symbols from librump and hooray for static linking semantics. Fixes sun2 bu

CVS commit: src/tests/rump/rumpkern

2017-09-29 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri Sep 29 10:22:36 UTC 2017 Modified Files: src/tests/rump/rumpkern: t_threads.c Log Message: Run both tests (rather than rumptest_threadjoin twice) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/rump/rumpk

CVS commit: src/tests/rump/rumpkern

2017-05-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed May 3 12:09:41 UTC 2017 Modified Files: src/tests/rump/rumpkern: t_kern.c Log Message: Fix detection of expected results. The rump kernel code apparently includes source-code line numbers in the messages, so rather than ha

CVS commit: src/tests/rump/rumpkern

2016-08-10 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Aug 10 23:47:14 UTC 2016 Modified Files: src/tests/rump/rumpkern: t_sp.sh Log Message: + -lrumpdev To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/tests/rump/rumpkern/t_sp.sh Please note that diffs are not pu

CVS commit: src/tests/rump/rumpkern/h_server

2016-01-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 25 12:21:42 UTC 2016 Modified Files: src/tests/rump/rumpkern/h_server: h_simpleserver.c Log Message: include for bool To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/rump/rumpkern/h_server/h_simples

CVS commit: src/tests/rump/rumpkern

2016-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 23 18:54:15 UTC 2016 Added Files: src/tests/rump/rumpkern: Makefile.inc Log Message: bridge with the higher Makefile.inc To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/tests/rump/rumpkern/Makefile.inc P

CVS commit: src/tests/rump/rumpkern

2015-01-21 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 21 15:19:01 UTC 2015 Modified Files: src/tests/rump/rumpkern: t_lwproc.c Log Message: call previous with the correct args too To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/rump/rumpkern/t_lwproc.c

CVS commit: src/tests/rump/rumpkern

2015-01-21 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 21 15:00:50 UTC 2015 Modified Files: src/tests/rump/rumpkern: t_lwproc.c Log Message: check that setuid() works for procs with >1 lwp To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/rump/rumpkern/t_l

CVS commit: src/tests/rump/rumpkern

2014-08-30 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Aug 30 12:14:17 UTC 2014 Modified Files: src/tests/rump/rumpkern: t_sp.sh Log Message: On systems that have only 32M of memory, the stress_short and stress_long tests thrash a lot, and the stress_long test sometimes times out, s

CVS commit: src/tests/rump/rumpkern

2013-07-26 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Fri Jul 26 16:09:49 UTC 2013 Modified Files: src/tests/rump/rumpkern: t_copy.c Log Message: New testcase which checks that rump copyin/copyout/copyinstr/copyoutstr version return EFAULT for special NULL "user" address. ok pooka@.

CVS commit: src/tests/rump/rumpkern

2012-03-17 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Mar 17 18:00:29 UTC 2012 Modified Files: src/tests/rump/rumpkern: t_vm.c Log Message: Starting with Rev. 1.191 of kern/subr_pool.c a pool has to be inactive for at least 10 seconds before it can be reclaimed. Change the uvmw

CVS commit: src/tests/rump/rumpkern

2012-01-30 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Jan 30 13:05:52 UTC 2012 Modified Files: src/tests/rump/rumpkern: t_kern.c Log Message: Adjust MEMFREE expected output to recent kmem(9) changes. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/rump/rump

CVS commit: src/tests/rump/rumpkern/h_client

2011-06-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 26 13:17:36 UTC 2011 Modified Files: src/tests/rump/rumpkern/h_client: h_stresscli.c Log Message: fix fallout from including signal.h in rump_syscallargs.h To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 sr

CVS commit: src/tests/rump/rumpkern

2011-02-24 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Feb 24 08:40:06 UTC 2011 Modified Files: src/tests/rump/rumpkern: t_sp.sh Log Message: in reconnect, ignore any all reconnect messages To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/tests/rump/rumpkern/t_sp

CVS commit: src/tests/rump/rumpkern

2011-02-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Feb 20 19:45:45 UTC 2011 Modified Files: src/tests/rump/rumpkern: t_signals.c Log Message: explicitly set the signal model To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/rump/rumpkern/t_signals.c Pleas

CVS commit: src/tests/rump/rumpkern/h_client

2011-02-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Feb 19 09:56:45 UTC 2011 Modified Files: src/tests/rump/rumpkern/h_client: h_reconcli.c Log Message: set reconnect property now that it's off by default To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/ru

CVS commit: src/tests/rump/rumpkern/h_client

2011-02-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Feb 7 20:05:09 UTC 2011 Modified Files: src/tests/rump/rumpkern/h_client: h_sigcli.c Log Message: Limit test duration based on wall time instead of loops (took a long time on slow platforms). To generate a diff of this commi

CVS commit: src/tests/rump/rumpkern

2011-01-24 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 24 17:51:29 UTC 2011 Modified Files: src/tests/rump/rumpkern: t_sp.sh src/tests/rump/rumpkern/h_client: Makefile Added Files: src/tests/rump/rumpkern/h_client: h_reconcli.c Log Message: test for rumpclient r

CVS commit: src/tests/rump/rumpkern

2011-01-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 14 13:23:16 UTC 2011 Modified Files: src/tests/rump/rumpkern: Makefile t_sp.sh src/tests/rump/rumpkern/h_client: h_simplecli.c Added Files: src/tests/rump/rumpkern/h_server: Makefile h_simpleserver.c Log Mes

CVS commit: src/tests/rump/rumpkern

2011-01-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 12 12:32:53 UTC 2011 Modified Files: src/tests/rump/rumpkern: t_sp.sh src/tests/rump/rumpkern/h_client: h_stresscli.c Log Message: Execute a variety of syscalls in the stress test, including opening files and socket

CVS commit: src/tests/rump/rumpkern

2011-01-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 12 11:39:20 UTC 2011 Modified Files: src/tests/rump/rumpkern: t_sp.sh Log Message: * run the killer stress test * reduce default runtime to 5s To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/rump/rum

CVS commit: src/tests/rump/rumpkern/h_client

2011-01-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 12 11:37:45 UTC 2011 Modified Files: src/tests/rump/rumpkern/h_client: h_stresscli.c Log Message: Give the stress queen two modes: one which nicely suggests an exit and another one which keeps moet et chandon in her pretty

CVS commit: src/tests/rump/rumpkern/h_client

2011-01-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 12 11:12:26 UTC 2011 Modified Files: src/tests/rump/rumpkern/h_client: h_stresscli.c Log Message: Establish signal handler already in parent. Otherwise the child might be killed before it has a chance to run. To generate

CVS commit: src/tests/rump/rumpkern/h_client

2011-01-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 11 11:26:28 UTC 2011 Modified Files: src/tests/rump/rumpkern/h_client: h_stresscli.c Log Message: Print some more info in an attempt to try to understand why the test fails in automated test runs but not my desktop. To ge

CVS commit: src/tests/rump/rumpkern

2011-01-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 10 19:51:37 UTC 2011 Modified Files: src/tests/rump/rumpkern: t_sp.sh src/tests/rump/rumpkern/h_client: h_stresscli.c Log Message: Make sure stressclient worker threads complete their operation instead of hanging.

CVS commit: src/tests/rump/rumpkern/h_client

2011-01-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 10 19:30:22 UTC 2011 Modified Files: src/tests/rump/rumpkern/h_client: h_sigcli.c Log Message: check that we actually go into the signal handler To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/rump/r

CVS commit: src/tests/rump/rumpkern/h_client

2011-01-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 10 14:05:04 UTC 2011 Modified Files: src/tests/rump/rumpkern/h_client: h_stresscli.c Log Message: Don't use printf in a signal handler. XXX: it would be nice if the deadlock with malloc were a little more obvious, especial

CVS commit: src/tests/rump/rumpkern

2011-01-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jan 6 13:42:45 UTC 2011 Modified Files: src/tests/rump/rumpkern: t_kern.c Log Message: In case of LOCKDEBUG, expect certain text in the kernel output. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/rum

CVS commit: src/tests/rump/rumpkern

2011-01-05 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jan 6 07:00:28 UTC 2011 Modified Files: src/tests/rump/rumpkern: t_sp.sh src/tests/rump/rumpkern/h_client: Makefile Added Files: src/tests/rump/rumpkern/h_client: h_sigcli.c Log Message: test rumpclient syscall

CVS commit: src/tests/rump/rumpkern/h_client

2011-01-05 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jan 6 06:59:25 UTC 2011 Modified Files: src/tests/rump/rumpkern/h_client: h_stresscli.c Log Message: check that child exits with an expected status To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/rump/r

CVS commit: src/tests/rump/rumpkern

2011-01-05 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 5 17:19:09 UTC 2011 Modified Files: src/tests/rump/rumpkern: t_sp.sh src/tests/rump/rumpkern/h_client: Makefile Added Files: src/tests/rump/rumpkern/h_client: h_forkcli.c Log Message: Some tests for rumpcli

CVS commit: src/tests/rump/rumpkern

2010-12-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Dec 12 12:51:19 UTC 2010 Modified Files: src/tests/rump/rumpkern: t_sp.sh Log Message: use rump.halt in cleanup To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/rump/rumpkern/t_sp.sh Please note that dif

CVS commit: src/tests/rump/rumpkern

2010-11-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Nov 30 22:09:15 UTC 2010 Modified Files: src/tests/rump/rumpkern: Makefile Added Files: src/tests/rump/rumpkern: t_sp.sh src/tests/rump/rumpkern/h_client: Makefile h_reboot.c h_simplecli.c h_stresscli

CVS commit: src/tests/rump/rumpkern

2010-11-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Nov 9 15:25:20 UTC 2010 Modified Files: src/tests/rump/rumpkern: Makefile Added Files: src/tests/rump/rumpkern: t_copy.c Log Message: Test copystr/copyinstr/copyoutstr focusing on the off-by-one cases. As a notable ca

CVS commit: src/tests/rump/rumpkern

2010-10-29 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Oct 29 15:32:51 UTC 2010 Modified Files: src/tests/rump/rumpkern: t_lwproc.c Log Message: implicit pid is 1 instead of 0 now To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/rump/rumpkern/t_lwproc.c Plea

CVS commit: src/tests/rump/rumpkern

2010-09-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Sep 7 17:09:28 UTC 2010 Modified Files: src/tests/rump/rumpkern: t_lwproc.c Log Message: +tc (turns out the bug was elsewhere, but a test is always a test) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/test

CVS commit: src/tests/rump/rumpkern

2010-09-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Sep 2 09:57:34 UTC 2010 Modified Files: src/tests/rump/rumpkern: t_lwproc.c Log Message: check that curlwp for an implicit context is NULL To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/rump/rumpkern/t

CVS commit: src/tests/rump/rumpkern

2010-09-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Sep 1 21:18:14 UTC 2010 Modified Files: src/tests/rump/rumpkern: Makefile Added Files: src/tests/rump/rumpkern: t_lwproc.c Log Message: tests for rump_lwproc To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.

CVS commit: src/tests/rump/rumpkern

2010-05-31 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon May 31 23:51:28 UTC 2010 Modified Files: src/tests/rump/rumpkern: t_modcmd.c Log Message: hmm, using unifdef for the previous might have been a good idea ... To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tes

CVS commit: src/tests/rump/rumpkern

2010-05-31 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon May 31 23:36:12 UTC 2010 Modified Files: src/tests/rump/rumpkern: Makefile Added Files: src/tests/rump/rumpkern: t_threads.c t_tsleep.c t_vm.c Log Message: add tests for: * threading * tsleep variants * uvm page busy

CVS commit: src/tests/rump/rumpkern

2010-05-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat May 1 12:11:53 UTC 2010 Modified Files: src/tests/rump/rumpkern: t_modcmd.c Log Message: convert to ifdef USE_ATF To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/rump/rumpkern/t_modcmd.c Please note th

CVS commit: src/tests/rump/rumpkern

2010-05-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat May 1 11:20:21 UTC 2010 Modified Files: src/tests/rump/rumpkern: t_modcmd.c Log Message: Disable module autoload so that it won't foil our module unload test. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/t

CVS commit: src/tests/rump/rumpkern

2010-01-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 25 19:27:25 UTC 2010 Modified Files: src/tests/rump/rumpkern: Makefile Log Message: msdosfs depends on disk devices now To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/rump/rumpkern/Makefile Please

CVS commit: src/tests/rump/rumpkern

2009-11-28 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sat Nov 28 22:20:38 UTC 2009 Modified Files: src/tests/rump/rumpkern: Makefile Log Message: It seems that LDADD.file gets added to the linker invocation after the LDADD variable expansion. To support static linking, ensure that the c

CVS commit: src/tests/rump/rumpkern

2009-06-09 Thread Havard Eidnes
Module Name:src Committed By: he Date: Tue Jun 9 11:18:50 UTC 2009 Modified Files: src/tests/rump/rumpkern: Makefile Log Message: Apparently, there's not a clear dependency ordering for the libraries, this becomes apparent when linking statically (e.g. as for sun2). Add a

CVS commit: src/tests/rump/rumpkern

2009-05-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat May 2 16:18:13 UTC 2009 Modified Files: src/tests/rump/rumpkern: t_modcmd.c Log Message: don't hardcode /usr/lib path To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/rump/rumpkern/t_modcmd.c Please not