summaryrefslogtreecommitdiffstats
path: root/tools/regression/geom/geom_simdev.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove the "run GEOM in userland harness" test stuff, it's been OBE.phk2003-04-131-159/+0
|
* Goto WARNS 5 with assorted changes.phk2002-12-161-3/+3
|
* Catch up with kernel.phk2002-06-091-2/+2
|
* Play catch up with the kernel.phk2002-04-041-2/+2
| | | | Sponsored by: DARPA & NAI Labs
* Track changes in sys/geomphk2002-03-261-3/+3
|
* Another bow for tradition s/method/class/gphk2002-03-261-7/+7
|
* Add the GEOM regression test framework.phk2002-03-171-0/+159
This is a set of userland shims in which GEOM can be run through simple tests. The simulation of kernel synchronization primitives is very primitive and consequently some times tests will fail because of races. Data/ contains a number of files in XML format which describe the key sectors for a number of disk images This is a very handy tool for people developing GEOM methods. The "simdisk" method can be told to read from a "real disk" and afterwards dump the accessed sectors in XML format for further use. I hope future method writes will see the benefit of this test collection and add to it when they write methods for GEOM. You will need ports/textproc/expat for the XML parser. Sponsored by: DARPA, NAI Labs.
OpenPOWER on IntegriCloud