CVS commit: src/tests/fs/union

2010-05-01 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sat May  1 10:43:31 UTC 2010

Modified Files:
src/tests/fs/union: t_basic.c

Log Message:
fix !USE_ATF case


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/fs/union/t_basic.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/fs/union

2010-06-29 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Jun 29 15:25:28 UTC 2010

Modified Files:
src/tests/fs/union: Makefile
Added Files:
src/tests/fs/union: t_pr.c

Log Message:
xfail test for problem described in PR kern/23986


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/fs/union/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/fs/union/t_pr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/fs/union

2010-06-30 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Wed Jun 30 14:10:14 UTC 2010

Modified Files:
src/tests/fs/union: t_pr.c

Log Message:
Test no longer fails with rev. 1.62 of src/sys/fs/union/union_vfsops.c.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/fs/union/t_pr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/fs/union

2010-07-03 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sat Jul  3 12:08:37 UTC 2010

Modified Files:
src/tests/fs/union: t_pr.c

Log Message:
Add xfail tests for two cases described in PR kern/43560.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/fs/union/t_pr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/fs/union

2010-07-03 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sat Jul  3 12:10:35 UTC 2010

Modified Files:
src/tests/fs/union: t_pr.c

Log Message:
Remove ufs mount where not necessary due to rumpfs now supporting
VOP_WHITEOUT.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/fs/union/t_pr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/fs/union

2010-07-03 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sat Jul  3 12:23:04 UTC 2010

Modified Files:
src/tests/fs/union: t_pr.c

Log Message:
enhance fail check


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/fs/union/t_pr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/fs/union

2010-07-03 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sat Jul  3 13:37:23 UTC 2010

Modified Files:
src/tests/fs/union: t_pr.c

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/fs/union/t_pr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/fs/union

2011-01-12 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Jan 12 17:16:24 UTC 2011

Modified Files:
src/tests/fs/union: t_basic.c

Log Message:
Simplify test: there's no reason to mount 2x ffs.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/fs/union/t_basic.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/fs/union

2017-03-26 Thread Maya Rashish
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_pr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/fs/union

2017-04-12 Thread Taylor R Campbell
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:
cvs rdiff -u -r1.10 -r1.11 src/tests/fs/union/t_pr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/fs/union

2017-04-13 Thread Taylor R Campbell
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_pr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.