summaryrefslogtreecommitdiff
path: root/tests/fs/ffs
AgeCommit message (Expand)Author
2022-11-17Restore backward compatibility of UFS2 with previous NetBSD releases bychs
2021-12-05s/shapshot/snapshot/msaitoh
2021-08-20fix various typos in comments and log messages.andvar
2020-08-20Remove non-functional cleanup code from test_case() and test_case_root().gson
2020-08-17Remove unused function rump_shutdown()gson
2020-05-15PR/55102: Kamil Rytarowski: Duplicate fifo_vnodeop_entries,christos
2020-04-12make sure that 0 length files get their extattrs cleaned up on deletionchristos
2020-04-10New extended attributes test (does not work until we commit kernel changes)christos
2020-03-01Centralize the base rump libraries into a variable used by all the otherchristos
2019-07-09return return atf_no_error() instead of 0 for consistency.maya
2017-03-22add tests for the mount update from rw to rw+log, which used to case the panicjdolecek
2017-01-13Don't play with "../.." in includes for h_macros.h; deal with it centrally.christos
2016-10-08Incrase timeout for the benefit of the walk_list_user test case whichgson
2015-01-07Move sysproxy support into a separate component, rumpkern_sysproxy,pooka
2013-07-29Slow hardware needs longer, especially for default_deny_user_bigskrll
2013-02-06Test taking a snapshot from a stressed file system.hannken
2013-01-22spellingdholland
2012-11-27Add fsbsizeovermaxbsize test that tests mouting a FS with block size greaterjakllsch
2012-11-27Rename fsbsize2big to fsbsizeovermaxphys to accurately match what it tests.jakllsch
2012-09-30Add test cases for the bug fixed in sys/ufs/ufs/ufs_quota2.c 1.35:bouyer
2012-08-24h_ffs_server.c is not a test program. Remove unnecessary traces of atf.jmmv
2012-03-15Add __printflike attribution to use vprintf and friends with an argumentjoerg
2012-02-13Update reference output to match yesterday's fix. ok martin@ for relengdholland
2012-02-01Reimplement repquota -x to print in tabular form instead of XML.dholland
2012-01-18Make parts of the quota tests useable for more than quotas:bouyer
2011-06-16Use proper format strings.joerg
2011-06-11Turn warns on for all tests and fix all the bugs.christos
2011-03-12Add support for multiple rump servers in shutdown and cleanupbouyer
2011-03-09Don't descend into non-existing subdirectory "clients".tron
2011-03-09Use librumphijack for quota commands instead of rumpifed versions.bouyer
2011-03-07Fix link error.enami
2011-03-06merge the bouyer-quota2 branch. This adds a new on-disk formatbouyer
2010-11-19test snapshots on ffsv2 toopooka
2010-11-07Adjusts tests after import of atf-0.12:jmmv
2010-11-05test fss with underlying fs mounted with MNT_LOGpooka
2010-11-05remove newline from errorpooka
2010-09-23Reorder the library specifications, so that we don't depend on thehe
2010-08-09add comment saying why the other test doesn't use fstestpooka
2010-08-09* convert 48k fs image test to FSTEST_CON/DESTROpooka
2010-08-09Check that mounting a file system with blocksize > MAXPHYS returns an error.pooka
2010-07-30Fold the puffs private and vfs tests mount/unmount routines together.pooka
2010-07-19Need to use the ${PRINTOBJDIR} trick for LIBISPRIVATE ...pooka
2010-07-19Include h_fsmacros instead of ffs.c and link in test lib.pooka
2010-07-14Convert "The Original" rename race test from to vfs and retire thepooka
2010-07-13Get rid of static Atffiles and let bsd.test.mk generate them on the fly.jmmv
2010-07-13Add testcase data argument to all fstest helper functions.njoly
2010-07-13Make this compile again.enami
2010-07-05* fill PR number to xfail now that we have one -- let's try notpooka
2010-07-05Use expect_fail instead of defining xfail. Looks like I missed this onejmmv
2010-06-30Small xfail testcase to exercise 48k ffs image mount, from problemnjoly