CVS commit: src/tests/fs/ffs

2010-05-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat May 1 10:46:29 UTC 2010 Modified Files: src/tests/fs/ffs: t_fifos.c Log Message: fix !USE_ATF To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/fs/ffs/t_fifos.c Please note that diffs are not public doma

CVS commit: src/tests/fs/ffs

2010-05-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun May 30 05:35:49 UTC 2010 Modified Files: src/tests/fs/ffs: t_renamerace.c Log Message: Use PATH_MAX instead of MAXPATHLEN and include limits.h. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/fs/ffs/

CVS commit: src/tests/fs/ffs

2010-06-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jun 30 16:37:12 UTC 2010 Modified Files: src/tests/fs/ffs: t_renamerace.c Log Message: qemu has been fixed, so remove timeout (not that it helped in the first place ...) To generate a diff of this commit: cvs rdiff -u -r1.11

CVS commit: src/tests/fs/ffs

2010-07-05 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Mon Jul 5 16:34:41 UTC 2010 Modified Files: src/tests/fs/ffs: t_mount.c Log Message: Use expect_fail instead of defining xfail. Looks like I missed this one during the import of atf 0.10. Thanks po...@. To generate a diff of th

CVS commit: src/tests/fs/ffs

2010-07-05 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jul 5 17:12:49 UTC 2010 Modified Files: src/tests/fs/ffs: t_mount.c Log Message: * fill PR number to xfail now that we have one -- let's try not to add any xfail tests without an associated PR * move xfail to the correct pla

CVS commit: src/tests/fs/ffs

2010-07-12 Thread enami tsugutomo
Module Name:src Committed By: enami Date: Tue Jul 13 01:42:22 UTC 2010 Modified Files: src/tests/fs/ffs: t_mount.c Log Message: Make this compile again. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/fs/ffs/t_mount.c Please note that diffs are not

CVS commit: src/tests/fs/ffs

2010-07-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jul 19 16:22:05 UTC 2010 Modified Files: src/tests/fs/ffs: Makefile t_mount.c Log Message: Include h_fsmacros instead of ffs.c and link in test lib. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/fs/ff

CVS commit: src/tests/fs/ffs

2010-08-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 9 17:42:26 UTC 2010 Modified Files: src/tests/fs/ffs: t_mount.c Log Message: Check that mounting a file system with blocksize > MAXPHYS returns an error. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/te

CVS commit: src/tests/fs/ffs

2010-08-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 9 19:34:59 UTC 2010 Modified Files: src/tests/fs/ffs: t_mount.c Log Message: * convert 48k fs image test to FSTEST_CON/DESTRO * make sure hugeblocksize doesn't accidentally succeed To generate a diff of this commit: cvs

CVS commit: src/tests/fs/ffs

2010-08-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 9 19:36:30 UTC 2010 Modified Files: src/tests/fs/ffs: t_mount.c Log Message: add comment saying why the other test doesn't use fstest To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/fs/ffs/t_mount.

CVS commit: src/tests/fs/ffs

2010-11-05 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Nov 5 11:31:16 UTC 2010 Modified Files: src/tests/fs/ffs: t_snapshot.c Log Message: remove newline from error To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/fs/ffs/t_snapshot.c Please note that diffs

CVS commit: src/tests/fs/ffs

2010-11-05 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Nov 5 11:32:09 UTC 2010 Modified Files: src/tests/fs/ffs: Makefile Added Files: src/tests/fs/ffs: t_snapshot_log.c Log Message: test fss with underlying fs mounted with MNT_LOG To generate a diff of this commit: cvs

CVS commit: src/tests/fs/ffs

2010-11-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Nov 19 12:36:50 UTC 2010 Modified Files: src/tests/fs/ffs: Makefile Added Files: src/tests/fs/ffs: t_snapshot_v2.c Log Message: test snapshots on ffsv2 too To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/tests/fs/ffs

2011-03-09 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Wed Mar 9 20:13:47 UTC 2011 Modified Files: src/tests/fs/ffs: Makefile Log Message: Don't descend into non-existing subdirectory "clients". To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/tests/fs/ffs/Makefile

