OpenGrok
Cross Reference: t_modload.sh
xref
: /
src
/
tests
/
modules
/
t_modload.sh
Home
|
History
|
Annotate
|
Download
|
only in
modules
History log of
/src/tests/modules/t_modload.sh
Revision
Date
Author
Comments
1.14
28-Apr-2024
rillig
tests: replace deprecated '-s eq:...' with '-s exit:...'
1.13
20-Apr-2012
jruoho
For now, skip module tests if modctl(8) fails either with EPERM or ENOSYS.
1.12
14-Apr-2012
pgoyette
The k_helper3 program does not need to be (and shouldn't be) installed
in its own subdirectory.
1.11
13-Apr-2012
jruoho
Add a helper program that loads a module and returns the errno from modctl(8).
XXX: As noted on tech-kern@, the syscall should be modified to fail
consistently with a given predefined errno on non-MODULAR kernels.
1.10
20-Mar-2012
jruoho
Skip Xen. XXX: There should be a reliable way to detect MODULAR.
1.9
24-Mar-2011
jmmv
branches: 1.9.4;
Prevent failures from cleanup routines. Do so by only attempting to do the
cleanup if the test case did not succeed (as, when it succeeds, the cleanup
has already happened).
1.8
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.7
05-Jul-2010
jmmv
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.)
1.6
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.5
19-Jan-2009
jmmv
Adjust tests to work with the new API in ATF 0.6.
1.4
04-Jan-2009
jmmv
Kernel modules (kmod files) are now installed in a subdirectory per module.
Make these tests aware of this so that they work again.
1.3
02-May-2008
ad
branches: 1.3.6;
- Add a bsd.kmodule.mk to build new style modules.
- Set the file suffix to .kmod
1.2
30-Apr-2008
martin
Convert TNF licenses to new 2 clause variant
1.1
02-Mar-2008
jmmv
branches: 1.1.2; 1.1.4; 1.1.6;
Add tests for load-time parameter passing to modules, both at the syscall
level through modctl(2) and at the user level through the modload(8)
utility.
1.1.6.1
18-May-2008
yamt
sync with head.
1.1.4.2
24-Mar-2008
keiichi
sync with head.
1.1.4.1
02-Mar-2008
keiichi
file t_modload.sh was added on branch keiichi-mipv6 on 2008-03-24 07:16:33 +0000
1.1.2.2
23-Mar-2008
matt
sync with HEAD
1.1.2.1
02-Mar-2008
matt
file t_modload.sh was added on branch matt-armv6 on 2008-03-23 00:47:21 +0000
1.3.6.1
09-Jan-2009
snj
Pull up following revision(s) (requested by jmmv in ticket #234):
tests/modules/t_modctl.c: revision 1.3
tests/modules/t_modload.sh: revision 1.4
Kernel modules (kmod files) are now installed in a subdirectory per module.
Make these tests aware of this so that they work again.
1.9.4.2
23-May-2012
yamt
sync with head.
1.9.4.1
17-Apr-2012
yamt
sync with head
Indexes created Thu Oct 23 22:10:10 GMT 2025