CVS commit: src/tests/usr.sbin/execsnoop

2021-07-29 Thread Andreas Gustafsson
Module Name:src
Committed By:   gson
Date:   Thu Jul 29 14:58:35 UTC 2021

Modified Files:
src/tests/usr.sbin/execsnoop: t_execsnoop.sh

Log Message:
Skip the test when the dtrace_syscall module is not loaded and can't
be autoloaded, as may be the case on arm because securelevel.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/tests/usr.sbin/execsnoop/t_execsnoop.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.sbin/execsnoop

2021-07-27 Thread Andreas Gustafsson
Module Name:src
Committed By:   gson
Date:   Tue Jul 27 15:29:22 UTC 2021

Modified Files:
src/tests/usr.sbin/execsnoop: t_execsnoop.sh

Log Message:
Show the stderr from execsnoop so that we can see why it fails on arm.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tests/usr.sbin/execsnoop/t_execsnoop.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.sbin/execsnoop

2021-07-27 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Tue Jul 27 11:05:39 UTC 2021

Modified Files:
src/tests/usr.sbin/execsnoop: t_execsnoop.sh

Log Message:
PR/53417 appears fixed now so remove atf_expect_fail (for Arm).


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/usr.sbin/execsnoop/t_execsnoop.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.sbin/execsnoop

2021-07-25 Thread Andreas Gustafsson
Module Name:src
Committed By:   gson
Date:   Sun Jul 25 15:51:32 UTC 2021

Modified Files:
src/tests/usr.sbin/execsnoop: t_execsnoop.sh

Log Message:
Only expect failure on ARM


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/usr.sbin/execsnoop/t_execsnoop.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.sbin/execsnoop

2021-07-25 Thread Andreas Gustafsson
Module Name:src
Committed By:   gson
Date:   Sun Jul 25 10:21:44 UTC 2021

Modified Files:
src/tests/usr.sbin/execsnoop: t_execsnoop.sh

Log Message:
Remove "pkill -9 execsnoop".  It's wrong on so many levels: first of
all, it does not actually kill anything because the process executing
the execsnoop script is called "sh", not "execsnoop".  And even if it
would somehow kill the shell running the execsnoop script, it still
would not kill the dtrace child process.  On the other hand, if there
happened to be an unrelated process actually called "execsnoop", it
would kill that.

The actual killing of the execsnoop sh and dtrace processes happens in
the ATF cleanup stage (as it always has).


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/usr.sbin/execsnoop/t_execsnoop.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.sbin/execsnoop

2021-07-25 Thread Andreas Gustafsson
Module Name:src
Committed By:   gson
Date:   Sun Jul 25 10:11:32 UTC 2021

Modified Files:
src/tests/usr.sbin/execsnoop: t_execsnoop.sh

Log Message:
Increase sleep waiting for execsnoop to start; one second is not sufficient
on a Dell Latitude D400 i386 laptop.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/usr.sbin/execsnoop/t_execsnoop.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.sbin

2021-07-24 Thread Andreas Gustafsson
Module Name:src
Committed By:   gson
Date:   Sat Jul 24 15:56:06 UTC 2021

Modified Files:
src/tests/usr.sbin/execsnoop: t_execsnoop.sh
src/tests/usr.sbin/opensnoop: t_opensnoop.sh

Log Message:
Create temporary files in . rather than /tmp so that they get cleaned up
automatically by atf.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/usr.sbin/execsnoop/t_execsnoop.sh
cvs rdiff -u -r1.4 -r1.5 src/tests/usr.sbin/opensnoop/t_opensnoop.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.sbin/execsnoop

2021-07-17 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sun Jul 18 06:24:58 UTC 2021

Modified Files:
src/tests/usr.sbin/execsnoop: t_execsnoop.sh

Log Message:
Mark t_execsnoop xfail (PR 53417)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/usr.sbin/execsnoop/t_execsnoop.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.sbin/cpuctl

2021-04-11 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Mon Apr 12 01:18:13 UTC 2021

Modified Files:
src/tests/usr.sbin/cpuctl: t_cpuctl.sh

Log Message:
don't run the "offline" or "nointr" tests by default.  they exercise
bugs that exist in the current code and leave the target machine in
a broken state, requiring ddb or hard reset.

