aboutsummaryrefslogtreecommitdiff
path: root/tools/regression
Commit message (Expand)AuthorAgeFilesLines
* Sync with latest and greatest Apple sources (which, among other things, fixJordan K. Hubbard2003-04-231-62/+88
* Add a dozen new tests with the general theme of getting trailingDavid Schultz2003-04-191-0/+12
* Add a test case for printf("%5.0f", 0.001).David Schultz2003-04-141-0/+2
* Remove the "run GEOM in userland harness" test stuff, it's been OBE.Poul-Henning Kamp2003-04-1360-5805/+0
* Give mdconfig a couple of seconds to deconfigure in case debugging is beingPoul-Henning Kamp2003-04-131-1/+7
* Update these two reference vectors.Poul-Henning Kamp2003-04-092-0/+9
* Add script to run kernel based regression test and the reference vectorsPoul-Henning Kamp2003-04-0916-0/+151
* Utility to load one of our XML images into a MD(4) device.Poul-Henning Kamp2003-04-092-0/+285
* Additional regression tests for grouping, parsing of '.*', and printingDavid Schultz2003-04-071-0/+9
* Test for bug in revision 1.54 of vfprintf.c.Tim J. Robbins2003-04-061-0/+3
* Regression tests for printf()'s floating point formats.David Schultz2003-04-052-1/+168
* Write negative zero as '-0.0'. Otherwise, it is parsed as an integerDavid Schultz2003-03-271-2/+2
* Fix a bug in the white-space remover.Poul-Henning Kamp2003-03-041-1/+1
* The regression-tests for 'make' *expect* to trigger make's warning:Garance A Drosehn2003-02-101-1/+1
* Add more tests. Specifically, infinity cast from other types shouldMike Barcroft2003-02-081-0/+6
* Add regression test for soon-to-be-committed fpclassify().Mike Barcroft2003-02-052-1/+70
* Update reference vectors to include BSD's <type> output.Poul-Henning Kamp2003-01-315-0/+36
* Add Apple partitioning test case.Poul-Henning Kamp2003-01-317-2/+287
* Add more scaffolding to make this compile kernel code.Poul-Henning Kamp2003-01-281-0/+7
* Add a regression test for ccds layout policy.Poul-Henning Kamp2003-01-1723-0/+5843
* geom_bsd need -lmd to link now.Poul-Henning Kamp2003-01-061-0/+1
* Add a regression test for wordexp() and wordfree().Tim J. Robbins2003-01-042-0/+185
* Add a test program for perror() that demonstrates two bugs in theTim J. Robbins2002-12-192-0/+116
* Test that if the buffer argument (`s') to wcrtomb() is NULL thenTim J. Robbins2002-12-191-19/+15
* Add regression test for strerror()/strerror_r().Mike Barcroft2002-12-182-0/+141
* Goto WARNS 5 with assorted changes.Poul-Henning Kamp2002-12-169-33/+32
* Update this one too.Poul-Henning Kamp2002-12-161-1/+5
* Get the test-suite into sync with the kernel again.Poul-Henning Kamp2002-12-168-10/+34
* Add a test for what was fixed in revisions 1.39 and 1.50 ofRuslan Ermilov2002-11-281-0/+9
* Moved make(1) regression tests from src/Makefile to where theyRuslan Ermilov2002-11-281-1/+25
* Add test cases for btowc() and wctob() in multibyte locales.Tim J. Robbins2002-11-101-1/+14
* Test for the zero-length buffer bug corrected in mbrtowc.c revision 1.3.Tim J. Robbins2002-11-101-0/+7
* Add regression tests for mblen(), mbtowc(), wctomb(), mbstowcs() andTim J. Robbins2002-11-096-1/+580
* Add missing #includes of <stdio.h>. Correct a few typos in comments.Tim J. Robbins2002-11-063-5/+7
* Simplify by using inference rules properly.Tim J. Robbins2002-10-281-22/+10
* Add tests for btowc(), mbrlen(), mbsrtowcs() and wcsrtombs().Tim J. Robbins2002-10-265-2/+501
* Add regression tests for mbrtowc(3) and wcrtomb(3).Tim J. Robbins2002-10-263-0/+291
* Hide the test in <target> under '.if make(<target>)' so as to not get anyJuli Mallett2002-10-251-0/+4
* Redo reference vectors to include the mediasize and sectorsize.Poul-Henning Kamp2002-10-2414-828/+1012
* Resync with kernel.Poul-Henning Kamp2002-10-242-7/+9
* Use in-tree libbsdxml instead of ports based libexpat.Poul-Henning Kamp2002-10-056-13/+11
* Match the new g_io_deliver() API in the kernel.Poul-Henning Kamp2002-10-051-7/+4
* Pass sbuf to the kernel routines to match new kernel code.Poul-Henning Kamp2002-10-051-2/+6
* Update to match current kernel code.Poul-Henning Kamp2002-09-275-203/+207
* Some change in src/share/mk seems to have made it possible to removePoul-Henning Kamp2002-09-1514-14/+0
* Overhaul the kernel-simulation bits here to use pthreads instead.Poul-Henning Kamp2002-09-1319-160/+144
* Remove magicspace from reference data.Poul-Henning Kamp2002-09-068-282/+0
* expat2 changed the name of their include file to expat.hPoul-Henning Kamp2002-09-062-2/+2
* Fix an indentation typo.Poul-Henning Kamp2002-09-061-1/+1
* Add a zeroed out sector one for the GPT hack and test T003.Poul-Henning Kamp2002-09-061-0/+21