aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/geom
Commit message (Collapse)AuthorAgeFilesLines
* Update flp test for new diskinfo outputWarner Losh2020-09-121-1/+1
| | | | | | | | | | The floppy test passes with this. The others fail due to 'integrity checks' failing in GPART. It's not at all clear those integrity checks are legit or if the test samples were bogusly generated by FreeBSD. Notes: svn path=/head/; revision=365665
* Fix trailing whitespaceWarner Losh2020-09-121-3/+3
| | | | Notes: svn path=/head/; revision=365664
* Make this compile again by fixing err args to have formatsWarner Losh2020-09-122-1/+2
| | | | | | | | Also, add NO_OBJ=t top the Makefie, since the test-harnest expects to run it in place. Notes: svn path=/head/; revision=365663
* Remove disk images / tests from alpha, sun and pc98Warner Losh2020-09-1115-1280/+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
* Fix LDADD/DPADD that should be LIBADD.Bryan Drewery2015-12-042-4/+2
| | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=291738
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-132-2/+2
| | | | | | | | | and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. Notes: svn path=/head/; revision=264400
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-281-1/+1
| | | | | | | | | | | | Fix some wrong usages. Note: this does not affect generated binaries as this argument is not used. PR: 137213 Submitted by: Eygene Ryabinkin (initial version) MFC after: 1 month Notes: svn path=/head/; revision=201145
* Add sbuf_new_auto as a shortcut for the very common case of creating aDag-Erling Smørgrav2008-08-092-3/+3
| | | | | | | | | | completely dynamic sbuf. Obtained from: Varnish MFC after: 2 weeks Notes: svn path=/head/; revision=181463
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-212-3/+3
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* Switch over to a different, more flexible test output protocol that'sNik Clayton2004-11-111-0/+50
| | | | | | | | | | | | | | | | | | | | | | | understood by Perl's Test::Harness module and prove(1) commands. Update README to describe the new protocol. The work's broken down into two main sets of changes. First, update the existing test programs (shell scripts and C programs) to produce output in the ok/not ok format, and to, where possible, also produce a header describing the number of tests that are expected to be run. Second, provide the .t files that actually run the tests. In some cases these are copies of, or very similar too, scripts that already existed. I've kept the old scripts around so that it's possible to verify that behaviour under this new system (in terms of whether or not a test fails) is identical to the behaviour under the old system. Add a TODO file. Notes: svn path=/head/; revision=137587
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-242-3/+3
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* style.Makefile(5):Johan Karlsson2004-02-242-2/+2
| | | | | | | Use WARNS?= instead of WARNS=. Notes: svn path=/head/; revision=126200
* Added missing DPADD.Ruslan Ermilov2004-02-052-1/+2
| | | | Notes: svn path=/head/; revision=125500
* Remove the "run GEOM in userland harness" test stuff, it's been OBE.Poul-Henning Kamp2003-04-1360-5805/+0
| | | | Notes: svn path=/head/; revision=113434
* Give mdconfig a couple of seconds to deconfigure in case debugging is beingPoul-Henning Kamp2003-04-131-1/+7
| | | | | | | | | printed to a serial console. Reverse the order of args to diff to make it more logical. Notes: svn path=/head/; revision=113433
* Update these two reference vectors.Poul-Henning Kamp2003-04-092-0/+9
| | | | Notes: svn path=/head/; revision=113293
* Add script to run kernel based regression test and the reference vectorsPoul-Henning Kamp2003-04-0916-0/+151
| | | | | | | for the current XML images. Notes: svn path=/head/; revision=113291
* Utility to load one of our XML images into a MD(4) device.Poul-Henning Kamp2003-04-092-0/+285
| | | | Notes: svn path=/head/; revision=113290
* Fix a bug in the white-space remover.Poul-Henning Kamp2003-03-041-1/+1
| | | | Notes: svn path=/head/; revision=111876
* 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-317-2/+287
| | | | | | | Use correct name for image data file Notes: svn path=/head/; revision=110151
* Add more scaffolding to make this compile kernel code.Poul-Henning Kamp2003-01-281-0/+7
| | | | Notes: svn path=/head/; revision=109974
* 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-169-33/+32
| | | | 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-168-10/+34
| | | | 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
* Resync with kernel.Poul-Henning Kamp2002-10-242-7/+9
| | | | Notes: svn path=/head/; revision=105896
* Use in-tree libbsdxml instead of ports based libexpat.Poul-Henning Kamp2002-10-056-13/+11
| | | | | | | Sponsored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=104512
* Match the new g_io_deliver() API in the kernel.Poul-Henning Kamp2002-10-051-7/+4
| | | | | | | Sponsored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=104511
* Pass sbuf to the kernel routines to match new kernel code.Poul-Henning Kamp2002-10-051-2/+6
| | | | | | | Sponsored by: DARPA & NAI Labs Notes: svn path=/head/; revision=104510
* Update to match current kernel code.Poul-Henning Kamp2002-09-275-203/+207
| | | | | | | | | 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-1319-160/+144
| | | | | | | | | | 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
* expat2 changed the name of their include file to expat.hPoul-Henning Kamp2002-09-062-2/+2
| | | | | | | Sponsored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=103008
* Fix an indentation typo.Poul-Henning Kamp2002-09-061-1/+1
| | | | | | | Sponsored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=103007
* 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
* Catch up with kernel.Poul-Henning Kamp2002-06-096-12/+12
| | | | 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-194-5/+7
| | | | | | | 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
* Improve the output in case of inserts or deleted.Poul-Henning Kamp2002-04-241-2/+12
| | | | | | | Sponsored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=95403
* Prepare the .conf XML comparator for a more kosher XML format.Poul-Henning Kamp2002-04-247-366/+1004
| | | | | | | Sponsored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=95397
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-1/+1
| | | | | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/. Notes: svn path=/head/; revision=95258
* 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-1610-749/+854
| | | | | | | Sponsored by: DARPA & NAI labs. Notes: svn path=/head/; revision=94832
* Play catch up with the kernel.Poul-Henning Kamp2002-04-044-5/+14
| | | | | | | Sponsored by: DARPA & NAI Labs Notes: svn path=/head/; revision=93792
* Add testcase #14: PC98 label.Poul-Henning Kamp2002-03-286-2/+315
| | | | Notes: svn path=/head/; revision=93357