setting ATF_USR_SBIN_CPUCTL_OFFLINE_ENABLE to any non-empty string
will enable these tests again.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/usr.sbin/cpuctl/t_cpuctl.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.sbin/cpuctl

2020-08-13 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Aug 14 05:22:25 UTC 2020

Modified Files:
src/tests/usr.sbin/cpuctl: t_cpuctl.sh

Log Message:
Fix a few copy + pastos, simplify shell arithmetic


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/usr.sbin/cpuctl/t_cpuctl.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.sbin

2020-07-11 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Jul 11 09:55:26 UTC 2020

Modified Files:
src/tests/usr.sbin/execsnoop: t_execsnoop.sh
src/tests/usr.sbin/opensnoop: t_opensnoop.sh

Log Message:
Sleep even more.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/usr.sbin/execsnoop/t_execsnoop.sh
cvs rdiff -u -r1.3 -r1.4 src/tests/usr.sbin/opensnoop/t_opensnoop.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.sbin/opensnoop

2020-07-11 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Jul 11 09:35:22 UTC 2020

Modified Files:
src/tests/usr.sbin/opensnoop: t_opensnoop.sh

Log Message:
Skip this test as it may cause a panic. Point to PR kern/55481.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/usr.sbin/opensnoop/t_opensnoop.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.sbin

2020-07-06 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Mon Jul  6 10:32:18 UTC 2020

Modified Files:
src/tests/usr.sbin/execsnoop: t_execsnoop.sh
src/tests/usr.sbin/opensnoop: t_opensnoop.sh

Log Message:
Sleep more.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/usr.sbin/execsnoop/t_execsnoop.sh
cvs rdiff -u -r1.1 -r1.2 src/tests/usr.sbin/opensnoop/t_opensnoop.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.sbin

2020-06-24 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Jun 24 15:05:45 UTC 2020

Modified Files:
src/tests/usr.sbin/stdethers: Makefile
src/tests/usr.sbin/stdhosts: Makefile

Log Message:
Add input files


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/usr.sbin/stdethers/Makefile
cvs rdiff -u -r1.2 -r1.3 src/tests/usr.sbin/stdhosts/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.sbin

2020-06-24 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Jun 24 14:48:47 UTC 2020

Modified Files:
src/tests/usr.sbin/stdethers: Makefile
src/tests/usr.sbin/stdhosts: Makefile

Log Message:
Fix directories


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/usr.sbin/stdethers/Makefile
cvs rdiff -u -r1.1 -r1.2 src/tests/usr.sbin/stdhosts/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.sbin/mtree

2017-09-06 Thread Takeshi Nakayama
Module Name:src
Committed By:   nakayama
Date:   Thu Sep  7 04:05:21 UTC 2017

Modified Files:
src/tests/usr.sbin/mtree: t_mtree.sh

Log Message:
Add test mtree -O with same hash value in directory and leaf.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/usr.sbin/mtree/t_mtree.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.sbin/mtree

2017-01-14 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Jan 14 20:45:16 UTC 2017

Modified Files:
src/tests/usr.sbin/mtree: t_mtree.sh

Log Message:
PR/51876: Ngie Cooper: kyua 0.11 $TMPDIR fixes


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/usr.sbin/mtree/t_mtree.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.sbin/traceroute

2016-08-10 Thread Robert Elz
Module Name:src
Committed By:   kre
Date:   Wed Aug 10 23:17:36 UTC 2016

Modified Files:
src/tests/usr.sbin/traceroute: t_traceroute.sh

Log Message:
+ -lrumpdev


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/usr.sbin/traceroute/t_traceroute.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.sbin/tcpdump

2014-09-19 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Sat Sep 20 06:08:07 UTC 2014

Modified Files:
src/tests/usr.sbin/tcpdump: t_tcpdump.sh

Log Message:
t_tcpdump: skip bridges

tcpdump on a bridge definitely fails, so skip bridges
to make the test robust.

PR 49050


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/usr.sbin/tcpdump/t_tcpdump.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.sbin/mtree

2013-10-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Oct 20 17:27:37 UTC 2013

Modified Files:
src/tests/usr.sbin/mtree: mtree_d_create.out

