aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/geom/Test/T005
Commit message (Collapse)AuthorAgeFilesLines
* Remove the "run GEOM in userland harness" test stuff, it's been OBE.Poul-Henning Kamp2003-04-133-204/+0
| | | | Notes: svn path=/head/; revision=113434
* Update reference vectors to include BSD's <type> output.Poul-Henning Kamp2003-01-311-0/+3
| | | | Notes: svn path=/head/; revision=110153
* Get the test-suite into sync with the kernel again.Poul-Henning Kamp2002-12-161-1/+3
| | | | Notes: svn path=/head/; revision=107950
* Redo reference vectors to include the mediasize and sectorsize.Poul-Henning Kamp2002-10-241-40/+48
| | | | Notes: svn path=/head/; revision=105898
* Some change in src/share/mk seems to have made it possible to removePoul-Henning Kamp2002-09-151-1/+0
| | | | | | | 50% of the active ingredients in these Makefiles. Notes: svn path=/head/; revision=103343
* Overhaul the kernel-simulation bits here to use pthreads instead.Poul-Henning Kamp2002-09-131-1/+1
| | | | | | | | | | If somebody wanted to, this could for the beginning of a "libkernel" which could be used to run kernel code in userland. Sponsored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=103288
* Remove magicspace from reference data.Poul-Henning Kamp2002-09-061-24/+0
| | | | | | | Sponsored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=103010
* Update to match kernel side.Poul-Henning Kamp2002-05-211-43/+67
| | | | | | | Sponsored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=97080
* Update the test-case reference vectors to match the new XML format.Poul-Henning Kamp2002-04-241-64/+41
| | | | | | | Sponsored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=95406
* Forgot to commit the updates to the regression test suite.Poul-Henning Kamp2002-04-161-40/+45
| | | | | | | Sponsored by: DARPA & NAI labs. Notes: svn path=/head/; revision=94832
* Another bow for tradition s/method/class/gPoul-Henning Kamp2002-03-261-21/+21
| | | | Notes: svn path=/head/; revision=93249
* Add the GEOM regression test framework.Poul-Henning Kamp2002-03-173-0/+210
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. Notes: svn path=/head/; revision=92512