Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/tests



Module Name:    src
Committed By:   jmmv
Date:           Mon Jul  5 16:27:09 UTC 2010

Modified Files:
        src/tests/fs/puffs: t_psshfs.sh
        src/tests/fs/tmpfs: t_vnd.sh t_vnode_leak.sh
        src/tests/kernel: t_umount.sh
        src/tests/modules: t_modload.sh

Log Message:
Properly mark some test cases as having a cleanup routine.  Stupidity of
the API?  Most likely; will revise it.

Fixes atf-run breaking when running t_psshfs.  This does not resolve the
underlying issue though, which is atf-run getting confused trying to
unmount the temporary mount point by itself (I think).  (I'm now wondering
if atf should be bothering about unmounting stuff at all.  Maybe not. It is
a tricky and uncommon thing.)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/fs/puffs/t_psshfs.sh
cvs rdiff -u -r1.4 -r1.5 src/tests/fs/tmpfs/t_vnd.sh \
    src/tests/fs/tmpfs/t_vnode_leak.sh
cvs rdiff -u -r1.3 -r1.4 src/tests/kernel/t_umount.sh
cvs rdiff -u -r1.6 -r1.7 src/tests/modules/t_modload.sh

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



Home | Main Index | Thread Index | Old Index