Module Name:src
Committed By: riastradh
Date: Thu Jun 17 00:03:05 UTC 2021
Modified Files:
src/tests/fs/tmpfs: t_times.sh
Log Message:
tests/fs/tmpfs: Print bad values on failure for diagnosis.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/fs/tmpf
Module Name:src
Committed By: riastradh
Date: Wed Jun 16 23:58:07 UTC 2021
Modified Files:
src/tests/fs/vfs: t_renamerace.c
Log Message:
tests/fs/vfs: Mark udf_renamerace_cycle flaky, PR kern/56253.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/tests/
Module Name:src
Committed By: gson
Date: Sat Jun 5 06:40:59 UTC 2021
Modified Files:
src/tests/fs/tmpfs: t_vnd.sh
Log Message:
Use the correct pathname when cleaning up the inner mount on test
failure. Fixes the ATF crash reported in PR bin/56221, but not
the issue causi
Module Name:src
Committed By: hannken
Date: Fri Jun 4 10:48:07 UTC 2021
Modified Files:
src/tests/fs/nfs: t_mountd.c
Log Message:
Test "mountdhup" has to pass now.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/fs/nfs/t_mountd.c
Please note that
Module Name:src
Committed By: riastradh
Date: Sat Sep 5 02:45:23 UTC 2020
Modified Files:
src/tests/fs/vfs: t_renamerace.c
Log Message:
tests/fs/vfs/t_renamerace: Test a screw case hannken@ found.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/tests/f
Module Name:src
Committed By: riastradh
Date: Sun Aug 23 22:34:29 UTC 2020
Modified Files:
src/tests/fs/lfs: t_rfw.c
Log Message:
Nix trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/fs/lfs/t_rfw.c
Please note that diffs are not
Module Name:src
Committed By: perseant
Date: Sun Aug 23 16:03:54 UTC 2020
Modified Files:
src/tests/fs/lfs: t_rfw.c
Log Message:
Expand test to cover more failure cases. Change from skipped to expect fail
in anticipation of working roll-forward code.
To generate a diff
Module Name:src
Committed By: riastradh
Date: Thu Aug 20 13:58:30 UTC 2020
Modified Files:
src/tests/fs/nfs: t_rquotad.sh
Log Message:
Nix trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/fs/nfs/t_rquotad.sh
Please note that dif
Module Name:src
Committed By: gson
Date: Thu Aug 20 07:32:40 UTC 2020
Modified Files:
src/tests/fs/nfs: t_rquotad.sh
Log Message:
Add cleanup of possible leftover rump processes, replacing the
non-working cleanup code just removed from ffs_common.sh. Fixes
PR bin/48892 wi
Module Name:src
Committed By: gson
Date: Thu Aug 20 07:23:20 UTC 2020
Modified Files:
src/tests/fs/ffs: ffs_common.sh
Log Message:
Remove non-functional cleanup code from test_case() and test_case_root().
It had no effect because RUMP_SOCKETS_LIST is not set in the shell
r
Module Name:src
Committed By: gson
Date: Mon Aug 17 06:18:39 UTC 2020
Modified Files:
src/tests/fs/ffs: ffs_common.sh
Log Message:
Remove unused function rump_shutdown()
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/fs/ffs/ffs_common.sh
Please no
Module Name:src
Committed By: christos
Date: Mon Jun 1 14:42:03 UTC 2020
Modified Files:
src/tests/fs/common: Makefile
Log Message:
LIBISPRIVATE=yes
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/tests/fs/common/Makefile
Please note that diffs are no
Module Name:src
Committed By: christos
Date: Sun Apr 12 23:52:20 UTC 2020
Modified Files:
src/tests/fs/ffs: t_extattr.c
Log Message:
make sure that 0 length files get their extattrs cleaned up on deletion
(there was an optimization to not call truncate if size == 0).
To
Module Name:src
Committed By: christos
Date: Fri Apr 10 22:58:47 UTC 2020
Modified Files:
src/tests/fs/ffs: Makefile
Added Files:
src/tests/fs/ffs: t_extattr.c
Log Message:
New extended attributes test (does not work until we commit kernel changes)
To generate a
Module Name:src
Committed By: martin
Date: Sun Mar 15 20:10:26 UTC 2020
Modified Files:
src/tests/fs/common: h_fsmacros.h
src/tests/fs/zfs: t_zpool.sh
Log Message:
Skip tests when we know there is not enough space available
To generate a diff of this commit:
cvs
Module Name:src
Committed By: martin
Date: Sun Mar 15 12:12:42 UTC 2020
Modified Files:
src/tests/fs/common: h_fsmacros.h
Log Message:
Hardcode a check for ZFS and too little free space in workdir to skip
ZFS tests if the atf working directory is size restricted (ZFS has a
Module Name:src
Committed By: christos
Date: Mon Mar 2 11:09:13 UTC 2020
Modified Files:
src/tests/fs/vfs: Makefile
Log Message:
zfs needs rumpkern_sysproxy
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/tests/fs/vfs/Makefile
Please note that diffs a
Module Name:src
Committed By: gson
Date: Sun Jan 20 14:50:58 UTC 2019
Modified Files:
src/tests/fs/common: fstest_lfs.c
Log Message:
Call rump_pub_lwproc_newlwp() in the lfs cleaner thread to make its
rump system calls all use the same lwp. Hopefully this will fix
PR kern
Module Name:src
Committed By: gson
Date: Sun Jan 13 14:35:00 UTC 2019
Modified Files:
src/tests/fs/vfs: t_renamerace.c
Log Message:
Mark the fs/vfs/t_renamerace:udf_renamerace_dirs test case as an
expected failure referencing PR kern/53865, and force failure to avoid
repor
Module Name:src
Committed By: hannken
Date: Sun Dec 16 14:04:14 UTC 2018
Modified Files:
src/tests/fs/common: fstest_zfs.c
src/tests/fs/zfs: t_zpool.sh
Log Message:
Have to hijack sysctl() and modctl() for zfs commands.
Should fix PR kern/53422
To generate a dif
Module Name:src
Committed By: hannken
Date: Fri Nov 30 09:52:39 UTC 2018
Modified Files:
src/tests/fs/vfs: t_full.c
Log Message:
Skip zfs, it does not GOP_ALLOC.
PR kern/47656 test zfs_fillfs.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tests/fs/vfs
Module Name:src
Committed By: maya
Date: Wed Jan 17 00:23:17 UTC 2018
Modified Files:
src/tests/fs/tmpfs: t_sizes.sh t_statvfs.sh t_vnode_leak.sh
Log Message:
Use sysctl -n rather than parse the output.
>From Ngie Cooper in PR bin/51870
To generate a diff of this commit
Module Name:src
Committed By: maya
Date: Wed Jan 17 00:22:29 UTC 2018
Modified Files:
src/tests/fs/tmpfs: h_tools.c
Log Message:
- Add inttypes.h #include for PR* macros.
- close fd when done to prevent leak.
- use correct socket length when calling bind(2).
>From Ngie Co
Module Name:src
Committed By: christos
Date: Wed May 24 15:29:51 UTC 2017
Modified Files:
src/tests/fs/psshfs: t_psshfs.sh
Log Message:
give it more time.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/fs/psshfs/t_psshfs.sh
Please note that diffs
Module Name:src
Committed By: christos
Date: Mon May 22 21:22:30 UTC 2017
Modified Files:
src/tests/fs/psshfs: sshd_config.in
Log Message:
there is no more UsePrivilegeSeparation
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/fs/psshfs/sshd_config.
Module Name:src
Committed By: riastradh
Date: Fri Apr 14 01:30:38 UTC 2017
Modified Files:
src/tests/fs/union: t_pr.c
Log Message:
Gotta mark crashes on signal separately from failures...
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/tests/fs/union/t_
Module Name:src
Committed By: riastradh
Date: Wed Apr 12 15:12:55 UTC 2017
Modified Files:
src/tests/fs/union: t_pr.c
Log Message:
Mark expected failures as such.
Not exactly sure how the PRs correspond -- please fix if this is wrong!
To generate a diff of this commit:
Module Name:src
Committed By: maya
Date: Sun Mar 26 18:26:05 UTC 2017
Modified Files:
src/tests/fs/union: t_pr.c
Log Message:
Add failing test cases for PRs kern/2423, kern/3645, kern/4597
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tests/fs/union/t_
Module Name:src
Committed By: martin
Date: Thu Mar 23 08:18:17 UTC 2017
Modified Files:
src/tests/fs/tmpfs: t_vnd.sh
Log Message:
Do not assume anything about the pseudo-disklabel of a completely zeroed
disk image. Use the raw partition and newfs -I instead.
To generate
Module Name:src
Committed By: jdolecek
Date: Wed Mar 22 21:33:54 UTC 2017
Added Files:
src/tests/fs/ffs: t_update_log.c
Log Message:
add tests for the mount update from rw to rw+log, which used to case the panic
reported in PR kern/52056
To generate a diff of this commit
Module Name:src
Committed By: martin
Date: Thu Feb 2 22:07:05 UTC 2017
Modified Files:
src/tests/fs/vfs: Makefile
Added Files:
src/tests/fs/vfs: t_mtime_otrunc.c
Log Message:
PR kern/51762: add a test program
To generate a diff of this commit:
cvs rdiff -u -r1.2
Module Name:src
Committed By: gson
Date: Sat Oct 8 13:23:53 UTC 2016
Modified Files:
src/tests/fs/ffs: ffs_common.sh
Log Message:
Incrase timeout for the benefit of the walk_list_user test case which
sometimes times out under qemu under Linux, where the timing is more
acc
Module Name:src
Committed By: christos
Date: Mon Sep 5 08:53:57 UTC 2016
Modified Files:
src/tests/fs/psshfs: t_psshfs.sh
Log Message:
PR/51461: Mateusz Poszwa: Processes hang when attempting to read from an empty
file on psshfs mount, add unit test:
When a process atte
Module Name:src
Committed By: kre
Date: Mon Aug 29 02:31:46 UTC 2016
Modified Files:
src/tests/fs/vfs: t_vnops.c
Log Message:
PR kern/49033
POSIX allows for the atime (or technically, any of the times) to be
updated as a side effect of searching a directory (allows, not r
Module Name:src
Committed By: christos
Date: Sat Aug 27 08:38:58 UTC 2016
Modified Files:
src/tests/fs/vfs: Makefile
Log Message:
Fix static linking.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/tests/fs/vfs/Makefile
Please note that diffs are not p
Module Name:src
Committed By: christos
Date: Sun Aug 21 13:23:36 UTC 2016
Modified Files:
src/tests/fs/vfs: t_vnops.c
Log Message:
fix wrong variable.
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/tests/fs/vfs/t_vnops.c
Please note that diffs are not
Module Name:src
Committed By: christos
Date: Sat Aug 20 15:48:18 UTC 2016
Modified Files:
src/tests/fs/vfs: t_vnops.c
Log Message:
- use snprintf
- print the argument that caused the error
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/tests/fs/vfs/t_v
Module Name:src
Committed By: christos
Date: Sat Aug 13 11:21:06 UTC 2016
Modified Files:
src/tests/fs/vfs: Makefile
Log Message:
order network libraries properly.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/tests/fs/vfs/Makefile
Please note that d
Module Name:src
Committed By: christos
Date: Sat Aug 13 11:20:00 UTC 2016
Modified Files:
src/tests/fs/nfs/nfsservice: Makefile
Log Message:
The required initialization order for net rump net services is:
rumpnet rumpnet_net [rumpnet_netinet6] rumpnet_netinet.
We need rump
Module Name:src
Committed By: kre
Date: Wed Aug 10 23:25:39 UTC 2016
Modified Files:
src/tests/fs/nfs: t_rquotad.sh
Log Message:
+ -lrumpdev
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/fs/nfs/t_rquotad.sh
Please note that diffs are not public d
Module Name:src
Committed By: pgoyette
Date: Fri Jul 29 05:23:24 UTC 2016
Modified Files:
src/tests/fs/tmpfs: t_vnd.sh
Log Message:
Update the test - the "official" name of the vnd configuration utility
was changed in NetBSD 7 to vndconfig(8).
To generate a diff of this
Module Name:src
Committed By: dholland
Date: Wed May 4 08:30:22 UTC 2016
Modified Files:
src/tests/fs/vfs: t_renamerace.c
Log Message:
Cite a relevant PR for msdos_renamerace instead of one that was fixed
several years ago.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: martin
Date: Thu Jan 28 10:10:09 UTC 2016
Modified Files:
src/tests/fs/vfs: t_vnops.c
Log Message:
The test for PR 50608 works now, remove the expected failure.
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/tests/fs/vfs/t
Module Name:src
Committed By: gson
Date: Thu Jan 14 08:58:02 UTC 2016
Modified Files:
src/tests/fs/vfs: t_vnops.c
Log Message:
Don't use a filename with an embedded newline in the create_many test
case. Instead, add a separate test case "create_nonalphanum" for
filenames
Module Name:src
Committed By: pooka
Date: Wed Jan 13 12:05:49 UTC 2016
Modified Files:
src/tests/fs/vfs: t_vnops.c
Log Message:
create_many: remove PR kern/50607 xfail
Seems to have been fixed by ext2fs_lookup.c 1.79
(thanks, riastradh)
To generate a diff of this commit
Module Name:src
Committed By: pooka
Date: Sat Jan 2 12:11:31 UTC 2016
Modified Files:
src/tests/fs/vfs: t_vnops.c
Log Message:
create_many:
* add xfails for ext2 and udf
* don't try to create a subdirectory for sysvbfs
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: pooka
Date: Fri Jan 1 15:18:39 UTC 2016
Modified Files:
src/tests/fs/vfs: t_vnops.c
Log Message:
use a shorter filename template in previous (for v7fs)
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/tests/fs/vfs/t_vnops.c
Module Name:src
Committed By: pooka
Date: Fri Jan 1 15:13:57 UTC 2016
Modified Files:
src/tests/fs/vfs: t_vnops.c
Log Message:
Add a test which creates many directory entries.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/tests/fs/vfs/t_vnops.c
Plea
Module Name:src
Committed By: christos
Date: Wed Dec 23 18:42:23 UTC 2015
Modified Files:
src/tests/fs/nfs/nfsservice: Makefile
Removed Files:
src/tests/fs/nfs/nfsservice: nfsd.c
Log Message:
Use the original nfsd.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: christos
Date: Wed Dec 23 18:10:39 UTC 2015
Modified Files:
src/tests/fs/nfs/nfsservice: nfsd.c
Log Message:
ggr, make debug static. I hate that the copy of this and the original
source has diverged so much!
To generate a diff of this commit
Module Name:src
Committed By: christos
Date: Wed Dec 23 18:10:10 UTC 2015
Modified Files:
src/tests/fs/nfs/nfsservice: Makefile
Log Message:
add get_net.c
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tests/fs/nfs/nfsservice/Makefile
Please note that
Module Name:src
Committed By: christos
Date: Sun Nov 8 21:05:39 UTC 2015
Modified Files:
src/tests/fs/nfs/nfsservice: Makefile
Removed Files:
src/tests/fs/nfs/nfsservice: mountd.c
src/tests/fs/nfs/nfsservice/rpcbind: Makefile.inc
Log Message:
Use the regul
Module Name:src
Committed By: christos
Date: Sun Nov 8 16:38:56 UTC 2015
Modified Files:
src/tests/fs/nfs/nfsservice/rpcbind: Makefile.inc
Log Message:
Use the regular rpcbind source now.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/fs/nfs/nfsse
Module Name:src
Committed By: christos
Date: Sun Nov 8 16:37:57 UTC 2015
Removed Files:
src/tests/fs/nfs/nfsservice/rpcbind: check_bound.c pmap_svc.c
rpcb_stat.c rpcb_svc.c rpcb_svc_4.c rpcb_svc_com.c rpcbind.8
rpcbind.c rpcbind.h security.c util.c
Module Name:src
Committed By: christos
Date: Sun Nov 8 16:38:25 UTC 2015
Modified Files:
src/tests/fs/nfs/nfsservice: mountd.c
Log Message:
Don't use POLL again.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/tests/fs/nfs/nfsservice/mountd.c
Please n
Module Name:src
Committed By: christos
Date: Sun Nov 8 02:45:16 UTC 2015
Modified Files:
src/tests/fs/nfs/nfsservice: mountd.c rumpnfsd.c
src/tests/fs/nfs/nfsservice/rpcbind: pmap_svc.c rpcb_svc_com.c
rpcbind.c
Log Message:
make this work with the new
Module Name:src
Committed By: dholland
Date: Sun Aug 30 18:27:26 UTC 2015
Modified Files:
src/tests/fs/common: fstest_lfs.c
Log Message:
Remove rubbish.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/fs/common/fstest_lfs.c
Please note that diffs a
Module Name:src
Committed By: dholland
Date: Sat Aug 29 19:19:43 UTC 2015
Modified Files:
src/tests/fs/common: h_fsmacros.h
Log Message:
Fix glaringly wrong indent.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/tests/fs/common/h_fsmacros.h
Please not
Module Name:src
Committed By: christos
Date: Fri Aug 21 14:19:10 UTC 2015
Modified Files:
src/tests/fs/nfs/nfsservice: mountd.c nfsd.c
src/tests/fs/nfs/nfsservice/rpcbind: rpcbind.c
Log Message:
don't abuse %m in printf
fix error messages
To generate a diff of th
Module Name:src
Committed By: riastradh
Date: Thu Apr 9 19:51:13 UTC 2015
Modified Files:
src/tests/fs/vfs: t_unpriv.c
Log Message:
Apparently I fixed t_unpriv:zfs_owner and didn't notice.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/tests/fs/vfs/t_
Module Name:src
Committed By: riastradh
Date: Sat Mar 28 16:39:31 UTC 2015
Modified Files:
src/tests/fs/vfs: t_io.c
Log Message:
This doesn't affect p2k_ffs after all, no idea why yet.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/tests/fs/vfs/t_io.c
Module Name:src
Committed By: riastradh
Date: Sat Mar 28 16:17:25 UTC 2015
Modified Files:
src/tests/fs/vfs: t_io.c
Log Message:
Test that read fails with EFAULT even if O_SYNC|O_RSYNC are set.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/tests/fs/vf
Module Name:src
Committed By: riastradh
Date: Tue Mar 24 23:24:55 UTC 2015
Modified Files:
src/tests/fs/vfs: t_vnops.c
Log Message:
Make this run in NetBSD 6 by using st_mtimespec instead of st_mtim.
st_mtimespec is our traditional nonstandard name for what POSIX
called s
Module Name:src
Committed By: riastradh
Date: Tue Mar 24 23:22:47 UTC 2015
Modified Files:
src/tests/fs/common: h_fsmacros.h
Log Message:
zfs tests don't actually need privileges.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/tests/fs/common/h_fsmacro
Module Name:src
Committed By: pooka
Date: Thu Jan 8 04:00:31 UTC 2015
Modified Files:
src/tests/fs/nfs/nfsservice: Makefile
Log Message:
one more MKZFS fix (how many subdirs does this place have?)
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/fs/
Module Name:src
Committed By: pooka
Date: Thu Jan 8 03:50:56 UTC 2015
Modified Files:
src/tests/fs/nfs: Makefile
Log Message:
fix MKZFS=yes ports
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tests/fs/nfs/Makefile
Please note that diffs are not publi
Module Name:src
Committed By: pooka
Date: Wed Jan 7 23:12:31 UTC 2015
Modified Files:
src/tests/fs/msdosfs: Makefile
Log Message:
edit one more particularly well-hidden site needing -lrumpkern_sysproxy
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/test
Module Name:src
Committed By: hannken
Date: Mon Dec 29 15:31:44 UTC 2014
Modified Files:
src/tests/fs/vfs: t_vnops.c
Log Message:
Test v7fs_lstat_symlink is no longer expected to fail.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/tests/fs/vfs/t_vnops
Module Name:src
Committed By: gson
Date: Tue Sep 9 06:51:01 UTC 2014
Modified Files:
src/tests/fs/vfs: t_vnops.c
Log Message:
Mark v7fs_lstat_symlink as an expected failure, referencing PR kern/48864.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/tes
Module Name:src
Committed By: gson
Date: Sun Sep 7 09:10:09 UTC 2014
Modified Files:
src/tests/fs/vfs: t_vnops.c
Log Message:
Add a test of symlinks with long targets.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/tests/fs/vfs/t_vnops.c
Please note
Module Name:src
Committed By: gson
Date: Fri Aug 29 17:39:18 UTC 2014
Modified Files:
src/tests/fs/vfs: t_unpriv.c
Log Message:
Don't pass an uninitialized variable as the times[] argument of
rump_sys_utimes(). Instead, pass combinations of values representing
edge cases:
Module Name:src
Committed By: gson
Date: Tue Aug 12 12:13:09 UTC 2014
Modified Files:
src/tests/fs/vfs: t_vnops.c
Log Message:
Mark udf_lookup_complex as an expected failure, referencing PR kern/49033.
Since it does not fail reliably, force it to fail to avoid spurious fai
Module Name:src
Committed By: gson
Date: Tue Jul 29 09:15:48 UTC 2014
Modified Files:
src/tests/fs/vfs: t_renamerace.c
Log Message:
Mark the udf_renamerace test case (but not udf_renamerace_dirs) as an
expected failure again, now with a reference to PR kern/49046.
Since th
Module Name:src
Committed By: pgoyette
Date: Fri Jul 25 13:44:59 UTC 2014
Modified Files:
src/tests/fs/vfs: t_renamerace.c
Log Message:
Remove atf_tc_expect_fail() calls for udf file-system. These tests are
currently passing. As discussed on current-users. Any new failu
Module Name:src
Committed By: martin
Date: Fri Jul 25 12:16:22 UTC 2014
Modified Files:
src/tests/fs/vfs: t_vnops.c
Log Message:
PR kern/49033: try to provide better diagnostics if the udf_lookup_complex
test randomly fails.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: pgoyette
Date: Mon Jul 7 22:06:02 UTC 2014
Modified Files:
src/tests/fs/cd9660: t_high_ino_big_file.sh
Log Message:
Update disk-space-available requirement to match reality, and leave a
little extra just in case. The test file is much larger
Module Name:src
Committed By: martin
Date: Tue Jun 10 13:15:18 UTC 2014
Modified Files:
src/tests/fs/msdosfs: t_snapshot.c
Log Message:
Properly initialize arguments for the tmpfs mounted in this test.
Pointed out by pooka@.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: pgoyette
Date: Sun Jun 8 13:45:14 UTC 2014
Modified Files:
src/tests/fs/cd9660: t_high_ino_big_file.sh
Log Message:
Convert size check to use 1K blocks (more human-friendly), and fix
atf_skip message to reference block size rather than bytes.
Module Name:src
Committed By: njoly
Date: Tue Jun 3 11:56:07 UTC 2014
Modified Files:
src/tests/fs/vfs: t_vnops.c
Log Message:
Add testcase that check lstat(2) values for symbolic links (PR
kern/48864).
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/t
Module Name:src
Committed By: martin
Date: Thu May 15 14:53:05 UTC 2014
Modified Files:
src/tests/fs/cd9660: t_high_ino_big_file.sh
Log Message:
Set a bigger timeout - this test needs > 3000s on my shark (mostly for
unpacking the test image)
To generate a diff of this co
Module Name:src
Committed By: christos
Date: Mon May 12 15:31:07 UTC 2014
Modified Files:
src/tests/fs/nfs/nfsservice: rumpnfsd.c
Log Message:
CID 975238: Unchecked returns
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/fs/nfs/nfsservice/rumpnfsd.c
Module Name:src
Committed By: njoly
Date: Sun Mar 16 10:28:03 UTC 2014
Modified Files:
src/tests/fs/common: fstest_rumpfs.c
Log Message:
Retrict rumpfs to the provided size, like other filesystems.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/fs/
Module Name:src
Committed By: gson
Date: Thu Mar 13 12:45:14 UTC 2014
Modified Files:
src/tests/fs/nfs: t_rquotad.sh
Log Message:
Add -lrumpnet_netinet6 to the rump_server invocation, to stop
rpc.rquotad from printing the error message "rpc.rquotad:
_svc_tli_create: could
Module Name:src
Committed By: pooka
Date: Mon Sep 9 19:47:38 UTC 2013
Modified Files:
src/tests/fs/common: fstest_puffs.c
Log Message:
Remove what looks like an outdated assert (there was something very sneaky
about this code, but my memory is fading ...)
To generate a
Module Name:src
Committed By: pooka
Date: Sun Aug 4 11:02:02 UTC 2013
Modified Files:
src/tests/fs/vfs: t_io.c
Log Message:
tests for i/o-after-unlink
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/tests/fs/vfs/t_io.c
Please note that diffs are not p
Module Name:src
Committed By: skrll
Date: Mon Jul 29 13:15:24 UTC 2013
Modified Files:
src/tests/fs/ffs: ffs_common.sh
Log Message:
Slow hardware needs longer, especially for default_deny_user_big
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/fs/f
Module Name:src
Committed By: njoly
Date: Sun Jul 28 09:03:43 UTC 2013
Modified Files:
src/tests/fs/vfs: t_vnops.c
Log Message:
Check that rename(2) with NULL arguments fail with EFAULT.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/tests/fs/vfs/t_vno
Module Name:src
Committed By: reinoud
Date: Wed Jul 10 18:55:00 UTC 2013
Modified Files:
src/tests/fs/vfs: t_renamerace.c t_vnops.c
Log Message:
Update test cases for UDF now udf_rename() uses the genfs_rename framework
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: reinoud
Date: Mon Jul 8 06:44:51 UTC 2013
Modified Files:
src/tests/fs/vfs: t_renamerace.c t_vnops.c
Log Message:
Cover the last failing UDF test cases with a reference to PR kern/47986, i.e.
all rename's fail until UDF switches over to the n
Module Name:src
Committed By: reinoud
Date: Tue Jul 2 15:00:55 UTC 2013
Modified Files:
src/tests/fs/common: fstest_udf.c
Log Message:
Use the new extension to newfs_udf to generate a decent image for rump to work
on instead of an FFS(!) version.
To generate a diff of t
Module Name:src
Committed By: martin
Date: Sun Jun 30 15:42:43 UTC 2013
Modified Files:
src/tests/fs/common: fstest_udf.c
Log Message:
Initialize mount args version info.
Add comment about a bogusly used "newfs" where "newfs_udf" is meant.
To generate a diff of this comm
Module Name:src
Committed By: martin
Date: Sun Jun 30 15:05:49 UTC 2013
Modified Files:
src/tests/fs/common: fstest_udf.c
Log Message:
Fix copy & pasto, notice by Nicolas Joly, one step closer to solving
PR kern/47974.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: reinoud
Date: Fri Jun 28 13:04:06 UTC 2013
Modified Files:
src/tests/fs/vfs: Makefile
Log Message:
Add the rumpfs_udf to the LDADD variable
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/tests/fs/vfs/Makefile
Please note
Module Name:src
Committed By: reinoud
Date: Wed Jun 26 19:29:24 UTC 2013
Modified Files:
src/tests/fs/common: Makefile h_fsmacros.h
Added Files:
src/tests/fs/common: fstest_udf.c
Log Message:
Add UDF as one of the filesytems to test. Might help understand why rump
Module Name:src
Committed By: pooka
Date: Wed Jun 12 12:08:08 UTC 2013
Modified Files:
src/tests/fs/vfs: t_io.c
Log Message:
Fix the test for rumpfs on amd64 by adding a creation mode to open().
thanks to gson for the prod.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: jmmv
Date: Sun Mar 17 02:48:31 UTC 2013
Modified Files:
src/tests/fs/vfs: t_renamerace.c
Log Message:
Fix the t_renamerace:lfs_renamerace_dirs test on fast machines.
This test was failing on my machine when run natively but not causing any
pr
Module Name:src
Committed By: jmmv
Date: Sun Mar 17 01:16:45 UTC 2013
Modified Files:
src/tests/fs/tmpfs: h_funcs.subr
Log Message:
Simplify test_mount and log errors.
If mount_tmpfs fails, show what the stderr output of the command was instead
of failing without details.
Module Name:src
Committed By: jmmv
Date: Sat Mar 16 07:54:04 UTC 2013
Modified Files:
src/tests/fs/psshfs: t_psshfs.sh
Log Message:
Use /bin/sh for a temporary script instead of querying the name of the
shell from atf-config.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: jmmv
Date: Sat Mar 16 05:45:37 UTC 2013
Modified Files:
src/tests/fs/vfs: t_full.c t_unpriv.c t_vnops.c
Log Message:
Mark a bunch of routinely-broken ZFS tests as expected failures. Point
them at PR kern/47656.
To generate a diff of this co
Module Name:src
Committed By: jmmv
Date: Sat Mar 16 05:25:00 UTC 2013
Modified Files:
src/tests/fs/common: h_fsmacros.h
Log Message:
Mark the zfs tests as requiring root.
This is wrong. The zfs tests already use rump so they should not require
root. However, I've alread
1 - 100 of 396 matches
Mail list logo