aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/geom/Test
Commit message (Collapse)AuthorAgeFilesLines
* Remove the "run GEOM in userland harness" test stuff, it's been OBE.Poul-Henning Kamp2003-04-1350-4190/+0
| | | | Notes: svn path=/head/; revision=113434
* Update reference vectors to include BSD's <type> output.Poul-Henning Kamp2003-01-315-0/+36
| | | | Notes: svn path=/head/; revision=110153
* Add Apple partitioning test case.Poul-Henning Kamp2003-01-314-1/+191
| | | | | | | Use correct name for image data file Notes: svn path=/head/; revision=110151
* geom_bsd need -lmd to link now.Poul-Henning Kamp2003-01-061-0/+1
| | | | Notes: svn path=/head/; revision=108820
* Goto WARNS 5 with assorted changes.Poul-Henning Kamp2002-12-161-3/+3
| | | | Notes: svn path=/head/; revision=107954
* Update this one too.Poul-Henning Kamp2002-12-161-1/+5
| | | | Notes: svn path=/head/; revision=107951
* Get the test-suite into sync with the kernel again.Poul-Henning Kamp2002-12-165-9/+25
| | | | Notes: svn path=/head/; revision=107950
* Redo reference vectors to include the mediasize and sectorsize.Poul-Henning Kamp2002-10-2414-828/+1012
| | | | Notes: svn path=/head/; revision=105898
* Use in-tree libbsdxml instead of ports based libexpat.Poul-Henning Kamp2002-10-052-3/+2
| | | | | | | Sponsored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=104512
* Update to match current kernel code.Poul-Henning Kamp2002-09-273-201/+200
| | | | | | | | | Fix a couple of reference data which were found to be in error. Sponsored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=104070
* Some change in src/share/mk seems to have made it possible to removePoul-Henning Kamp2002-09-1514-14/+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-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. Notes: svn path=/head/; revision=103288
* Remove magicspace from reference data.Poul-Henning Kamp2002-09-068-282/+0
| | | | | | | Sponsored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=103010
* Catch up with kernel.Poul-Henning Kamp2002-06-094-4/+4
| | | | Notes: svn path=/head/; revision=98067
* Update to match kernel side.Poul-Henning Kamp2002-05-2116-906/+1152
| | | | | | | Sponsored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=97080
* Catch up with recent events.Poul-Henning Kamp2002-05-191-1/+1
| | | | | | | Sponsored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=96951
* Update the test-case reference vectors to match the new XML format.Poul-Henning Kamp2002-04-2415-1363/+865
| | | | | | | Sponsored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=95406
* Add -DKERNELSIM so the test cases compile with the kernel simulation.Poul-Henning Kamp2002-04-241-0/+1
| | | | | | | Sponsored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=95404
* update the reference vector.Poul-Henning Kamp2002-04-161-68/+78
| | | | Notes: svn path=/head/; revision=94856
* Forgot to commit the updates to the regression test suite.Poul-Henning Kamp2002-04-168-738/+844
| | | | | | | Sponsored by: DARPA & NAI labs. Notes: svn path=/head/; revision=94832
* Add testcase #14: PC98 label.Poul-Henning Kamp2002-03-284-1/+313
| | | | Notes: svn path=/head/; revision=93357
* Add another two alpha disks to this testcase.Poul-Henning Kamp2002-03-272-35/+317
| | | | Notes: svn path=/head/; revision=93294
* Track changes in sys/geomPoul-Henning Kamp2002-03-261-20/+0
| | | | Notes: svn path=/head/; revision=93251
* Another bow for tradition s/method/class/gPoul-Henning Kamp2002-03-2616-317/+317
| | | | Notes: svn path=/head/; revision=93249
* Link testcase 13 in.Poul-Henning Kamp2002-03-241-1/+1
| | | | Notes: svn path=/head/; revision=93100
* Add a testcase for the alpha BSD label from beast.Poul-Henning Kamp2002-03-243-0/+211
| | | | Notes: svn path=/head/; revision=93098
* Some necesary fixups to cope with new location and FreeBSD CVS keyword.Poul-Henning Kamp2002-03-171-1/+1
| | | | Notes: svn path=/head/; revision=92515
* Add the GEOM regression test framework.Poul-Henning Kamp2002-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. Notes: svn path=/head/; revision=92512