CVS commit: src/tests/fs/vfs

2021-06-16 Thread Taylor R Campbell
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

CVS commit: src/tests/fs/vfs

2020-09-04 Thread Taylor R Campbell
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

CVS commit: src/tests/fs/vfs

2020-03-02 Thread Christos Zoulas
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

CVS commit: src/tests/fs/vfs

2019-01-13 Thread Andreas Gustafsson
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

CVS commit: src/tests/fs/vfs

2018-11-30 Thread Juergen Hannken-Illjes
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

CVS commit: src/tests/fs/vfs

2017-02-02 Thread Martin Husemann
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

CVS commit: src/tests/fs/vfs

2016-08-28 Thread Robert Elz
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

CVS commit: src/tests/fs/vfs

2016-08-27 Thread Christos Zoulas
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

CVS commit: src/tests/fs/vfs

2016-08-21 Thread Christos Zoulas
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

CVS commit: src/tests/fs/vfs

2016-08-13 Thread Christos Zoulas
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

CVS commit: src/tests/fs/vfs

2016-05-04 Thread David A. Holland
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

CVS commit: src/tests/fs/vfs

2016-01-28 Thread Martin Husemann
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

CVS commit: src/tests/fs/vfs

2016-01-14 Thread Andreas Gustafsson
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

CVS commit: src/tests/fs/vfs

2016-01-13 Thread Antti Kantee
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

CVS commit: src/tests/fs/vfs

2016-01-02 Thread Antti Kantee
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

CVS commit: src/tests/fs/vfs

2016-01-01 Thread Antti Kantee
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

CVS commit: src/tests/fs/vfs

2016-01-01 Thread Antti Kantee
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

CVS commit: src/tests/fs/vfs

2015-04-09 Thread Taylor R Campbell
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

CVS commit: src/tests/fs/vfs

2015-03-28 Thread Taylor R Campbell
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

CVS commit: src/tests/fs/vfs

2015-03-28 Thread Taylor R Campbell
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

CVS commit: src/tests/fs/vfs

2015-03-24 Thread Taylor R Campbell
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

CVS commit: src/tests/fs/vfs

2014-12-29 Thread Juergen Hannken-Illjes
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

CVS commit: src/tests/fs/vfs

2014-09-09 Thread Andreas Gustafsson
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

CVS commit: src/tests/fs/vfs

2014-09-07 Thread Andreas Gustafsson
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

CVS commit: src/tests/fs/vfs

2014-08-29 Thread Andreas Gustafsson
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

CVS commit: src/tests/fs/vfs

2014-08-12 Thread Andreas Gustafsson
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

CVS commit: src/tests/fs/vfs

2014-07-29 Thread Andreas Gustafsson
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

CVS commit: src/tests/fs/vfs

2014-07-25 Thread Martin Husemann
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

CVS commit: src/tests/fs/vfs

2014-07-25 Thread Paul Goyette
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

CVS commit: src/tests/fs/vfs

2014-06-03 Thread Nicolas Joly
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

CVS commit: src/tests/fs/vfs

2013-08-04 Thread Antti Kantee
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

CVS commit: src/tests/fs/vfs

2013-07-28 Thread Nicolas Joly
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

CVS commit: src/tests/fs/vfs

2013-07-10 Thread Reinoud Zandijk
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

CVS commit: src/tests/fs/vfs

2013-07-08 Thread Reinoud Zandijk
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

CVS commit: src/tests/fs/vfs

2013-06-28 Thread Reinoud Zandijk
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

CVS commit: src/tests/fs/vfs

2013-06-12 Thread Antti Kantee
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

CVS commit: src/tests/fs/vfs

2013-03-16 Thread Julio Merino
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

CVS commit: src/tests/fs/vfs

2013-03-15 Thread Julio Merino
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

CVS commit: src/tests/fs/vfs

2012-05-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 9 00:22:26 UTC 2012 Modified Files: src/tests/fs/vfs: t_renamerace.c Log Message: Adjust t_renamerace now that ext2fs and ffs have good rename. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/tests/fs/vfs