Log Message:
adjust output now that we don't output size info for links and directories
by default.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/usr.sbin/mtree/mtree_d_create.out

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.sbin/mtree

2013-02-05 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Feb  5 16:49:42 UTC 2013

Modified Files:
src/tests/usr.sbin/mtree: mtree_d_create.out t_mtree.sh

Log Message:
ignore directory sizes


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/usr.sbin/mtree/mtree_d_create.out
cvs rdiff -u -r1.5 -r1.6 src/tests/usr.sbin/mtree/t_mtree.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.sbin/mtree

2013-01-02 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Jan  2 18:11:44 UTC 2013

Modified Files:
src/tests/usr.sbin/mtree: Makefile t_mtree.sh
Added Files:
src/tests/usr.sbin/mtree: mtree_d_create.out netbsd6_d_create.out
Removed Files:
src/tests/usr.sbin/mtree: d_create.out

Log Message:
Test the netbsd and mtree flavors.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/usr.sbin/mtree/Makefile
cvs rdiff -u -r1.1 -r0 src/tests/usr.sbin/mtree/d_create.out
cvs rdiff -u -r0 -r1.1 src/tests/usr.sbin/mtree/mtree_d_create.out \
src/tests/usr.sbin/mtree/netbsd6_d_create.out
cvs rdiff -u -r1.4 -r1.5 src/tests/usr.sbin/mtree/t_mtree.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.sbin/tcpdump

2012-04-14 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Apr 15 03:05:57 UTC 2012

Modified Files:
src/tests/usr.sbin/tcpdump: t_tcpdump.sh

Log Message:
simplify


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/usr.sbin/tcpdump/t_tcpdump.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.sbin/tcpdump

2012-04-14 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Apr 14 15:13:58 UTC 2012

Modified Files:
src/tests/usr.sbin/tcpdump: t_tcpdump.sh

Log Message:
Add few more NICs.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/usr.sbin/tcpdump/t_tcpdump.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.sbin/tcpdump

2012-04-14 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Apr 14 12:43:06 UTC 2012

Modified Files:
src/tests/usr.sbin/tcpdump: Makefile

Log Message:
Fix RCS string.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/usr.sbin/tcpdump/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.sbin/mtree

2012-03-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Mar 25 16:10:14 UTC 2012

Modified Files:
src/tests/usr.sbin/mtree: t_mtree.sh

Log Message:
PR/41061 fixed


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/usr.sbin/mtree/t_mtree.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.sbin/mtree

2012-03-18 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Mon Mar 19 06:39:22 UTC 2012

Modified Files:
src/tests/usr.sbin/mtree: t_mtree.sh

Log Message:
Add a case for PR bin/41061.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/usr.sbin/mtree/t_mtree.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.sbin/mtree

2012-03-18 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 18 11:50:55 UTC 2012

Modified Files:
src/tests/usr.sbin/mtree: t_mtree.sh

Log Message:
Verify that bin/25693 is no longer an issue.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/usr.sbin/mtree/t_mtree.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.sbin/traceroute

2010-12-31 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Fri Dec 31 15:21:49 UTC 2010

Modified Files:
src/tests/usr.sbin/traceroute: t_traceroute.sh

Log Message:
avoid temp file per clue-by-four from jmmv


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/usr.sbin/traceroute/t_traceroute.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.sbin/traceroute

2010-12-18 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sat Dec 18 08:34:56 UTC 2010

Modified Files:
src/tests/usr.sbin/traceroute: t_traceroute.sh

Log Message:
Fix test to use atf_check.  My development machine still had
/usr/bin/atf-check installed 


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/usr.sbin/traceroute/t_traceroute.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.sbin/traceroute

2010-12-14 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Dec 15 00:13:52 UTC 2010

Added Files:
src/tests/usr.sbin/traceroute: Makefile t_traceroute.sh

Log Message:
Add simple tests for traceroute.  The test bootstraps a three-node
network with one router in the middle and checks traceroute from
one endpoint to another with both UDP and ICMP.

(i guess these test networking at least as much as traceroute
itself, but then again that's not a bad thing)


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/tests/usr.sbin/traceroute/Makefile \
src/tests/usr.sbin/traceroute/t_traceroute.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.