Home | History | Annotate | only in /src/tests/fs/union
History log of /src/tests/fs/union
RevisionDateAuthorComments
 1.3 13-Jul-2010  jmmv Get rid of static Atffiles and let bsd.test.mk generate them on the fly.
 1.2 31-Mar-2010  njoly Use tp-glob keys when requesting for test pattern.
 1.1 29-Mar-2010  pooka Add basic union test.
 1.5 01-Mar-2020  christos Centralize the base rump libraries into a variable used by all the other
Makefiles so that we can make changes to it centrally as needed and have
less mess. Fixes the sun2 build that needs rumpvfs after librump after
the latest changes.
 1.4 10-Jun-2014  he branches: 1.4.24;
Fix static linking for the tests: -lrump is also used by -lrumpuser,
so we also need -lrump after -lrumpuser. Fixes build for sun2.
 1.3 12-Jan-2011  pooka branches: 1.3.12; 1.3.22;
Move basic unionfs test from fs/union to fs/vfs and make it test
all whiteout-supporting file systems with the file system in question
as the upper layer. Also, add an unlink to the test to see if
whiteouts are really working.

ffslog_basic is the test case for PR kern/44377
 1.2 29-Jun-2010  pooka xfail test for problem described in PR kern/23986
 1.1 29-Mar-2010  pooka Add basic union test.
 1.3.22.1 10-Aug-2014  tls Rebase.
 1.3.12.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.4.24.1 08-Apr-2020  martin Merge changes from current as of 20200406
 1.7 12-Jan-2011  pooka Move basic unionfs test from fs/union to fs/vfs and make it test
all whiteout-supporting file systems with the file system in question
as the upper layer. Also, add an unlink to the test to see if
whiteouts are really working.

ffslog_basic is the test case for PR kern/44377
 1.6 12-Jan-2011  pooka Simplify test: there's no reason to mount 2x ffs.
 1.5 07-Nov-2010  jmmv Adjusts tests after import of atf-0.12:

- The use.fs property is gone.
- Mark the tests/fs/t_create:attrs test as broken when using the default
unprivileged-user:_atf setting. This probably deserves a fix somehow
but I'm not sure at this point.
 1.4 04-Jun-2010  jmmv atf-0.9 introduces an use.fs test-case property to allow tests to write to
their work directory. The purpose is to be able to know which tests intend
to touch the file system and to allow a minor optimization in atf-run.

Define use.fs=true for all those tests requiring it. (This highlights that
some tests currently require modifying the file system but conceptually
they shouldn't be... which leaves room for further improvements/cleanups
later :-)
 1.3 31-May-2010  pooka Now that atf gdb/coredump conflicts have been solved (thanks jmmv!),
remove USE_ATF ifdefs.
 1.2 01-May-2010  pooka fix !USE_ATF case
 1.1 29-Mar-2010  pooka Add basic union test.
 1.14 13-Apr-2025  riastradh tests/fs/union/t_pr: Add another screw case.

PR kern/1677: union FS can return bogus value for lookup of `.',
causing later panic
 1.13 16-Jul-2019  martin branches: 1.13.12;
PR misc/54382: whenever open(2) is called with O_CREAT, make sure to
pass an open mode argument.
 1.12 14-Apr-2017  riastradh branches: 1.12.12;
Gotta mark crashes on signal separately from failures...
 1.11 12-Apr-2017  riastradh Mark expected failures as such.

Not exactly sure how the PRs correspond -- please fix if this is wrong!
 1.10 26-Mar-2017  maya Add failing test cases for PRs kern/2423, kern/3645, kern/4597
 1.9 13-Jan-2017  christos branches: 1.9.2;
Don't play with "../.." in includes for h_macros.h; deal with it centrally.
Minor fixes.
 1.8 10-Aug-2011  hannken branches: 1.8.24;
For devices, sockets and fifos ignore setting the file size to zero to make
open(..., O_TRUNC) happy and allow them to write through the lower layer.

Fixes PR #43560 (writing to null device in unionfs fails)
 1.7 03-Jul-2010  pooka Improve previous a bit more: now it works correctly in all cases
with or without xfail.

There is still room for improvement, though: with xfail the
errno != EROFS branch does not report why open failed.
 1.6 03-Jul-2010  pooka enhance fail check
 1.5 03-Jul-2010  pooka Remove ufs mount where not necessary due to rumpfs now supporting
VOP_WHITEOUT.
 1.4 03-Jul-2010  pooka Add xfail tests for two cases described in PR kern/43560.
 1.3 03-Jul-2010  jmmv Replace custom xfail settings with the new expected failure support in
atf 0.10.
 1.2 30-Jun-2010  hannken Test no longer fails with rev. 1.62 of src/sys/fs/union/union_vfsops.c.
 1.1 29-Jun-2010  pooka xfail test for problem described in PR kern/23986
 1.8.24.2 26-Apr-2017  pgoyette Sync with HEAD
 1.8.24.1 20-Mar-2017  pgoyette Sync with HEAD
 1.9.2.1 21-Apr-2017  bouyer Sync with HEAD
 1.12.12.1 13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.13.12.1 02-Aug-2025  perseant Sync with HEAD

RSS XML Feed