aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/geom/Data
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-239-9/+0
| | | | | | | Remove /^\s*\$FreeBSD\$$\n/ Similar commit in main: (cherry picked from commit 05248206f720)
* Remove disk images / tests from alpha, sun and pc98Warner Losh2020-09-115-207/+0
| | | | | | | | | These images are no longer relevant... However, I've also not tested the regression test here to see if it still works or not... It needs a lot of love regardless... Notes: svn path=/head/; revision=365645
* Add Apple partitioning test case.Poul-Henning Kamp2003-01-311-0/+93
| | | | | | | Use correct name for image data file Notes: svn path=/head/; revision=110151
* Add a zeroed out sector one for the GPT hack and test T003.Poul-Henning Kamp2002-09-061-0/+21
| | | | | | | Sponsored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=103006
* Record the physical geometry in this disk-image, PC98 needs it.Poul-Henning Kamp2002-03-281-2/+2
| | | | Notes: svn path=/head/; revision=93356
* Add the relevants sectors from a PC98 disk to our beastiarium.Poul-Henning Kamp2002-03-281-0/+75
| | | | | | | Submitted by: imp Notes: svn path=/head/; revision=93353
* Add another couple of alpha disklabels.Poul-Henning Kamp2002-03-272-0/+66
| | | | Notes: svn path=/head/; revision=93293
* Add a copy of the bsd-label from beast.freebsd.orgPoul-Henning Kamp2002-03-241-0/+33
| | | | Notes: svn path=/head/; revision=93096
* Add the GEOM regression test framework.Poul-Henning Kamp2002-03-1710-0/+1238
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