summaryrefslogtreecommitdiffstats
path: root/tools/regression/geom/Test
Commit message (Collapse)AuthorAgeFilesLines
* Remove the "run GEOM in userland harness" test stuff, it's been OBE.phk2003-04-1350-4190/+0
|
* Update reference vectors to include BSD's <type> output.phk2003-01-315-0/+36
|
* Add Apple partitioning test case.phk2003-01-314-1/+191
| | | | Use correct name for image data file
* geom_bsd need -lmd to link now.phk2003-01-061-0/+1
|
* Goto WARNS 5 with assorted changes.phk2002-12-161-3/+3
|
* Update this one too.phk2002-12-161-1/+5
|
* Get the test-suite into sync with the kernel again.phk2002-12-165-9/+25
|
* Redo reference vectors to include the mediasize and sectorsize.phk2002-10-2414-828/+1012
|
* Use in-tree libbsdxml instead of ports based libexpat.phk2002-10-052-3/+2
| | | | Sponsored by: DARPA & NAI Labs.
* Update to match current kernel code.phk2002-09-273-201/+200
| | | | | | Fix a couple of reference data which were found to be in error. Sponsored by: DARPA & NAI Labs.
* Some change in src/share/mk seems to have made it possible to removephk2002-09-1514-14/+0
| | | | 50% of the active ingredients in these Makefiles.
* Overhaul the kernel-simulation bits here to use pthreads instead.phk2002-09-1316-16/+16
| | | | | | | 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.
* Remove magicspace from reference data.phk2002-09-068-282/+0
| | | | Sponsored by: DARPA & NAI Labs.
* Catch up with kernel.phk2002-06-094-4/+4
|
* Update to match kernel side.phk2002-05-2116-906/+1152
| | | | Sponsored by: DARPA & NAI Labs.
* Catch up with recent events.phk2002-05-191-1/+1
| | | | Sponsored by: DARPA & NAI Labs.
* Update the test-case reference vectors to match the new XML format.phk2002-04-2415-1363/+865
| | | | Sponsored by: DARPA & NAI Labs.
* Add -DKERNELSIM so the test cases compile with the kernel simulation.phk2002-04-241-0/+1
| | | | Sponsored by: DARPA & NAI Labs.
* update the reference vector.phk2002-04-161-68/+78
|
* Forgot to commit the updates to the regression test suite.phk2002-04-168-738/+844
| | | | Sponsored by: DARPA & NAI labs.
* Add testcase #14: PC98 label.phk2002-03-284-1/+313
|
* Add another two alpha disks to this testcase.phk2002-03-272-35/+317
|
* Track changes in sys/geomphk2002-03-261-20/+0
|
* Another bow for tradition s/method/class/gphk2002-03-2616-317/+317
|
* Link testcase 13 in.phk2002-03-241-1/+1
|
* Add a testcase for the alpha BSD label from beast.phk2002-03-243-0/+211
|
* Some necesary fixups to cope with new location and FreeBSD CVS keyword.phk2002-03-171-1/+1
|
* Add the GEOM regression test framework.phk2002-03-1741-0/+3407
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