2012-04-04 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Wed Apr 4 18:53:35 UTC 2012 Modified Files: src/tests/fs/vfs: t_unpriv.c Log Message: New testcase that check file flags with unprivileged credentials. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/tests/fs/vfs

2012-03-26 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Mar 26 15:13:20 UTC 2012 Modified Files: src/tests/fs/vfs: t_unpriv.c Log Message: Now that permissions for msdos have been fixed, kill times() special case which was wrong. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/fs/vfs

2012-03-23 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Fri Mar 23 09:58:23 UTC 2012 Modified Files: src/tests/fs/vfs: t_unpriv.c Log Message: Extend times testcase to check for non null time values too. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/tests/fs/vfs

2012-03-20 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Tue Mar 20 18:20:49 UTC 2012 Modified Files: src/tests/fs/vfs: t_io.c t_vnops.c Log Message: Remove unneeded atf_tc_expect_pass calls. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/fs/vfs/t_io.c cvs

CVS commit: src/tests/fs/vfs

2012-03-19 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Mar 20 05:21:45 UTC 2012 Modified Files: src/tests/fs/vfs: t_io.c Log Message: Remove xfail. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tests/fs/vfs/t_io.c Please note that diffs are not public domain;

CVS commit: src/tests/fs/vfs

2012-03-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 18 21:49:08 UTC 2012 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: annotate fixed failures as comments. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/tests/fs/vfs/t_vnops.c Please note

CVS commit: src/tests/fs/vfs

2012-03-18 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Mar 19 03:33:54 UTC 2012 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: Finish removing the block of commented-out code from rev 1.31 Hello, christos! To generate a diff of this commit: cvs rdiff -u -r1.31

CVS commit: src/tests/fs/vfs

2012-03-15 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Thu Mar 15 12:57:28 UTC 2012 Modified Files: src/tests/fs/vfs: t_unpriv.c Log Message: Add another testcase that check setting file times with unprivileged credentials. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/tests/fs/vfs

2012-02-09 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Thu Feb 9 18:31:04 UTC 2012 Modified Files: src/tests/fs/vfs: t_unpriv.c Log Message: Add a testcase which checks that directory permissions are honored for file creation/deletion with unprivileged credentials. releng ok. To

CVS commit: src/tests/fs/vfs

2012-01-31 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Tue Jan 31 19:02:49 UTC 2012 Modified Files: src/tests/fs/vfs: t_unpriv.c Log Message: owner testcase now succeed with rumpfs. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/fs/vfs/t_unpriv.c Please note

CVS commit: src/tests/fs/vfs

2012-01-27 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Fri Jan 27 21:53:50 UTC 2012 Modified Files: src/tests/fs/vfs: t_unpriv.c Log Message: unpriv owner test now pass for sysvbfs. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/fs/vfs/t_unpriv.c Please note

CVS commit: src/tests/fs/vfs

2011-10-08 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sat Oct 8 13:00:55 UTC 2011 Modified Files: src/tests/fs/vfs: t_unpriv.c Log Message: USE_OWNER - USES_OWNER for consistency with other macros. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/fs/vfs

2011-10-08 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sat Oct 8 13:08:54 UTC 2011 Modified Files: src/tests/fs/vfs: t_renamerace.c t_rmdirrace.c t_vnops.c Log Message: Slightly adjust skipped messages, makes output more consistent. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/fs/vfs

