| Commit message (Expand) | Author | Age | Files | Lines |
* | The regression-tests for 'make' *expect* to trigger make's warning: | gad | 2003-02-10 | 1 | -1/+1 |
* | Add more tests. Specifically, infinity cast from other types should | mike | 2003-02-08 | 1 | -0/+6 |
* | Add regression test for soon-to-be-committed fpclassify(). | mike | 2003-02-05 | 2 | -1/+70 |
* | Update reference vectors to include BSD's <type> output. | phk | 2003-01-31 | 5 | -0/+36 |
* | Add Apple partitioning test case. | phk | 2003-01-31 | 7 | -2/+287 |
* | Add more scaffolding to make this compile kernel code. | phk | 2003-01-28 | 1 | -0/+7 |
* | Add a regression test for ccds layout policy. | phk | 2003-01-17 | 23 | -0/+5843 |
* | geom_bsd need -lmd to link now. | phk | 2003-01-06 | 1 | -0/+1 |
* | Add a regression test for wordexp() and wordfree(). | tjr | 2003-01-04 | 2 | -0/+185 |
* | Add a test program for perror() that demonstrates two bugs in the | tjr | 2002-12-19 | 2 | -0/+116 |
* | Test that if the buffer argument (`s') to wcrtomb() is NULL then | tjr | 2002-12-19 | 1 | -19/+15 |
* | Add regression test for strerror()/strerror_r(). | mike | 2002-12-18 | 2 | -0/+141 |
* | Goto WARNS 5 with assorted changes. | phk | 2002-12-16 | 9 | -33/+32 |
* | Update this one too. | phk | 2002-12-16 | 1 | -1/+5 |
* | Get the test-suite into sync with the kernel again. | phk | 2002-12-16 | 8 | -10/+34 |
* | Add a test for what was fixed in revisions 1.39 and 1.50 of | ru | 2002-11-28 | 1 | -0/+9 |
* | Moved make(1) regression tests from src/Makefile to where they | ru | 2002-11-28 | 1 | -1/+25 |
* | Add test cases for btowc() and wctob() in multibyte locales. | tjr | 2002-11-10 | 1 | -1/+14 |
* | Test for the zero-length buffer bug corrected in mbrtowc.c revision 1.3. | tjr | 2002-11-10 | 1 | -0/+7 |
* | Add regression tests for mblen(), mbtowc(), wctomb(), mbstowcs() and | tjr | 2002-11-09 | 6 | -1/+580 |
* | Add missing #includes of <stdio.h>. Correct a few typos in comments. | tjr | 2002-11-06 | 3 | -5/+7 |
* | Simplify by using inference rules properly. | tjr | 2002-10-28 | 1 | -22/+10 |
* | Add tests for btowc(), mbrlen(), mbsrtowcs() and wcsrtombs(). | tjr | 2002-10-26 | 5 | -2/+501 |
* | Add regression tests for mbrtowc(3) and wcrtomb(3). | tjr | 2002-10-26 | 3 | -0/+291 |
* | Hide the test in <target> under '.if make(<target>)' so as to not get any | jmallett | 2002-10-25 | 1 | -0/+4 |
* | Redo reference vectors to include the mediasize and sectorsize. | phk | 2002-10-24 | 14 | -828/+1012 |
* | Resync with kernel. | phk | 2002-10-24 | 2 | -7/+9 |
* | Use in-tree libbsdxml instead of ports based libexpat. | phk | 2002-10-05 | 6 | -13/+11 |
* | Match the new g_io_deliver() API in the kernel. | phk | 2002-10-05 | 1 | -7/+4 |
* | Pass sbuf to the kernel routines to match new kernel code. | phk | 2002-10-05 | 1 | -2/+6 |
* | Update to match current kernel code. | phk | 2002-09-27 | 5 | -203/+207 |
* | Some change in src/share/mk seems to have made it possible to remove | phk | 2002-09-15 | 14 | -14/+0 |
* | Overhaul the kernel-simulation bits here to use pthreads instead. | phk | 2002-09-13 | 19 | -160/+144 |
* | Remove magicspace from reference data. | phk | 2002-09-06 | 8 | -282/+0 |
* | expat2 changed the name of their include file to expat.h | phk | 2002-09-06 | 2 | -2/+2 |
* | Fix an indentation typo. | phk | 2002-09-06 | 1 | -1/+1 |
* | Add a zeroed out sector one for the GPT hack and test T003. | phk | 2002-09-06 | 1 | -0/+21 |
* | Add regression tests for sysvipc. | alfred | 2002-08-15 | 10 | -0/+1079 |
* | As of revision 1.38 of make/parse.c, our make(1) will warn too. Note that | jmallett | 2002-07-28 | 1 | -2/+3 |
* | Update another mention of <CR><CR> I missed the first time around (rev 1.2) | tjr | 2002-07-04 | 1 | -1/+1 |
* | Note that two carriage returns aren't required after entering the | tjr | 2002-07-03 | 1 | -2/+3 |
* | The wrong y/// output got spammed into this file; from green@ indirectly. | jmallett | 2002-06-27 | 1 | -1/+1 |
* | Correct the psl regression test for sed(1)'s now-fixed newline | green | 2002-06-27 | 3 | -0/+8 |
* | Erk, I forgot that regress.in has an ending newline, so change the test for | jmallett | 2002-06-26 | 2 | -5/+2 |
* | Reduce internal code duplication, add REGRESSION_PASSFAIL([testname]) to | jmallett | 2002-06-25 | 1 | -19/+14 |
* | Add a regression test for transliterate which happens to match characters | jmallett | 2002-06-25 | 2 | -0/+5 |
* | I explicitly meant to not move any of this over to the new m4(1) framework, | jmallett | 2002-06-24 | 2 | -2/+11 |
* | Move all remaining tests except for: | jmallett | 2002-06-24 | 10 | -73/+23 |
* | Add two new mostly freeform types of regression tests, and a macro for dying | jmallett | 2002-06-24 | 1 | -0/+30 |
* | Comments to describe what these macros do, so that someone other than me | jmallett | 2002-06-24 | 1 | -0/+13 |