CVS commit: src/tests/fs/ffs

2011-03-12 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Mar 12 13:43:58 UTC 2011 Modified Files: src/tests/fs/ffs: quotas_common.sh Log Message: Add support for multiple rump servers in shutdown and cleanup To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/fs/

CVS commit: src/tests/fs/ffs

2012-02-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Feb 13 17:55:12 UTC 2012 Modified Files: src/tests/fs/ffs: t_miscquota.sh Log Message: Update reference output to match yesterday's fix. ok martin@ for releng To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src

CVS commit: src/tests/fs/ffs

2010-03-29 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 29 13:26:32 UTC 2010 Modified Files: src/tests/fs/ffs: Atffile Makefile Added Files: src/tests/fs/ffs: t_fifos.c Log Message: regression test for fifos on ffs XXX: same test apart for mount/unmount could be used on

CVS commit: src/tests/fs/ffs

2010-04-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Apr 12 22:58:53 UTC 2010 Modified Files: src/tests/fs/ffs: Makefile Added Files: src/tests/fs/ffs: t_snapshot.c Log Message: test for the very basic snapshot features To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/tests/fs/ffs

2010-04-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Apr 12 23:15:24 UTC 2010 Modified Files: src/tests/fs/ffs: t_snapshot.c Log Message: move check next to operation To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/fs/ffs/t_snapshot.c Please note that dif

CVS commit: src/tests/fs/ffs

2012-08-24 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Fri Aug 24 20:25:50 UTC 2012 Modified Files: src/tests/fs/ffs: h_ffs_server.c Log Message: h_ffs_server.c is not a test program. Remove unnecessary traces of atf. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/te

CVS commit: src/tests/fs/ffs

2012-09-30 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Sep 30 21:26:58 UTC 2012 Modified Files: src/tests/fs/ffs: h_quota2_tests.c t_miscquota.sh Log Message: Add test cases for the bug fixed in sys/ufs/ufs/ufs_quota2.c 1.35: when a on-disk block/inode allocation triggers allocati

CVS commit: src/tests/fs/ffs

2012-11-27 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Nov 27 15:59:16 UTC 2012 Modified Files: src/tests/fs/ffs: t_mount.c Log Message: Rename fsbsize2big to fsbsizeovermaxphys to accurately match what it tests. Additionally, compute failing size dynamically by doubling MAXPHYS

CVS commit: src/tests/fs/ffs

2012-11-27 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Nov 27 16:01:49 UTC 2012 Modified Files: src/tests/fs/ffs: t_mount.c Log Message: Add fsbsizeovermaxbsize test that tests mouting a FS with block size greater than MAXBSIZE. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/fs/ffs

2013-01-21 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jan 22 06:24:12 UTC 2013 Modified Files: src/tests/fs/ffs: t_miscquota.sh Log Message: spelling To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/fs/ffs/t_miscquota.sh Please note that diffs are not pu

CVS commit: src/tests/fs/ffs

2013-07-29 Thread Nick Hudson
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

CVS commit: src/tests/fs/ffs

2020-04-10 Thread Christos Zoulas
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

CVS commit: src/tests/fs/ffs

2020-04-12 Thread Christos Zoulas
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

CVS commit: src/tests/fs/ffs

2020-08-16 Thread Andreas Gustafsson
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

CVS commit: src/tests/fs/ffs

2020-08-20 Thread Andreas Gustafsson
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

CVS commit: src/tests/fs/ffs

2016-10-08 Thread Andreas Gustafsson
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

CVS commit: src/tests/fs/ffs

2017-03-22 Thread Jaromir Dolecek
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

CVS commit: src/tests/fs/ffs/clients

2011-03-06 Thread enami tsugutomo
Module Name:src Committed By: enami Date: Mon Mar 7 03:29:26 UTC 2011 Modified Files: src/tests/fs/ffs/clients: Makefile Log Message: Fix link error. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/fs/ffs/clients/Makefile Please note that diffs ar