2011-08-18 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Aug 19 01:25:28 UTC 2011 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: Add test for `ln -s / foo cd foo'. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/tests/fs/vfs/t_vnops.c Please note

CVS commit: src/tests/fs/vfs

2011-07-23 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Sat Jul 23 09:59:14 UTC 2011 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: Don't assume that first lock that blocks is a lock with the lowest start offset and change the test to work when F_GETLK returns any lock that

CVS commit: src/tests/fs/vfs

2011-07-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jul 18 06:47:08 UTC 2011 Modified Files: src/tests/fs/vfs: t_renamerace.c Log Message: ffs and ffslog are no longer xfail. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/tests/fs/vfs/t_renamerace.c

CVS commit: src/tests/fs/vfs

2011-05-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 30 13:10:38 UTC 2011 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: Remove expected failure for tmpfs PRs that are now fixed. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/tests/fs/vfs

2011-03-17 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Thu Mar 17 19:48:37 UTC 2011 Modified Files: src/tests/fs/vfs: t_full.c Log Message: Remove hack introduced in revision 1.6 to workaround a bug in atf-run that would cause it to lock up while waiting for the p2k_ffs_fillfs test

CVS commit: src/tests/fs/vfs

2011-03-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Mar 6 10:33:40 UTC 2011 Modified Files: src/tests/fs/vfs: t_full.c Log Message: Add a kludge to prevent a test run from completely hanging. Some analysis: 1) p2k_ffs test program opens a socketpair and forks off rump_ffs 2)

CVS commit: src/tests/fs/vfs

2011-03-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Mar 6 16:00:17 UTC 2011 Modified Files: src/tests/fs/vfs: t_renamerace.c Log Message: Add a race catcher for p2k_ffs renamerace -- it seems like the problem doesn't trigger always especially in a qemu env (but triggers 100%

CVS commit: src/tests/fs/vfs

2011-03-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 3 11:01:27 UTC 2011 Modified Files: src/tests/fs/vfs: t_renamerace.c Log Message: The re-enabled renamerace test also triggers the recent msdosfs vnode leak. xfail this under the blanket of PR kern/44661. To generate a

CVS commit: src/tests/fs/vfs

2011-03-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Mar 1 14:21:46 UTC 2011 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: augment rename test case with the failure from PR kern/44288 To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/tests/fs/vfs

2011-03-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Mar 1 14:27:32 UTC 2011 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: Comment out msdosfs skip -- i'm not sure if it will still fail with the stack size problem, but at least it fails due to yet another refcounting

CVS commit: src/tests/fs/vfs

2011-03-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Mar 1 15:04:48 UTC 2011 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: Rmdir the dir you're in and its parent and try to cd .. Fails on tmpfs (crash), puffs (cd .. succeeds) and rumpfs (cd .. succeeds). another

CVS commit: src/tests/fs/vfs

2011-03-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Mar 1 15:33:35 UTC 2011 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: xfail dir_rmdirdotdot for tmpfs (PR kern/44657) To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/tests/fs/vfs/t_vnops.c

CVS commit: src/tests/fs/vfs

2011-03-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Mar 1 20:16:33 UTC 2011 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: msdosfs xfail for PR kern/44661 To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/tests/fs/vfs/t_vnops.c Please note that

CVS commit: src/tests/fs/vfs

2011-02-27 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sun Feb 27 15:16:31 UTC 2011 Modified Files: src/tests/fs/vfs: t_io.c Log Message: Add a small testcase that shrink a file using 2 consecutive ftruncate calls. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/tests/fs/vfs

2011-02-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Feb 28 03:40:45 UTC 2011 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: Add simple test case for access(2), including panicky scenario from PR kern/44648. To generate a diff of this commit: cvs rdiff -u -r1.14

CVS commit: src/tests/fs/vfs

2011-02-22 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Tue Feb 22 21:23:20 UTC 2011 Modified Files: src/tests/fs/vfs: t_ro.c t_vnops.c Log Message: add some tests To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/fs/vfs/t_ro.c cvs rdiff -u -r1.13 -r1.14

CVS commit: src/tests/fs/vfs

2011-02-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Feb 2 14:42:15 UTC 2011 Modified Files: src/tests/fs/vfs: t_io.c Log Message: add a few overwrite-related tests To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/fs/vfs/t_io.c Please note that diffs are

CVS commit: src/tests/fs/vfs

2011-01-31 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 31 10:01:26 UTC 2011 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: Add test case for F_GETLK pid-oddness from PR kern/44494. I found the test case a little difficult to understand (because of many indices), so

CVS commit: src/tests/fs/vfs

2011-01-31 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Jan 31 18:53:29 UTC 2011 Modified Files: src/tests/fs/vfs: t_ro.c Log Message: Now that PR/44302 is fixed, fs/vfs/t_ro:sysvbfs_rmfile should not fail anymore. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/tests/fs/vfs

2011-01-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jan 13 10:33:02 UTC 2011 Modified Files: src/tests/fs/vfs: t_union.c Log Message: Add a test case for a r/o lower layer which attempts to create some whiteouts and opaque dirs in the upper layer. The sad news is this simple

CVS commit: src/tests/fs/vfs

2011-01-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jan 13 11:00:20 UTC 2011 Modified Files: src/tests/fs/vfs: t_union.c Log Message: xfail PR kern/44383: whiteouts are generally speaking kaput To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/tests/fs/vfs

2011-01-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 12 21:45:39 UTC 2011 Modified Files: src/tests/fs/vfs: t_union.c Log Message: Instead of hardcoding fs list just try to mount union and skip all file systems which return EOPNOTSUPP. To generate a diff of this commit:

CVS commit: src/tests/fs/vfs

2011-01-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 12 22:42:24 UTC 2011 Modified Files: src/tests/fs/vfs: t_union.c Log Message: xfail for PR kern/44377 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/fs/vfs/t_union.c Please note that diffs are not

CVS commit: src/tests/fs/vfs

2011-01-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 11 09:32:50 UTC 2011 Modified Files: src/tests/fs/vfs: t_renamerace.c Log Message: need unrace-catcher for ffslog To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/tests/fs/vfs/t_renamerace.c Please note

CVS commit: src/tests/fs/vfs

2011-01-11 Thread Mihai Chelaru
Module Name:src Committed By: kefren Date: Tue Jan 11 14:03:39 UTC 2011 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: add test for kern/43321, blessed by pooka@ To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/tests/fs/vfs/t_vnops.c Please

CVS commit: src/tests/fs/vfs

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 11:39:28 UTC 2011 Modified Files: src/tests/fs/vfs: t_ro.c Log Message: expect correct errno in nfsro case. from yamt To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/fs/vfs/t_ro.c Please note

CVS commit: src/tests/fs/vfs

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 11:41:55 UTC 2011 Modified Files: src/tests/fs/vfs: t_full.c Log Message: P2K_FFS uses puffs and therefore does not GOP_ALLOC either To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/tests/fs/vfs

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 11:53:23 UTC 2011 Modified Files: src/tests/fs/vfs: t_renamerace.c Log Message: ffs -o log dies in renamerace_dirs just like the rest. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/tests/fs/vfs

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 12:01:11 UTC 2011 Modified Files: src/tests/fs/vfs: t_vfsops.c Log Message: use X-fs.mntname for f_fstypename. ignore p2k_ffs there. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/tests/fs/vfs

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 12:18:25 UTC 2011 Modified Files: src/tests/fs/vfs: t_renamerace.c Log Message: xfail PR kern/44336 To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/tests/fs/vfs/t_renamerace.c Please note that diffs

CVS commit: src/tests/fs/vfs

2011-01-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 3 09:35:33 UTC 2011 Modified Files: src/tests/fs/vfs: t_io.c Log Message: Give this a chance of working on non-4kB pagesize. from martin's sparc64 test run To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/tests/fs/vfs

2011-01-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Jan 1 20:26:22 UTC 2011 Modified Files: src/tests/fs/vfs: t_io.c Log Message: Check that extending a file grows its size (with and without O_APPEND). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/fs/vfs

2011-01-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Jan 1 20:30:57 UTC 2011 Modified Files: src/tests/fs/vfs: t_io.c Log Message: fill in number of PR kern/44307 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/fs/vfs/t_io.c Please note that diffs are

CVS commit: src/tests/fs/vfs

2011-01-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Jan 1 20:43:01 UTC 2011 Modified Files: src/tests/fs/vfs: t_io.c Log Message: Guess-fix a signed vs. unsigned compiler warning report by pgoyette (it doesn't trigger in my src working copy for whatever reason). To generate

CVS commit: src/tests/fs/vfs

2010-12-31 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Dec 31 18:26:25 UTC 2010 Modified Files: src/tests/fs/vfs: t_ro.c Log Message: fill in PR kern/44302 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/fs/vfs/t_ro.c Please note that diffs are not public

CVS commit: src/tests/fs/vfs

2010-11-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Nov 19 17:46:02 UTC 2010 Modified Files: src/tests/fs/vfs: t_vfsops.c Log Message: Convert skipped tests into proper xfails (a lazy bum is me). prompted by pgoyette To generate a diff of this commit: cvs rdiff -u -r1.7

CVS commit: src/tests/fs/vfs

2010-11-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Nov 11 16:03:55 UTC 2010 Modified Files: src/tests/fs/vfs: t_io.c Log Message: use atf interfaces for error reportage To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/fs/vfs/t_io.c Please note that

CVS commit: src/tests/fs/vfs

2010-11-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Nov 11 17:44:44 UTC 2010 Modified Files: src/tests/fs/vfs: t_full.c t_renamerace.c t_vnops.c Log Message: skip tests which use features which rumpfs does not support (namely: vop_rename and a file system size limit) To

CVS commit: src/tests/fs/vfs

2010-11-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Nov 1 14:04:02 UTC 2010 Modified Files: src/tests/fs/vfs: t_renamerace.c Log Message: Create the process we use later in the test. Otherwise cwd doesn't go right and the test fails because of attempting to create files in

CVS commit: src/tests/fs/vfs

2010-09-09 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Thu Sep 9 11:42:52 UTC 2010 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: s/dirs/symlinks/ in USES_SYMLINKS message. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tests/fs/vfs/t_vnops.c Please note

CVS commit: src/tests/fs/vfs

2010-09-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Sep 6 15:21:34 UTC 2010 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: symlink to a zero-len target (and watch tmpfs go kabloom) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/tests/fs/vfs

2010-09-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Sep 6 15:27:18 UTC 2010 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: fill in PR number: kern/43843 To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/fs/vfs/t_vnops.c Please note that diffs

CVS commit: src/tests/fs/vfs

2010-08-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Aug 28 10:56:12 UTC 2010 Modified Files: src/tests/fs/vfs: t_full.c Log Message: Use explanation for GOP_ALLOC in message from version 1.1. Ok po...@. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/fs/vfs

2010-08-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Aug 27 08:15:30 UTC 2010 Modified Files: src/tests/fs/vfs: t_full.c Log Message: Skip the full test for puffs now that we can (yes, atf issue #53) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/fs/vfs

2010-08-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Aug 26 18:06:44 UTC 2010 Modified Files: src/tests/fs/vfs: t_renamerace.c Log Message: chdir() once per process is enough, no need to do it for every thread (and doing so would cause occasional failures when some thread would

CVS commit: src/tests/fs/vfs

2010-08-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Aug 25 18:11:20 UTC 2010 Modified Files: src/tests/fs/vfs: t_renamerace.c Log Message: Start many more threads for the renamerace since it seems to catch more errors. Add a sleepkludge to deal with NFS's sillyrename

CVS commit: src/tests/fs/vfs

2010-08-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Aug 19 02:36:03 UTC 2010 Modified Files: src/tests/fs/vfs: Makefile Added Files: src/tests/fs/vfs: t_io.c Log Message: Start adding some I/O tests. This one does a sparse write to the second page on a file, then

CVS commit: src/tests/fs/vfs

2010-08-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Aug 17 11:46:16 UTC 2010 Modified Files: src/tests/fs/vfs: Makefile Added Files: src/tests/fs/vfs: t_full.c Log Message: Add test which fills up the file system and expects ENOSPC. To generate a diff of this commit:

  1   2   >