Up to [cvs.NetBSD.org] / src / tests / fs / vfs
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.10 / (download) - annotate - [select for diffs], Sat Mar 16 05:45:37 2013 UTC (2 months, 1 week ago) by jmmv
Branch: MAIN
CVS Tags: agc-symver-base,
agc-symver,
HEAD
Changes since 1.9: +9 -1
lines
Diff to previous 1.9 (colored)
Mark a bunch of routinely-broken ZFS tests as expected failures. Point them at PR kern/47656.
Revision 1.9 / (download) - annotate - [select for diffs], Wed Apr 4 18:53:34 2012 UTC (13 months, 3 weeks ago) by njoly
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
tls-maxphys-nbase,
tls-maxphys-base,
tls-maxphys
Changes since 1.8: +49 -1
lines
Diff to previous 1.8 (colored)
New testcase that check file flags with unprivileged credentials.
Revision 1.8 / (download) - annotate - [select for diffs], Mon Mar 26 15:13:20 2012 UTC (13 months, 4 weeks ago) by njoly
Branch: MAIN
Changes since 1.7: +3 -4
lines
Diff to previous 1.7 (colored)
Now that permissions for msdos have been fixed, kill times() special case which was wrong.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Mar 23 09:58:23 2012 UTC (14 months ago) by njoly
Branch: MAIN
Changes since 1.6: +14 -2
lines
Diff to previous 1.6 (colored)
Extend times testcase to check for non null time values too.
Revision 1.6 / (download) - annotate - [select for diffs], Thu Mar 15 12:57:27 2012 UTC (14 months, 1 week ago) by njoly
Branch: MAIN
Changes since 1.5: +34 -1
lines
Diff to previous 1.5 (colored)
Add another testcase that check setting file times with unprivileged credentials.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Feb 9 18:31:03 2012 UTC (15 months, 2 weeks ago) by njoly
Branch: MAIN
CVS Tags: netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus
Changes since 1.4: +46 -1
lines
Diff to previous 1.4 (colored)
Add a testcase which checks that directory permissions are honored for file creation/deletion with unprivileged credentials. releng ok.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jan 31 19:02:49 2012 UTC (15 months, 3 weeks ago) by njoly
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
owner testcase now succeed with rumpfs.
Revision 1.3 / (download) - annotate - [select for diffs], Fri Jan 27 21:53:50 2012 UTC (15 months, 4 weeks ago) by njoly
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
unpriv owner test now pass for sysvbfs.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Oct 8 13:00:55 2011 UTC (19 months, 2 weeks ago) by njoly
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base
Branch point for: yamt-pagecache
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored)
USE_OWNER -> USES_OWNER for consistency with other macros.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Jan 6 15:19:10 2011 UTC (2 years, 4 months ago) by njoly
Branch: MAIN
CVS Tags: cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Start unprivileged filesystem tests. For now, only chown/chmod owner checks.