Up to [cvs.NetBSD.org] / src / distrib / sets / lists / tests
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.12 / (download) - annotate - [select for diffs], Sat Feb 23 22:01:51 2013 UTC (2 months, 3 weeks ago) by jmmv
Branch: MAIN
CVS Tags: tls-maxphys-nbase,
tls-maxphys-base,
khorben-n900,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.11: +2 -1
lines
Diff to previous 1.11 (colored)
Autogenerate Kyuafiles next to Atffiles when MKKYUA is set. This is suboptimal: the current high-level definitions of test programs in the Makefiles do not carry enough information to support all the features of Kyuafiles. For example, it is not possible to register test programs that do *not* use the ATF libraries, which is something that has been frequently requested around here; nor it is possible to attach arbitrary metadata to test programs from the Makefile, which is handy particularly for ATF-less test programs. For these reasons, consider this a transitional step. Note that, with this change, you should now be able to use the 'kyua' tool to run the tests in /usr/tests.
Revision 1.11 / (download) - annotate - [select for diffs], Wed Jan 16 16:01:08 2013 UTC (4 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base8
Changes since 1.10: +1 -4
lines
Diff to previous 1.10 (colored)
Add a new "debug" set that gets built when ${MKDEBUG} is set. On evbarm:
-rw-r--r-- 1 root src 35806068 Jan 16 10:47 base.tgz
-rw-r--r-- 1 root src 57374069 Jan 16 10:48 comp.tgz
-rw-r--r-- 1 root src 101286193 Jan 16 10:49 debug.tgz
...
This allows always building the debugging code and libraries but not
installing it (although now it is placed in the default sets if ${MKDEBUG}
is set
Revision 1.10 / (download) - annotate - [select for diffs], Wed Aug 8 14:15:03 2012 UTC (9 months, 1 week ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base7,
yamt-pagecache-base6
Branch point for: tls-maxphys
Changes since 1.9: +17 -17
lines
Diff to previous 1.9 (colored)
adjust for MKRUMP = no
Revision 1.9 / (download) - annotate - [select for diffs], Mon Apr 30 13:47:52 2012 UTC (12 months, 2 weeks ago) by njoly
Branch: MAIN
CVS Tags: yamt-pagecache-base5
Changes since 1.8: +4 -1
lines
Diff to previous 1.8 (colored)
Move module related debug entries to module.mi list to fix MKDEBUG=yes and MKKMOD=no builds. Add missing k_helper3.debug line.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Apr 14 02:47:27 2012 UTC (13 months ago) by pgoyette
Branch: MAIN
CVS Tags: yamt-pagecache-base4
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
The k_helper3 module no longer gets installed in its own subdirectory.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Apr 13 07:05:32 2012 UTC (13 months ago) by jruoho
Branch: MAIN
Changes since 1.6: +3 -1
lines
Diff to previous 1.6 (colored)
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.
Revision 1.6 / (download) - annotate - [select for diffs], Fri Feb 17 22:36:50 2012 UTC (14 months, 4 weeks ago) by jmmv
Branch: MAIN
Changes since 1.5: +4 -1
lines
Diff to previous 1.5 (colored)
Add a test to ensure that PAGE_SIZE is available in kernel modules. This test reproduces the error condition in PR port-macppc/46041 and therefore it is an xfail in this particular platform.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Aug 27 10:01:04 2010 UTC (2 years, 8 months ago) by pooka
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
netbsd-6-base,
matt-mips64-premerge-20101231,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: yamt-pagecache,
netbsd-6
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
The incredible travels of Seth List.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Aug 21 13:21:48 2010 UTC (2 years, 8 months ago) by pgoyette
Branch: MAIN
Changes since 1.3: +3 -1
lines
Diff to previous 1.3 (colored)
Add a new atf test-case to check that recursive module calls actually work.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Dec 15 03:01:16 2009 UTC (3 years, 5 months ago) by mrg
Branch: MAIN
Changes since 1.2: +6 -6
lines
Diff to previous 1.2 (colored)
fix a bunch of issues with MKATF=no.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Sep 7 08:22:51 2009 UTC (3 years, 8 months ago) by he
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Move ./usr/tests/modules/Atffile from tests/mi to tests/module.mi. This should get us building for evbppc again, which doesn't do modules.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Jan 18 12:49:07 2009 UTC (4 years, 3 months ago) by he
Branch: MAIN
CVS Tags: jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend
Farm out module tests to module.mi, to accomodate evbppc which currently does not build modules or module tests.